TOTP Generator

Generate a Time-based One-Time Password from your secret key. Compatible with Google Authenticator and similar 2FA apps.

How it works:

TOTP is calculated using your secret key and the current time. The code refreshes every 30 seconds for security purposes.

This tool runs entirely in your browser - your secret key is not sent to any server.

Note: For real security, use official authenticator apps. This is a demo tool.