Table des matières

ZeroBin - Because ignorance is bliss

TL;DR: ZeroBin is a minimalist, opensource online pastebin/discussion board where the server has zero knowledge of hosted data. Data is encrypted/decrypted in the browser using 256 bits AES. You can test it online.

Paste, share, discuss about it.


Features

Although ZeroBin works like a charm as it is, I dot not have time to maintain ZeroBin any more. For a more up-to-date version, please switch to PrivateBin (https://privatebin.info/) which is based on ZeroBin.

Screenshot

See screenshot page.

Requirements

Pros/Cons

Benefits

Drawbacks

How does it work ?

When pasting a text into ZeroBin:

When opening a ZeroBin URL:

Sample URL

https://sebsauvage.net/paste/?7a5dd0979f712164#QdnCROuH9eb/UXv3oBjBw3eOdb3y9p5n+/EAkUJZBxg=

A test service is available at https://sebsauvage.net/paste/
(Please note that this is a test service: Data may be deleted anytime and the service may be shut down. Please do not abuse this service.)

Source

I dot not have time to maintain ZeroBin any more. For a more up-to-date version, please switch to PrivateBin : https://privatebin.info/
Please note this is ALPHA software. It means "unfinished", "incomplete" software, not production-ready code. Use at your own risks. (Nevertheless, it's very solid and stable.)

The zip file includes all necessary files (including the javascript libraries mentioned below). Just drop the files on your server and open the URL.

ZeroBin uses:

Licence

ZeroBin is under the zlib/libpng OSI licence.

Installation

Unzip in a directory, open the page. Yes, that's all.

Upgrade

If you want to upgrade from a previous ZeroBin version, delete everything in your ZeroBin directory except the data directory, and unzip the new version.

Authors

Contributing

ZeroBin is on GitHub: https://github.com/sebsauvage/ZeroBin

Version history

Versions history is available in this page.

FAQ (Frequently Asked Questions)

The FAQ is in this page.

ToDo list

The project todo/ideas list is in this page.

Discussion

Your remarks, suggestion, critics, ideas, bug reports are welcome in the ZeroBin discussion page.

After creating ZeroBin, I stumbled upon similar projects, but with different perspectives:

You can also have a look at:

1)
In that even, only your past pastes will be protected, of course, because the hacker could implant crooked javascript libs to get your future pastes.
2)
No: It's not trivial to bruteforce because it's salted (each ZeroBin installation has its own random salt). You don't have to bruteforce the 32 bits IPv4 space, but a 536 bits space. Good luck.
3)
Search engines may stumble upon the URL of a paste, but they will not index the content of the paste itself, because they never execute javascript code.
4)
If you don't trust me, Wireshark the damn thing !