Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
HTML5
« Previous
Next »
Which element provides a secure way to authenticate the user?
Options
- < keygen>
- < datalist>
- < output>
- < input>
CORRECT ANSWER : < keygen>
Discussion Board
Explanation-
The purpose of the <keygen> element is to provide a secure way to authenticate users.
The <keygen> tag specifies a key-pair generator field in a form.
When the form is submitted, two keys are generated, one private and one public.
The private key is stored locally and the public key is sent to the server.
The public key could be used to generate a client certificate to authenticate the user in the future.
Sapna 02-27-2017 01:24 AM
Explanation.
Answer : "keygen".
The "keygen" tag specifies a key-pair generator field used for forms.
The HTML "keygen" tag is used to process Web forms with certificate management systems. The element generates a secure key and submits the public key.
Jayesh Sonar 02-27-2015 04:52 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
PHP (39)
DHTML (10)
CSS (21)
MySQL (20)
VLSI (9)
XML (28)
UML (11)
HTML (19)
Fedora (61)
HTML5 (60)
Android (100)
Advertisement
▲