PrivateBin
Encrypted online pastebin for storing text securely
Alternative to: ZeroBin, PrivateBin alternatives, 0bin, Ghostbin, Hastebin, Pastebin.com, Pastes.io, 0x0.st, PrivateNote
v1.6.0
2023-09-11This release adds translations for Japanese & Arabic and increases the minimal required PHP version to 7.3.
In addition to the two new translations for the Japanese & Arabic languages, the Email-button is now a configurable option, but still enabled by default.
The minimum supported PHP version is now 7.3, due to having upgraded the PHP unit test framework which no longer supports older PHP releases. This simplifies our development (we no longer need to maintain a parallel branch that ensured PHP 8 compatibility) and let us drop a library that provided a more cryptographically secure random function to PHP 5.
Update procedure
As usual, you can download the archive for a manual upgrade and can find more details in the installation instructions.
We also offer a container images using the nginx web server with php-fpm and one using the nginx unit application server, that include the recommended secure setup with the non-essential files and data outside of the web servers document root.
Changes since version 1.5.2
- ADDED: Translations for Japanese & Arabic
- ADDED: Configuration option to disable Email button (#1164)
- CHANGED: Minimum required PHP version is 7.3, due to upgrading PHPunit (#707)
- CHANGED: Removed PHP 5 polyfill for random_bytes()