Secure one-time secret and file sharing. Share it once, let it fade.
Encrypted in your browser. Opened once, then simply gone.
-
End-to-end encryptedEncrypted in your own browser
-
Two separate channelsLink and passphrase travel apart
-
Read once, then goneFades on read, nothing on disk
Erased
This secret is gone — the link no longer works.
How it works
- Paste a secret. A password, an API key, a
.envblock. Your browser encrypts it under a generated 7-word passphrase — end-to-end, before anything leaves the page. - Send two things on two channels. The one-time link carries no key, so it can go in email, Slack, or a ticket; the passphrase goes separately — a text, a call, out loud.
- They open it once. The secret is decrypted in their browser and destroyed on the server the moment it is revealed — or after 24 hours if nobody opens it. Nothing is ever written to disk.
OncePad is a free, self-destructing secret sharing service: an encrypted alternative to pasting credentials into chat. Read the full security & threat model.
Frequently asked questions
How does OncePad work?
Your browser encrypts the secret with AES-256-GCM under a generated 7-word passphrase (the key is derived with PBKDF2-HMAC-SHA256, 600,000 iterations) and uploads only the ciphertext. The recipient opens the link, enters the passphrase, and the secret is decrypted in their browser and deleted from the server in the same moment.
Can OncePad read my secret?
No. Encryption happens in your browser and the key is derived from the passphrase, which is never sent to us — the link carries no key at all. The server stores an opaque blob it cannot decrypt, so there is nothing for us, or anyone who breached us, to read.
Why do I get a link and a passphrase?
Two channels. The link carries no key, so it is safe to paste in email, Slack, or a ticket; the passphrase travels separately — a text, a call, said out loud. Someone who sees only one of them has nothing.
What happens after the secret is opened?
It is destroyed on the first reveal — burn after reading, exactly once. If it is never opened it expires after 24 hours. Secrets live only in RAM, never on disk, and a restart wipes them all.
Guides
- one-time file sharing
- one-time secret link
- credential handoff
- share a private key
- send sensitive documents
- share a password
- share API keys & .env
- self-destructing message