password
TOTP / 2FA Code Generator
Generate a 2FA code from a secret key.
Paste the Base32 secret key from your 2FA setup and generate the current 6-digit code.
How this works
This generates a standard TOTP (Time-based One-Time Password) code, the same kind used by Google Authenticator and similar apps, from your Base32 secret key. The code changes every 30 seconds. Your secret key is never stored, it is only used once to compute the current code.