ユーザ用ツール

サイト用ツール


serverapps:security

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

次のリビジョン
前のリビジョン
serverapps:security [2017/04/14 14:21]
127.0.0.1 外部編集
serverapps:security [2018/10/02 17:09] (現在)
hayashi [TOTP URI]
行 1: 行 1:
 ====== セキュリティ ====== ====== セキュリティ ======
 +
 +===== TOTP URI =====
 +
 +TOTP((Time based One Time Password))設定用URIのフォーマット((QRコードもこれから生成する))
 +
 +  otpauth://[TYPE]/[LABEL]?[PARAMETERS]
 +
 +**例:**
 +  otpauth://totp/service:hoge?secret= GUYZ7YBZ74QUWUJB4HCLVVLGG3M3W5FZ&issuer=service&algorithm=SHA1&digits=6&period=30
 +
 +
 +=== TYPE ===
 +^設定値^Default^memo^
 +|hotp/totp|-|IIJSmartKeyではtotpのみ対応|
 +
 +=== LABEL ===
 +
 +^ ^設定値^Default^memo^
 +|issuer|発行者|-|サービス名など((IIJSmartKeyでは必須))|
 +|account|アカウント|-|アカウント名、ログインIDなど|
 +
 +
 +=== PARAMETERS ===
 +
 +  secret=[secret]&issuer=[issuer]&algorithm=[SHA1|SHA256|SHA512|MD5]&digits=[6|8]&period=[Second]
 +
 +
 +^ ^設定値^Default^memo^
 +|secret|秘密鍵|-|必須|
 +|issuer|発行者|-|Labelのissuerと同値|
 +|algorithm|SHA1/SHA256/SHA512/MD5|SHA1| |
 +|digits|6/8|6| |
 +|period|秒数|30| |
 +
 +
 +===== 参考 =====
  
  
serverapps/security.1492147294.txt.gz · 最終更新: 2017/04/14 14:21 by 127.0.0.1