Search tools

Find and open any DevTooKit tool. Use arrow keys to navigate.

TOTP / 2FA Generator

Generate live TOTP codes from a Base32 secret or otpauth:// URI. SHA-1/256/512, local-only. Free online — runs locally, no upload.

DevTooKit:demo

————

Refreshes in 30s

otpauth://totp/DevTooKit%3Ademo?secret=JBSWY3DPEHPK3PXP&issuer=DevTooKit&algorithm=SHA1&digits=6&period=30

Runs fully in your browser (RFC 6238). Secret never leaves this device. Sample secret JBSWY3DPEHPK3PXP is the common demo key ("Hello!").

About TOTP / 2FA Generator

Generate TOTP (time-based one-time password) codes online for testing authenticator flows. Keep shared secrets local while you verify enrollment and clock skew issues. This is a developer helper — use a real authenticator app for production account security when appropriate.

What stays local: TOTP shared secrets and generated codes.

What you can do with TOTP / 2FA Generator

  • TOTP codes from a shared secret
  • Local generation only
  • Useful for 2FA/auth debugging
  • No server-side secret storage

How to use TOTP / 2FA Generator

  1. Enter the shared secret. Paste the TOTP secret (stays in this browser).
  2. Generate codes. View the current time-based OTP.
  3. Verify in your app. Confirm the code matches your authenticator or auth API.

Privacy

What stays local: TOTP shared secrets and generated codes. DevTooKit is local-first — no signup wall, no server-side processing for this tool, and no watermark on results.

Related tools

FAQ — TOTP / 2FA Generator

Privacy, offline use, and how this free online tool works.

Are TOTP secrets uploaded?

No. Codes are derived locally in your browser.

Should I use this for production account 2FA?

Prefer a dedicated authenticator app for long-term account security. This tool is ideal for development and debugging.

Browse all 91 DevTooKit tools · More hashing & crypto