AES-256 encrypted password manager & generator. Zero-knowledge, fully client-side — your credentials never leave your browser.
Absolutely not. All vault data is stored exclusively in your browser's localStorage on your own device. Zlvox servers never see your passwords, encryption keys, or any credential data. We are technically incapable of accessing your vault.
Your vault will be permanently erased. Always use the Backup (JSON) feature to export your encrypted vault before clearing browser data. The backup file is also AES-256 encrypted.
A 4-word passphrase from a 1,024-word list has ~40 bits of entropy. A 12-character random password with all character types has ~78 bits. For equivalent security, use at least 5-6 words. The advantage of passphrases is human memorability.
The estimate assumes an offline attack using high-end GPU hardware (~10 billion attempts per second). It calculates total possible combinations from your password's character space and length, then divides by attack rate.
Yes — use the Export (Backup JSON) function to download your encrypted vault file, then Import it on another device. The encrypted JSON file contains no plaintext credentials.
PBKDF2 is a key-stretching algorithm that runs your master key through SHA-256 hashing 100,000 times. This makes brute-forcing the master key computationally expensive — an attacker testing 1 billion guesses per second needs 100,000x more time per guess.