Secure Online Clipboard
Zero-knowledge text sharing with short codes, private links, configurable expiry, and optional burn-after-read delivery.
Your text is encrypted in this browser before upload. The server stores ciphertext only. The decryption key lives in the share link fragment or can be shared separately with the short code.
Paste a full share link to auto-load the clip, or resolve a short code and enter the secret key separately.
The Hash Fragment Mechanism
The decryption key is generated locally and appended to the final URL as a "hash fragment" (the part after the #). Because internet browsers physically do not send URL hashes to servers during HTTP requests, the server hosting the clipboard mathematically cannot read your data. It only holds scrambled cipher text.
Burn After Read
The "Burn After Read" feature provides Perfect Forward Secrecy. The exact moment the secure link is opened by the recipient, the ciphertext is permanently deleted from the database. Even if someone finds the link in an email thread a week later, it will be dead.