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

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement