T = floor(unixtime / 30). This value is the same for both you and the server at the same moment.Frequently Asked Questions
Yes. This tool uses only browser-local JavaScript — no network requests are made after the page loads. Your TOTP secret is never sent to any server, logged, or stored in any way. You can disconnect from the internet and the tool will continue to work correctly.
TOTP (Time-based One-Time Password) is an algorithm defined in RFC 6238. It generates a short numeric code from a shared secret key and the current time. The code rotates every 30 seconds and is used for two-factor authentication. Both the app and the server compute the same code independently — no communication is needed at authentication time.
Yes. This generator implements the standard RFC 6238 TOTP algorithm with HMAC-SHA1, 6-digit codes, and 30-second periods — the same parameters used by Google Authenticator, Authy, Microsoft Authenticator, Bitwarden, 1Password, and virtually all other 2FA apps and services.