1. Information We Do NOT Collect or Store
When you use AuthBro to manage your Two-Factor Authentication (2FA) verification codes, all cryptographic processing occurs directly in your web browser. We explicitly do NOT collect:
- Secret Keys & TOTP Seeds: Your Base32 secret keys, service issuer names, and account labels are saved exclusively in your browser's local sandbox storage (
localStorage/IndexedDB). - Camera Feeds & QR Images: Web camera frames scanned during QR setup are parsed locally using in-browser WebAssembly. Video feeds are never recorded, streamed, or uploaded to any remote server.
- Generated 2FA Codes & Copy Logs: We do not track when 6-digit TOTP verification codes are generated or copied to your clipboard.
- Master Passphrases: If you protect your vault with a master password, the key derivation function (PBKDF2/AES-GCM) runs strictly inside your local browser memory. We do not store or transmit your master password.
2. How Your Local Data is Protected
Your security credentials reside within your browser's isolated sandbox. To protect your data locally on your device:
- Client Encryption: Sensitive vault entries can be encrypted with AES-256-GCM symmetric encryption using your personal master passphrase.
- Encrypted Backups: When you export a backup JSON archive, the resulting file is encrypted prior to file download. You retain sole physical ownership of your backup files.
- Offline Capability: Once loaded in your web browser, AuthBro can be operated completely air-gapped without an active internet connection.
3. Cookies & Local Storage Policy
We strictly minimize web storage usage:
- Essential Local Storage: Used solely to preserve your application settings (e.g., active light/dark visual theme choice and local encrypted 2FA vault state).
- No Advertising Trackers: We do not utilize third-party advertising cookies, cross-site tracking pixels, or invasive behavioral profiling tools.
4. Data Control & Complete Deletion
You hold 100% control over your credentials at all times. You can wipe your stored authenticators immediately by selecting "Clear Local Vault" in application settings or by clearing your browser site data.
Important Security Reminder: Because we maintain zero server database backups of your secret keys, lost master passphrases or un-backed-up browser cache purges cannot be recovered by our team. Always keep a secure, encrypted backup file in a safe location.
5. GDPR & Global Privacy Compliance
Because AuthBro collects zero personal data or unencrypted credentials on backend servers, our platform inherently satisfies the highest requirements of Privacy-by-Design and Privacy-by-Default under the General Data Protection Regulation (GDPR Article 25) and the California Consumer Privacy Act (CCPA/CPRA).
6. Privacy Questions & Contact
If you have questions regarding this Privacy Policy, client-side cryptography, or security audits, please reach out via our contact support channel.