Don't Eat The Paste
- Pastes are stored on disk, encrypted with AES EAX,
with the nonce and tag, but without the key.
- Pastes are assumed to be UTF-8 text and are limited to 512 KB.
- Keys are provided as part of the url path:
https://paste.hzrd.us/<paste_id>/<key>
- Raw encrypted pastes may be retrieved by removing the key from the URL.
(see format details)
- This server does not store access logs that might divulge the key.