TOTP Generator - 2FA Code Generator
Generate time-based one-time passwords (TOTP) compatible with Google Authenticator, Authy, and other 2FA apps. Uses RFC 6238 standard with HMAC-SHA1.
How TOTP Works
- Uses a shared secret key (Base32 encoded)
- Generates a new code every 30 seconds
- Codes are 6-8 digits long
- Used for two-factor authentication (2FA)
Use Cases
- Test 2FA implementation in your apps
- Verify authenticator setup
- Generate codes without a phone