feature / encryption
Client-side encryption
Your data is encrypted in the browser before it ever reaches the server.
- AES-256-GCM protects the stored payloads.
- PBKDF2 derives keys from your master password in the browser.
- BitLock never receives your plain text secrets.