keygen

書式

<keygen>

属性

属性名 初期値 内 容
name なし キーの名前を指定します。
challenge なし サーバーが生成するデータを指定します。

対応

[Netscape 2〜4]

説明

暗号化鍵を指定します。Netscape 4までのブラウザが対応しています。

サンプルコード [実行]

<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>