Share a password once
Turn a password, API key, or recovery code into a one-time encrypted link. This tab encrypts with AES-256-GCM; the server only receives ciphertext. The key sits after # in the address bar and never enters HTTP. After the recipient opens the full link, it burns. Neither side needs an account.
0 / 32,768 bytes
Burns after 1 read by default. Unread links are also deleted when they expire.
No link yet. After you paste a secret, the right side splits the query and the # fragment so you can confirm the key never entered HTTP. Without the fragment, ciphertext on the server cannot be decrypted.
Full link
The server can see the ciphertext id, not the key.
Exists only in the browser. It is not sent with the HTTP request.
A lost link cannot be recovered. After the set read count, ciphertext is hard-deleted.
Do not put a whole file on this page. Use File Encryption Box for a single file up to 5 GB.
Check who can see what
The current tab uses Web Crypto to draw a 256-bit key, then encrypts with AES-256-GCM. Upload fields are only ciphertext, an expiry, and a read count.
# fragment. The query has only the id and does not take the key with it.
Before you share a password
Burn-Link is a one-time encrypted link: you encrypt a password or API key in the current tab with AES-256-GCM, and the server only stores ciphertext. The decryption key is appended after # in the address bar and never enters the HTTP request. After the recipient opens it and the read limit is reached, the ciphertext is deleted and cannot be read again.
# and decrypt locally.
After you send
Use this page for a short text, once. Generating a password, cleaning outbound content, and backing up a file all stay in the browser. Plaintext, keys, and files are not uploaded by default.