No description
  • PHP 48.3%
  • JavaScript 34.9%
  • CSS 16.5%
  • Makefile 0.2%
Find a file
2026-06-10 20:38:41 +02:00
.devcontainer chore: remove sqlite as it apparently was already installed 2026-02-24 14:24:07 +00:00
.github harden gihub actions 2026-05-25 08:03:43 +02:00
.vscode test(phpunit): fix PHPUnit different CWD with a custom command 2026-02-24 12:37:47 +00:00
bin deduplicate code, clarifications 2026-01-25 10:37:32 +01:00
cfg Fix typo in Shlink config docs 2025-11-09 10:00:48 +11:00
css fix: move copy to clipboard button outside of prettymessage block 2026-05-15 13:28:34 +03:00
doc incrementing version 2026-05-03 08:10:16 +02:00
i18n New translations en.json (Chinese Simplified) 2026-06-09 06:50:28 +02:00
img apply suggestions to use existing bootstrap icons 2025-10-05 09:47:39 +02:00
js chore(deps): bump uuid and nyc in /js 2026-06-10 18:31:30 +00:00
lib Merge pull request #1802 from slegarraga/fix/modal-focus-accessibility 2026-06-10 19:38:03 +02:00
tpl fix: hide shortcut hint text on small screens 2026-05-16 11:46:48 +03:00
tst fix php unit tests using newer google cloud storage library 2026-06-10 20:29:37 +02:00
vendor actually update composer dependencies 2026-04-18 12:30:37 +02: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
.gitattributes Merge branch 'master' into eslint 2025-10-08 18:31:10 +02:00
.gitignore chore: always ignore composer PHP bin dir 2025-09-03 12:38:13 +00: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-07-19 21:36:31 +02:00
.styleci.yml limit files of StyleCI scan 2022-01-10 21:26:28 +01:00
BADGES.md remove broken & obsolete badges 2025-10-08 09:30:23 +02:00
browserconfig.xml moved images to img folder 2017-01-08 10:13:12 +01:00
CHANGELOG.md chore: CHANGELOG.md updated 2026-05-26 09:25:13 +03:00
CODE_OF_CONDUCT.md document the applicability of RFC 1855 / Netiquette 2019-07-27 07:31:34 +02:00
composer.json don't block CI from running 2026-04-18 12:32:49 +02:00
composer.lock actually update composer dependencies 2026-04-18 12:30:37 +02:00
CREDITS.md chore: prepare for next release 2026-05-03 10:55:49 +02: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 file 2026-01-30 22:31:56 +01:00
Makefile incrementing version 2026-05-03 08:10:16 +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 2026-05-03 08:10:16 +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 2026-05-03 08:10:16 +02:00

PrivateBin

Current version: 2.0.4

PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of stored 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.

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 (in the fragment part separated by the #). 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 bootstrap5, bootstrap CSS and darkstrap 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!