Encrypted Paste

Client-side encrypted paste bin. Your key stays in the URL fragment — the server never sees your content.

1. Your browser encrypts the content with AES-256-GCM
2. Only the encrypted blob is sent to the server
3. The decryption key lives in the URL fragment (#key)
4. Fragments are never sent to the server — zero-knowledge
5. Pastes auto-delete after the chosen expiry time