2FA Authenticator Online
Store 2FA secrets under a master password and generate TOTP codes in your browser β all accounts in one place.
About the 2FA Vault
This is a local TOTP code manager for two-factor authentication. All secrets are stored encrypted in your browser's IndexedDB and never sent to a server.
The vault is encrypted with a master password (PBKDF2 600k iterations β AES-GCM 256). Use the export feature for backups β the file is encrypted with the same password.
Security
- β’All secrets stay in your browser only β nothing goes to a server.
- β’Encryption: PBKDF2-SHA256 (600,000 iterations) + AES-GCM 256.
- β’Auto-lock after 5 minutes of inactivity.
- β’Export backups regularly. Without the master password, secrets cannot be recovered.
- β’Clearing browser history or reinstalling = losing the vault.
Vault vs single-use generator
Use the Vault if you have multiple accounts and need persistent in-browser storage.
Use the generator if you just need a one-off code without saving the secret. /tools/2fa-token-generator/