dead.pub

Ephemeral permissionless scrach pads to share text.

Usage

Use any slug URI and start writing. For instance, check out /guestbook and say hi

You can also encrypt messages on the client side by including an encryption passphrase in the URI hash. For instnace, /foobar#thisIsASharedKey will encrypt your message using the passphrase thisIsASharedKey. Without this key, the message can not be decrypted.

Privacy

All pads publicly readable and writable by anyone. There is no authentication or authorization. Do not store sensitive information unencrypted (see above).

All data is stored in memory only and may be lost at any time. There's no intentional logging or permanent storage of request data, but some systems may store basic HTTP server logging including your IP address.


Source code available in the GitHub dead-drop repository