Is this tool safe?
This tool is designed to generate TOTP codes locally in your browser. The secret key is not sent to a server by this site.
Answers about privacy, browser-local code generation, and TOTP compatibility.
This tool is designed to generate TOTP codes locally in your browser. The secret key is not sent to a server by this site.
No. There is no backend database, no user account system, and no storage of your secret keys.
Yes. TOTP generation uses browser-side JavaScript and the Web Crypto API.
TOTP means Time-based One-Time Password. It generates short-lived verification codes from a shared secret and the current time.
HOTP means HMAC-based One-Time Password. It uses a counter instead of time. TOTP is based on HOTP with time as the moving factor.
Yes. The default settings are SHA-1, 6 digits, 30 seconds, and Base32 secret format, matching common authenticator apps.
Yes, but for highly sensitive production workflows, use your official authenticator app and internal security policies.
Yes. It is a lightweight static tool site with no login requirement.