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.
Find a file
El RIDO dc3bc8b23d
suppress noise from early initialization during unit tests
the tests still all passed, but the missing browser globals in the node environment could cause misleading messages in the mocha output
2025-11-12 11:11:24 +01:00
.devcontainer Merge branch 'master' into fix-webkit 2024-10-19 11:35:57 +02:00
.github Bump actions/upload-artifact from 4 to 5 2025-11-12 10:35:18 +01:00
.vscode add workspace settings with config files treated as INI 2023-12-08 16:30:45 +00:00
bin remove duplicate options 2025-04-23 19:05:53 +02:00
cfg document change necessary to allow PDF preview to work in Firefox & Chrome 2025-06-07 11:44:02 +02:00
css update bootstrap CSS library from 5.3.7 to 5.3.8 2025-11-12 10:52:07 +01:00
doc Fixed a Typo in Running Unit Tests.md #HSFDPMUW 2025-11-12 10:54:54 +01:00
i18n New translations en.json (Corsican) 2025-06-29 12:45:45 +02:00
img optimized images 2025-02-01 12:32:04 +01:00
js suppress noise from early initialization during unit tests 2025-11-12 11:11:24 +01:00
lib suppress noise from early initialization during unit tests 2025-11-12 11:11:24 +01:00
tpl upgrade kjua to 0.10.0 2025-11-12 11:07:03 +01:00
tst Merge pull request #1545 from PrivateBin/fixes 2025-06-27 16:49:00 +02:00
vendor update ip-lib library from 1.20.0 to 1.21.0 2025-11-12 10:43:29 +01:00
.codeclimate.yml removing PHPCS from CodeClimate, since it can't be configured and contradicts our code style enforced by other checkers 2018-01-06 15:10:21 +01:00
.csslintrc add codeclimate settings 2016-07-06 13:20:14 +02:00
.editorconfig Force JSON request for getting paste data 2017-04-11 16:34:13 +02:00
.eslintignore implementing ESlint suggestions 2018-01-06 07:17:33 +01:00
.eslintrc eslint env cleanup 2019-09-08 09:12:56 +02:00
.gitattributes composer fixes #1222 2024-02-12 21:18:58 +01:00
.gitignore chore: always ignore composer PHP bin dir 2025-11-12 10:35:42 +01:00
.htaccess.disabled add config for older apache releases without included mime type 2025-02-13 09:03:13 +01:00
.jshintrc addressing issues found by codacy 2018-10-20 22:05:35 +02:00
.nsprc add Node Security configuration and enabling it in CodeClimate 2018-01-06 08:06:09 +01:00
.php_cs Add missing fixers from PHP CS 2016-10-31 11:29:25 +01:00
.scrutinizer.yml enable xdebug for coverage in scrutinizer 2025-11-12 10:36:30 +01:00
.styleci.yml limit files of StyleCI scan 2022-01-10 21:26:28 +01:00
BADGES.md remove broken & obsolete badges 2025-11-12 10:36:48 +01:00
browserconfig.xml moved images to img folder 2017-01-08 10:13:12 +01:00
CHANGELOG.md incrementing version 2025-06-30 10:56:53 +02:00
codacy-analysis.yml apply explicit permissions as per CodeQL suggestion 2025-11-12 10:24:57 +01:00
CODE_OF_CONDUCT.md document the applicability of RFC 1855 / Netiquette 2019-07-27 07:31:34 +02:00
composer.json update ip-lib library from 1.20.0 to 1.21.0 2025-11-12 10:43:29 +01:00
composer.lock update ip-lib library from 1.20.0 to 1.21.0 2025-11-12 10:43:29 +01:00
CREDITS.md Show file name and size on download page 2025-06-26 18:12:22 +03:00
crowdin.yml Update Crowdin configuration file 2020-10-04 12:41:27 +02:00
index.php enable strict types in PHP 2024-06-04 07:13:55 +02:00
LICENSE.md Update LICENSE.md 2024-08-30 15:14:28 +00:00
Makefile incrementing version 2025-06-30 10:56:53 +02:00
manifest.json moved images to img folder 2017-01-08 10:13:12 +01:00
Procfile Create Procfile 2022-02-10 18:53:39 -05:00
README.md incrementing version 2025-06-30 10:56:53 +02:00
robots.txt adding an example to opt-out of the privatebin directory 2020-04-08 05:35:38 +02:00
SECURITY.md incrementing version 2025-06-30 10:56:53 +02:00

PrivateBin

Current version: 1.7.8

PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.

Data is encrypted and decrypted in the browser using 256bit AES in Galois Counter mode.

This is a fork of ZeroBin, originally developed by Sébastien Sauvage. PrivateBin was refactored to allow easier and cleaner extensions and has many additional features. It is, however, still fully compatible to the original ZeroBin 0.19 data storage scheme. Therefore, such installations can be upgraded to PrivateBin without losing any data.

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 plausible deniability 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.

What it doesn't provide

  • As a user you have to trust the server administrator not to inject any malicious code. For security, a PrivateBin installation has to be used over HTTPS! Otherwise you would also have to trust your internet provider, and any jurisdiction the traffic passes through. Additionally the instance should be secured by HSTS. It can use traditional certificate authorities and/or use a DNSSEC protected DANE record.

  • The "key" used to encrypt the paste is part of the URL. If you publicly post the URL of a paste that is not password-protected, anyone can read it. Use a password if you want your paste to remain private. In that case, make sure to use a strong password and share it privately and end-to-end-encrypted.

  • A server admin can be forced to hand over access logs to the authorities. PrivateBin encrypts your text and the discussion contents, but who accessed a paste (first) might still be disclosed via access logs.

  • In case of a server breach your data is secure as it is only stored encrypted on the server. However, the server could be abused or the server admin could be legally forced into sending malicious code to their users, which logs the decryption key and sends it to a server when a user accesses a paste. Therefore, do not access any PrivateBin instance if you think it has been compromised. As long as no user accesses this instance with a previously generated URL, the content can't be decrypted.

Options

Some features are optional and can be enabled or disabled in the configuration file:

  • Password protection

  • Discussions, anonymous or with nicknames and IP based identicons or vizhashes

  • Expiration times, including a "forever" and "burn after reading" option

  • Markdown format support for HTML formatted pastes, including preview function

  • Syntax highlighting for source code using prettify.js, including 4 prettify themes

  • File upload support, image, media and PDF preview (disabled by default, size limit adjustable)

  • Templates: By default there are bootstrap CSS, darkstrap and "classic ZeroBin" to choose from and it is easy to adapt these to your own websites layout or create your own.

  • Translation system and automatic browser language detection (if enabled in browser)

  • Language selection (disabled by default, as it uses a session cookie)

  • QR code for paste URLs, to easily transfer them over to mobile devices

Further resources

Run into any issues? Have ideas for further developments? Please report them!