Client-side encryption
Locked drops are encrypted in the browser with AES-256 via StatiCrypt before upload. The password never leaves the client, and the server stores only ciphertext. Decryption happens in the recipient's browser.
Edge hardening
The edge proxy sets a strict Content-Security-Policy, X-Content-Type-Options: nosniff, and X-Robots-Tag: noindex on every drop — so a leaked URL never gets indexed by search engines.
You own everything
Content lives in your Vercel Blob, served from your domain, with code you can audit (MIT). No third party can read, index, or hold your artifacts.
Honest limits
Locked HTML ciphertext is downloadable, so use long passwords for sensitive material — it's strong against casual access, not a vault. Raw files (without --page) are protected only by an unguessable slug.