TOTP / 2FA Code Generator

Generate time-based one-time passwords (RFC 6238) compatible with Google Authenticator and 1Password. Paste a base32 secret or otpauth:// URL — codes update live, fully in-browser.

Current code
------
Next
------
Time left in window24s

TOTP is computed locally via the Web Crypto API. Your secret never leaves the browser. The clock used is your system time — large drift will produce codes that don't match the server.

Related tools