Login
Logging in...
Remember me
Log in
Forgot password or user name?
Log in with
Search in titles only
Search in HTML & CSS only
Search
Advanced Search
Forums
Blogs
Articles
Groups
Today's Posts
Member List
Calendar
Home
Forum
Web Design Forum
HTML & CSS
what is the use of <keygen> tag?
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Guest
Share
Tweet
#1
what is the use of <keygen> tag?
08-21-2013, 03:24 PM
anyone could help me to know what is <keygen> tag and why it is used in HTML5 coding?
Educational Blog
Vronika
Junior Member
Join Date:
Nov 2008
Posts:
4
Share
Tweet
#2
09-06-2013, 11:35 AM
The <keygen> tag specifies a key-pair generator field used for forms.
When the form is submitted, the private key is stored locally, and the public key is sent to the server.
<form action="demo_keygen.asp" method="get">
Username: <input type="text" name="usr_name">
Encryption: <keygen name="security">
<input type="submit">
</form>
Comment
Post
Cancel
stevex
Member
Join Date:
Apr 2014
Posts:
74
Share
Tweet
#3
08-13-2014, 02:54 PM
Originally posted by
Vronika
The <keygen> tag specifies a key-pair generator field used for forms.
When the form is submitted, the private key is stored locally, and the public key is sent to the server.
<form action="demo_keygen.asp" method="get">
Username: <input type="text" name="usr_name">
Encryption: <keygen name="security">
<input type="submit">
</form>
Very well defined.Thanks for sharing.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
😀
😂
🥰
😘
🤢
😎
😞
😡
👍
👎
☕
Comment