How Locker protects your data
- Client-side encryption: All data is encrypted on your device before being sent to the server. The server only stores encrypted data.
- Master Password never leaves your device: The encryption key is generated from your Master Password on your device and is never sent to the server.
- AES-256-CBC encryption: The strongest encryption standard available today — it would take billions of years to crack using brute-force methods.
- PBKDF2 hashing: Your Master Password is hashed through multiple iterations before use, protecting against dictionary attacks and rainbow tables.