Skip to content

TOTP Generator

Generate secure time-based one-time passwords (TOTP) locally in your browser for enhanced 2FA security. Supports RFC 6238, custom algorithms, and URI imports.

Updated

What is the TOTP Generator?

How it works

Examples

Generate a TOTP code from a secret key

JBSWY3DPEHPK3PXP
123 456 (changes every 30 seconds)

Import a TOTP account using an otpauth URI

otpauth://totp/Example:user@mail.com?secret=JBSWY3DPEHPK3PXP&issuer=Example
Account details parsed and code generated.

Generate an HOTP code with a custom counter

Secret: JBSWY3DPEHPK3PXP, Type: HOTP, Counter: 0
789 012 (increments on demand)

Frequently asked questions