A password manager where the server only sees ciphertext. Your master password never leaves your phone.
How it worksYou're the only one who should be able to read your vault.
Your master password derives an encryption key on your device using PBKDF2. The vault is encrypted with AES-GCM before it ever leaves your phone. Even a full server breach would leak only ciphertext.