TOTP Generator (2FA)

One-time codes per RFC 6238. Compatible with Google Authenticator, Authy, Microsoft Authenticator. All computation happens in your browser — the key is never sent to the server.

Do not enter real secret keys from production accounts on third-party websites. This tool is for testing and development only.

Online TOTP Generator — 2FA Codes Without an App

TOTP (Time-based One-Time Password) is the RFC 6238 standard underlying two-factor authentication on all modern services. This tool computes 6-digit codes directly in the browser using the Web Crypto API (HMAC-SHA1).

How to use

See also