Free QA tool
2FA code generator
Generate Google Authenticator-style TOTP codes from Base32 secrets, or save test 2FA secrets in your profile and Telegram bot.
Current 2FA code
------Refreshes in 8s. This generator runs in your browser; do not paste secrets from important personal or production accounts.
Saved 2FA codes
Your saved test codes
These blocks use encrypted secrets from your profile. They are also available in Telegram: Profile → 2FA codes.
Save 2FA codes to your profile
Signed-in users can save named test 2FA secrets in Profile. Saved codes are visible on the website and in the Telegram bot under Profile → 2FA codes, so QA testers can open current codes without re-scanning setup QR codes.
Open profileWhen this helps
Use this tool to test 2FA enrollment, login, recovery, and QA scenarios when you have a test TOTP secret. It is useful for staging environments, demo accounts, and automated authentication flow checks.
Safety notes
- Use test secrets, not real personal or production account secrets.
- The code is generated in your browser.
- Rotate any secret that was accidentally exposed.
- Do not store 2FA secrets in bug reports or screenshots.
Related email testing
Many apps combine email verification and 2FA. TempMailito helps test email OTPs, signup confirmations, and account recovery messages alongside 2FA QA flows.
Open OTP ParserRelated guides
FAQ
2FA code generator questions
What is a TOTP 2FA code?
A TOTP code is a time-based one-time password generated from a shared secret and the current time, commonly used by authenticator apps.
Is this the same format as Google Authenticator?
Yes. This tool generates standard 6-digit SHA-1 TOTP codes using a 30-second period, which is the common Google Authenticator-compatible format.
Should I paste real personal 2FA secrets here?
No. Use this tool for QA, demos, and test accounts. Do not paste secrets for important personal, admin, banking, or production accounts.