2FA QR Code 產生器
為 Google Authenticator、Authy、1Password 及其他 2FA 應用程式產生 TOTP QR Code。
如何使用本工具
- 1
Type the service name into the first field (this becomes the issuer label, e.g. RevealTheme).
- 2
Enter the account identifier, usually the user's email or username.
- 3
Paste an existing Base32 secret, or click Random to generate a fresh 32-character one with crypto.getRandomValues.
- 4
Scan the QR code that appears below with your authenticator app, or copy the otpauth:// URI shown under it.
什麼是 2FA QR Code 產生器?
兩步驟驗證應用程式會掃描以 QR Code 形式編碼的 otpauth:// URI,以設定以時間為基礎的一次性密碼(TOTP,RFC 6238)。本工具會根據服務名稱、帳戶識別碼和 Base32 金鑰建構該 URI,然後將其轉譯為可掃描的 QR Code。
常見使用場景
Demoing a 2FA enrollment flow in a tutorial, slide deck, or product screenshot without wiring up a real backend.
Generating a test TOTP secret while developing or QA-testing a login system that uses standard SHA1/6-digit/30-second codes.
Re-encoding a Base32 secret you already hold (for example from a recovery backup) into a fresh scannable QR.
Teaching teammates how the otpauth:// Key URI Format is structured by showing the URI printed beneath the QR.
Quickly checking whether an authenticator app accepts the default TOTP parameters before committing to a server-side library.
Creating a throwaway 2FA setup for a sandbox or staging account where the secret does not protect anything sensitive.
常見問題
金鑰會被傳送到任何地方嗎?▼
相關工具
密碼雜湊產生器(PBKDF2)
使用 PBKDF2-SHA256 在你的瀏覽器中產生安全的密碼雜湊。比 MD5 或簡單 SHA 更強,工作因子可調。
HMAC產生器
使用SHA-1、SHA-256、SHA-384或SHA-512產生HMAC簽章。
AES-256 加密
使用 AES-256-GCM 加密和解密文字。金鑰透過 PBKDF2-SHA256 從你的通行碼衍生而來。
密碼強度檢測器
根據字元集大小和常見密碼清單檢測你密碼的熵值。完全離線執行。
凱撒密碼編碼與解碼工具
使用凱撒密碼對文字進行編碼或解碼:按固定位移替換字母。
ROT13編碼與解碼工具
使用ROT13對文字進行編碼或解碼:一種位移13位、且自身互逆的凱撒密碼。