PrivateBin–A Self-Hosted, Zero Knowledge Encrypted Pastebin

PrivateBin is a self-hosted pastebin where the hosting server has zero knowledge about the contents of any pasted data. PrivateBin encrypts and decrypts the pasted data in the browser using AES 256.

What PrivateBin provides

* As a server administrator you don’t have to worry if your users post content that is considered illegal in your country. You have no knowledge of any of the pastes content. If requested or enforced, you can delete any paste from your system.

* Pastebin-like system to store text documents, code samples, etc.

* Encryption of data sent to server.

* Possibility to set a password which is required to read the paste. It further protects a paste and prevents people stumbling upon your paste’s link from being able to read it without the password.

PrivateBin has a fairly well thought-out set of features, including the ability to set expiration dates, and even a burn-after-reading option so that the paste is deleted from the server after it is accessed.