TOTP Generator

Generate Time-based One-Time Passwords (TOTP) for 2FA. Test your secret keys and generate QR codes compatible with Google Authenticator, Authy, and Microsoft Authenticator.

Loading tool...

aboutTool

TOTP Generator generates and tests Time-based One-Time Passwords (TOTP) used for two-factor authentication (2FA). It allows you to verify the validity of secret keys used in apps like Google Authenticator or Authy.

howToUse

  1. Enter the Base32 secret key provided by your service
  2. View the 6-digit authentication code generated for the current time
  3. Verify the automatic refresh of the code as the time step expires
  4. Scan the generated QR code with your mobile authenticator app

features

  • Full compliance with RFC 6238 standards
  • Real-time 30-second code refreshing
  • Automatic QR code generation from secret keys
  • Support for SHA-1, SHA-256, and SHA-512 algorithms
  • Secure, local-only browser execution
  • Customizable issuer and account labeling

faq

Where do I find the secret key?

Identity providers usually display the key alongside a QR code during the 2FA setup process.

Why is my code invalid?

TOTP is time-dependent; ensure your device clock is synchronized with a global time server.

Is my secret key stored?

No, all processing is stateless and local; the key is never saved or transmitted from your browser.