Lab
Paste
ZeroBin-style encrypted paste stored entirely in your share link.
Client-side encryption
What this is
A client-side encrypted paste tool that stores the key inside the URL fragment, so the server never sees plaintext. It is built for short, sensitive snippets that shouldn't live in a shared document.
Who it's for
- Engineers sharing short secrets or snippets.
- Teams that want a zero-knowledge paste flow.
- Anyone who needs encrypted sharing without accounts.
Share link
The link contains encrypted data and the key inside the fragment. Anyone with the link can decrypt it, plus the passphrase if you set one.
Ciphertext (debug)
Security model (30 seconds)
The paste is encrypted locally with AES-256-GCM. The ciphertext and key live in the URL fragment, so they are never sent to the server. If you add a passphrase, both the fragment key and passphrase are required to decrypt. No server-side secrets and no user tracking are used.