keygen

keygen
HTML keygen Element
NOTE: This new element is HTML5 and will be a standardized element in 2014.
The <keygen> tag is used with a <form> tag. When the form processes <keygen> will generate a public and private encrypted key. The public key is stored on the server, while the private key is stored locally.

HTML CODE EXAMPLE
<form id="myform" action="parser.php" method="post">
Encryption Level: <keygen name="grade" keytype="rsa" form="myform" />
</form>

You can specify the security algorithm that the keygen tag will use when it creates its keys by setting the keytype attribute value to either "rsa", "dsa" or "ec".

Related Posts :

  • meter meter HTML meter Element NOTE: This new element is HTML5 and will be a standardized element in … Read More...
  • mark mark HTML mark Element NOTE: This new element is HTML5 and will be a standardized elemen… Read More...
  • meta meta HTML meta Element The HTML <meta> element is used to specify Metadata for the docume… Read More...
  • map map HTML map Element The HTML <map> image map element is used to designate&nbs… Read More...
  • menu menu HTML menu Element The HTML <menu> element is made for designating a list. In HTML5(a… Read More...

0 Response to "keygen"

Post a Comment