TOTP Code Generator (2FA)
Generate TOTP 2FA codes from a Base32 secret — no app needed.
Acerca de esta herramienta
TOTP Code Generator implements RFC 6238 Time-based One-Time Passwords entirely in the browser using the Web Crypto API. Enter the Base32 secret from any 2FA QR code, and the tool shows the current 6-digit code with a live countdown to the next 30-second window, plus the upcoming code so you're never caught off guard. Add multiple accounts — they're stored in localStorage so they persist between visits. An educational panel explains how TOTP works under the hood. This is a backup / recovery tool: always keep your primary 2FA method safe.
Cómo usar
- 1 Enter a name for your account and paste the Base32 secret.
- 2 Click Add Account — the current 6-digit code appears immediately.
- 3 Watch the countdown ring; the next code is shown so you can switch seamlessly.
- 4 Add more accounts with the + button.
- 5 Click the trash icon to remove an account.
Preguntas frecuentes
Genere hashes SHA-1, SHA-256, SHA-384 y SHA-512 a partir de texto o archivos — funciona sin conexión en su navegador.
Genera contraseñas aleatorias y seguras con longitud y conjuntos de caracteres personalizables — funciona sin conexión.
Cifre y descifre texto con una contraseña usando AES-GCM y WebCrypto — completamente del lado del cliente.