Secret Key
JBSWY3DPEHPK3PXP
Notes
Produces a 6-digit TOTP for the current time window (refreshes on the countdown)
Encoding & Decoding
Generate TOTP codes from a Base32 secret in the browser, with SHA-1 / SHA-256 / SHA-512 and 6- or 8-digit codes that refresh with the system clock. Useful for troubleshooting and recovering two-factor login flows. Secrets stay local.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
编码加解码
Generate TOTP codes from a Base32 secret in the browser, with SHA-1 / SHA-256 / SHA-512 and 6- or 8-digit codes that refresh with the system clock. Useful for troubleshooting and recovering two-factor login flows. Secrets stay local.
通常来自 Google / Microsoft Authenticator 的设置页。
使用示例密钥生成动态验证码。
------
Secret Key
JBSWY3DPEHPK3PXP
Notes
Produces a 6-digit TOTP for the current time window (refreshes on the countdown)
Confirm the secret is Base32, that algorithm and digits match the server, and that the device clock is accurate. Large clock skew breaks TOTP.
No. The secret and codes are computed locally. Local processing omits the full secret and live code text.
Tools
Continue with another translated tool for a nearby task.
Base32 Encode/Decode
Encode and decode Base32 using uppercase A–Z and 2–7 per RFC 4648. Useful for case-insensitive secrets such as authenticator seeds. UTF-8 text is supported.
HMAC Generator
Generate an HMAC locally from a message and key with SHA-1/256/384/512, outputting Hex and Base64. Useful for API signing and webhook verification checks.
Password Strength Tester
Estimate password entropy, character-pool size, and theoretical offline crack time from length and character classes, with improvement suggestions. Evaluation runs entirely in the browser; passwords are not uploaded. Results are theoretical heuristics, not a guarantee of real-world security.