This is interesting. An anonymous message-sharing system for messages under 100MB, including full Unicode support. Hopefully the spammers won’t abuse it like they did with my site ncane.com.
Created by Jason Irwin, who writes:
The content can be text of any reasonable length and the password can be of any reasonable length and include multiple different input types, including emoji. Once received, a password is generated using Open SSH ciphers and the content is encoded with 256-bit AES encryption. From there the content is stored in an encrypted area on the storage medium — not in the database — and the initialisation vector for the decryption is written into the database. The password is not stored anywhere on the server […]
Check it out.