Biometric gate
PIN unlock for daily use; biometrics never replace the master password for backup restore.
Industry-standard encryption with a zero-knowledge architecture. Keys are derived on your device; backups and sync store ciphertext only you can unlock.
AzAd Vault never receives your master password or decrypted vault contents. Google Drive sync stores encrypted blobs in your own Drive — we cannot read them even with server access.
A guided checklist walks you through biometrics, backups, imports, and vault hardening — so you always know where you stand.
Only encrypted data transits to Google Drive. Your master password and derived keys never leave local secure storage.
Master password derives keys on-device via Argon2id. Session key stored in secure hardware/OS storage.
Each password, card number, and note encrypted with AES-256-GCM before touching SQLite or memory export.
Google Drive receives encrypted vault blobs in your app folder. AzAd Solutions has no decryption keys.
HMAC on backups detects tampering. Restore fails fast if password or file is wrong.
PIN unlock for daily use; biometrics never replace the master password for backup restore.
Vault locks after inactivity. Re-authentication required before secrets are visible again.
Copied passwords clear from clipboard automatically after a short interval.
Detects weak, reused, and expiring passwords. Tracks checklist completion (e.g. 6/8 steps).
Vault contents are never logged or transmitted. See our Privacy Policy for details.
Shared vault_core package across all platforms — one implementation, auditable code.
On Windows, your encrypted vault lives at %USERPROFILE%\Documents\AzAd Vault\azad_vault.db. Session keys use Windows DPAPI. Desktop Google sign-in uses OAuth via azadvault.com/oauth/desktop — your Google password is never sent to AzAd Solutions.
By design, your master password cannot be recovered. If you have an encrypted .azvault backup and remember the password used to create it, you can restore. Otherwise a new vault must be created. This is the trade-off of true zero-knowledge security.