6s
Click the code to copyAbout TOTP / OTP Generator
Generate RFC 6238 time-based one-time passwords (TOTP) — the same codes produced by apps like Google Authenticator. • Enter a Base32 secret key to generate a live, auto-refreshing 6-digit code • Countdown ring shows exactly when the code will rotate (every 30 seconds) • Uses the Web Crypto API (HMAC-SHA1) — no libraries, no server calls • Useful for testing 2FA flows without reaching for your phone
Related tools
Password Generator
Generate strong, random passwords with custom rules
Security
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes
Security
JWT Decoder
Decode and inspect JWT tokens — header, payload, and signature
Security
JWT Generator
Create signed JWT tokens with HS256, HS384, or HS512 using WebCrypto
Security