使用方法: 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 產生器 同樣安全。
使用方法
使用 TOTP Code 產生器 只需三步:
- 將資料貼上到輸入框(或載入範例)。
- 依目標格式或使用情境調整選項。
- 複製、下載或檢視輸出——輸入時結果即時更新。
執行
範例
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 804447 (valid 5s more) Previous 749968 Next 151746 Unix time 1789313305 Time step 59643776 (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.
參數說明
此工具沒有可設定參數,直接對輸入內容生效。
常見問題
什麼是 TOTP Code Generator?
TOTP Code Generator 用於generate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URI。它完全在瀏覽器內執行,資料保持私密。
TOTP Code Generator 可以免費使用嗎?
可以。TOTP Code Generator 免費、無次數限制,無需註冊或安裝。
我的資料會被上傳嗎?
不會。所有處理都在本機瀏覽器完成,不會傳送到任何伺服器。
注意事項
- 全部计算在浏览器端完成,因此超大输入受限于标签页内存,而非服务器上传限制。
相關工具
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.