There's a new* keygen
element in the html5 spec. It's supported in major browsers excepting Internet Explorer and Safari.
Here's what it looks like:
<form action="processkey.cgi" method="post" enctype="multipart/form-data">
<p><keygen name="key"></p>
<p><input type=submit value="Submit key..."></p>
</form>
The current implementations only support RSA as the keytype
attribute.
Now my question, what useful things can I do with it? What's it for?
*: not really