Privacy Policy

Last updated: 12 March 2026

The short version

Lockbox is a local-first, zero-knowledge tool. Your API keys are encrypted on your device using a password only you know. We cannot read your keys, and we never sell your data.

What we collect

What we never collect

Encryption

All vault data is encrypted using PBKDF2-derived keys with the Web Crypto API before it ever leaves your device. The encryption key is derived from your master password, which is never transmitted or stored anywhere.

Data storage

Extension: Encrypted vault is stored in chrome.storage.local, which is isolated per-extension by the browser.

CLI: Encrypted vault is stored at ~/.config/lockbox/vault.enc with file permissions restricted to the current user (mode 0600).

Dashboard sync: If you opt into cloud sync, encrypted vault blobs are stored in our database. We use Supabase with row-level security. The server never has access to your decryption key.

Third-party services

Data deletion

You can delete your data at any time:

Changes to this policy

We'll update this page when the policy changes. Material changes will be announced in the dashboard and extension changelog.

Contact

Questions? Email dev@yourlockbox.dev.

← Back to Lockbox