PrivateBin
Recent Changes
Update PrivateBin to 2.0.0
ADDED: Error logging in database and filesystem backend (#1554)
ADDED: Statistics on v1 pastes in administration script and option to delete them
CHANGED: Removed page template (#265)
CHANGED: Removed support for ZeroBin & v1 pastes - since release 1.3 the v2 format is used (#551)
CHANGED: Removed use of base64 & rawinflate libraries (#551)
CHANGED: Removed support for
privatebin_data
,privatebin_db
&zerobin_db
model class configurations, must be replaced withFilesystem
orDatabase
incfg/conf.php
, if still presentCHANGED: Removed unused columns in database schema of tables
paste
&comment
CHANGED: Jdenticons are now used as the default icons
CHANGED: Upgrading libraries to: base-x 5.0.1, bootstrap 5.3.7, jdenticon 2.0.0 & kjua 0.10.0
CHANGED: Minimum required PHP version is 7.4, due to a change in the jdenticon library
A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. https://privatebin.info/
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.
Install PrivateBin in a few minutes on your server with Cloudron. To install Cloudron first, follow our setup steps.