Voltar para ferramentas
TOTP Code Generator
SegurançaGenerate time-based one-time passwords for 2FA testing.
ttb run totp-generator
------
Refreshing in 0s
Compartilhe esta ferramenta:
Como usar TOTP Code Generator
Enter or scan a TOTP secret key (Base32-encoded). The tool generates time-based one-time passwords that refresh every 30 seconds, matching the codes from apps like Google Authenticator. A countdown timer shows when the current code expires. Useful for testing 2FA implementations.
1
Enter your parameters
Configure the inputs for the Totp Generator according to your specific needs.
2
View real-time results
The utility instantly processes your request and displays the calculated outputs directly in your browser.
3
Copy or Download
Click the copy icon next to the final output to instantly grab the result, or export it if applicable.
Perguntas frequentes
What is TOTP?+
TOTP (Time-based One-Time Password) is the algorithm behind most two-factor authentication (2FA) apps. It combines a shared secret key with the current time to generate a 6-digit code that changes every 30 seconds.
Is this a replacement for Google Authenticator?+
This tool is designed for developers testing TOTP implementations, not as a daily 2FA app. For actual account security, use a dedicated authenticator app (Google Authenticator, Authy, 1Password) that securely stores your secrets.