keygen (HTML5)

The HTML keygen element exists to facilitate generation of key material, and submission of the public key as part of an HTML form.

Properties & Events

KeyDescriptionAvailability

Examples having uses of: 'keygen'

0 votes
2k views

HTML5 Keygen

The HTML <keygen> tag is used for generating a key pair. When the control's form is submitted, the private key is stored in the local keystore, and the public key is packaged and sent to the server.