One-Time Sharing
Share a password, token or note through a link that destroys itself after it is read. The secret is encrypted in your browser — this server never sees it.
Your one-time link
Copy it now — the decryption key lives only in this link and cannot be recovered.
Scan to open on a phone
Checking status…
How this stays private
- AES-GCM encryption happens in your browser before anything is uploaded.
- The key sits after the
#in the link, which browsers never send to a server. - Opening the link does not reveal the secret — the reader has to click, so mail scanners cannot burn it.
- After the last allowed view the stored ciphertext is wiped, and everything is deleted at expiry.