The security model

Zero knowledge means exactly that: your files are encrypted before they leave your device, and the key never touches our servers. We could not read your files if we wanted to, were paid to, or were ordered to.

Stage What happens Who can access it
Select You pick files in your browser. Nothing has moved yet. Only you
Encrypt libsodium encrypts each chunk locally, with a key Argon2 derives from your password on your device. Only you
Upload Only ciphertext travels. TLS wraps it a second time in transit. Only you
Store Our servers hold encrypted blobs plus minimal metadata: size, timestamps, a content hash. You + metadata: us
Share The link carries no key. You pass the password separately, so a leaked link on its own decrypts nothing. Anyone with link + password
Download The recipient's browser fetches ciphertext and decrypts it locally, once they enter the password. Only you
Delete Blobs are unlinked immediately and scrubbed from storage in the next sweep. No one

Don't take our word for it. The whole thing is open source: read the encryption code yourself.

Send something no one else can read.

Try it now, no account Looking for the formal policies? They live in the Legal Center.