V1.0 MVP

Zero Knowledge Drop

Encrypt a message locally in your browser. The server never receives the key. The link will destroy itself immediately after being opened.

Secure Link Created

Copy the link below. The portion after the hash symbol (#) is the decryption key, which is never sent to our servers.

Client-Side Encryption
Your message is encrypted in your browser using AES-GCM 256-bit. Only ciphertext is sent to the server.
Zero Knowledge Architecture
The decryption key is appended to the URL fragment (#). Web browsers do not send URL fragments to the web server, ensuring we can never decrypt it.
Self-Destroying Link
Once the recipient opens the link, the server immediately deletes the record from the database. The link can only be read once. Unopened drops are purged after 7 days.