What does keygen mean?

云罗郡主
Release: 2019-02-01 16:44:25
Original
9972 people have browsed it

What does keygen mean?

The keygen tag is used to specify the key pair generator field used in the form. When the form is submitted, the private key is stored locally and the public key is sent to the server. [Recommended tutorial: HTML tutorial]

What does keygen mean?

html keygen tag syntax

Function: Specifies the key pair generator for the form field.

Description: When the form is submitted, the private key is stored locally and the public key is sent to the server.

Note: The tag is supported by all major browsers except Internet Explorer and Safari.

html keygen tag example

<!DOCTYPE HTML>
<html>
<body>
<form action="" method="get">
用户名:<input type="text" name="usr_name" />
加密:<keygen name="security" />
<input type="submit" />
</form>
</body>
</html>
Copy after login



##

The above is the detailed content of What does keygen mean?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template