使い方: TOTP Code 生成
TOTP Code 生成 はブラウザ内で即座にgenerate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URIできる無料のオンラインセキュリティツールツールです。データを貼り付けてオプションを選ぶだけで結果がリアルタイムに得られます——インストール不要、登録不要、サーバーへの送信も一切ありません。
説明
Generate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URI.
- セキュリティツール
- すべての計算がクライアント側で行われるため、APIキーやトークンなどの機密データにも安心して使えます。
使い方
TOTP Code 生成 の使い方は3ステップ:
- 入力ボックスにデータを貼り付け(または例を読み込み)。
- 目的の形式やシーンに合わせてオプションを調整。
- 出力をコピー・ダウンロード・確認——入力に応じてライブ更新。
実行
例
The classic Base32 test secret. Set the Unix time override to 59 and 8 digits to reproduce the RFC 6238 test vector 94287082.
入力
JBSWY3DPEHPK3PXP
出力
Current code 862119 (valid 20s more) Previous 762220 Next 686136 Unix time 1789313140 Time step 59643771 (counter = floor(time / 30)) Algorithm HMAC-SHA-1 Digits 6 Period 30s Secret JBSWY3DPEHPK3PXP (10 bytes after Base32 decode) otpauth:// URI (for authenticator apps and QR generators) otpauth://totp/26173?secret=JBSWY3DPEHPK3PXP&issuer=26173&algorithm=SHA1&digits=6&period=30 RFC 6238: the counter is the 30-second step since the Unix epoch, big-endian, HMAC'd with the shared secret; 4 bytes are extracted by dynamic truncation. Everything is computed in your browser — the secret is never transmitted.
此输出由工具真实运行产生,并非人工编写。
ユースケース
TOTP Code 生成 が役立つ場面:
- Generate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URI.
パラメータ
このツールにオプションはありません。入力に対してそのまま動作します。
FAQ
TOTP Code Generator とは?
generate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URIためのツールです。すべてブラウザ内で動作するためデータは外部に出ません。
無料で使えますか?
はい。無制限・登録不要・インストール不要で使えます。
データは送信されますか?
いいえ。すべての処理はローカルで実行され、サーバーには送信されません。
注意事項
- 全部计算在浏览器端完成,因此超大输入受限于标签页内存,而非服务器上传限制。
関連ツール
Strong パスワード生成Crypto-random passwords with full policy control.パスフレーズ生成Diceware-style memorable passphrases.パスワード Strength テストEstimate entropy and crack-time of a password.API Key 生成Random hex / Base64 secrets of any length.基本 Auth Header 生成Build and decode Authorization: Basic headers.JWT デコードInspect JWT header, payload and signature metadata.