One password. everything safe.
Vardra keeps every password, card, and note locked up on your computer. Even we can't see what's inside.
Built to last,
built to be safe.
Made with the same kind of code that runs operating systems and banks. Fast, durable, and free of the bugs that lead to leaks.
Native on every device
Use Vardra on macOS, iOS, Android, Windows, Safari, Chrome, Firefox, and the terminal. Each app is built for its own platform.
Keep local control
Your vault unlocks on your device. Sync stores encrypted payloads only, so the account service can move data without reading secrets.
Ready to recover
The Emergency Kit gives you a practical recovery path without handing Vardra your master password or plaintext vault.
We can't see
your stuff.
The lock is on your computer, not ours. Even if our servers got broken into, your passwords would still be unreadable.
Bank-grade lock on every secret
Each password and note is sealed with authenticated encryption. Your master password is hardened with Argon2id, the gold-standard defense against guess-and-check attacks.
Built to survive guesses
Argon2id slows password guessing by making every attempt deliberately expensive. A strong master password plus your Secret Key is what keeps the vault out of reach.
// Vardra client crypto contract
master_key = argon2id(master_password, account_salt)
vault_key = hkdf(master_key, "vardra-vault-key-v4")
auth_hash = hkdf(master_key, "vardra-auth-hash-v4")
// Only auth_hash leaves the device.
Use it
everywhere.
Flip the vault online for the device in front of you.
You define the Boundary.
Vardra keeps secrets locked until your current device unlocks the vault. The service sees account state, never plaintext credentials.
Vault Status
- Local unlock required
- Encrypted sync payloads
Choose your vault.
Personal vaults are live. Family and team plans are opening next.
Personal
High-speed sync and advanced security for individuals.
Family
Secure your household and shared vaults when Family opens.
Teams
For teams that need shared vaults, billing, and access controls.
Native platform coverage
Common questions
The honest answers most people want to know.
If I forget my password, can you reset it?
No, and that's the point. We never see your password. If you lose it AND lose your recovery words, your saved data is gone — not even we can get it back. That's why the app makes you save an Emergency Kit during setup.
Where do my passwords actually live?
On your computer, in a locked file only you can open. If you turn on sync, an encrypted copy goes to our servers — but it's gibberish to us without your password.
What if Vardra goes offline?
Nothing breaks. The app on your computer keeps working. Sync just pauses until we're back. You're not dependent on us being up.