PrivateBin
Recent Changes
Update PrivateBin to 1.7.6
ADDED: Ability to copy the paste by clicking the copy icon button or using the keyboard shortcut ctrl+c/cmd+c (#1390 & #12)
CHANGED: Allow toggling tab-key-support using
[Ctrl]+[m]
or[Esc]
in textarea for keyboard navigation (#1386)CHANGED: Switched to WASM streaming and replace unsafe-eval with wasm-unsafe-eval CSP declaration (#1464), requires webserver to have
application/wasm
MIME type configured.CHANGED: Replaced usage of strpos with strstartswith & str_contains (#1373)
CHANGED: Added polyfill libraries for ctype, strstartswith & str_contains functions (#1476)
CHANGED: Turned paste delete link into a button (#266)
CHANGED: Upgrading libraries to: DOMpurify 3.2.4, cloud-storage 1.45.0, aws-sdk-php 3.336.2
CHANGED:
bootstrap5
template UI improvementsFIXED: Redirect to the home page after changing the language (#92)
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.