HTML
Definition and Usage been been been been been . When the form is submitted, the private key is stored locally and the public key is sent to the server.
Browser Support
All major browsers support theDifferences between HTML 4.01 and HTML 5
keygen is a new element in HTML.Example
Form with keygen field:<!DOCTYPE HTML> <html> <body> <form action="/example/html5/demo_form.asp" method="get"> 用户名:<input type="text" name="usr_name" /> 加密:<keygen name="security" /> <input type="submit" /> </form> </body> </html>
The above is the detailed content of HTML