keygen

Form

<keygen>

Attributes

attribute default description
name none specifies the key name
challenge none specifies the data created by a server

Support

[Netscape 2, 3, 4]

Explanation

The keygen tags specifies an encryption key. It is supported by the Netscape 4 and the older version.

Sample Code [Output]

<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=shift_jis">
<title>Sample</title>
</head>
<body>
<h1>Sample</h1>
<form action="../regist.cgi">
<keygen name="aKey" challenge="141421356">
Enter Password : <input type="password">
</form>
</body>
</html>