Back to features

feature / encryption

Client-side encryption

Your data is encrypted in the browser before it ever reaches the server.

  1. AES-256-GCM protects the stored payloads.
  2. PBKDF2 derives keys from your master password in the browser.
  3. BitLock never receives your plain text secrets.