From d11af8935eb6510011e593b85fcfc2a0867c42d8 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 4 Sep 2021 23:26:35 -0500 Subject: [PATCH] Add bobabin --- content/_index.md | 1 + content/services/bobabin.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 content/services/bobabin.md diff --git a/content/_index.md b/content/_index.md index dce3960..efba303 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,6 +4,7 @@ title = "boba.best" Links to all the services (and the software they're using) hosted on boba.best: +- [bobabin](https://bin.boba.best) - [PrivateBin](https://privatebin.info) - [bobachat](https://element.boba.best) - [Matrix Synapse](https://github.com/matrix-org/synapse) - [bobamail](https://mail.boba.best) - [Mailcow](https://mailcow.email) diff --git a/content/services/bobabin.md b/content/services/bobabin.md new file mode 100644 index 0000000..e416e66 --- /dev/null +++ b/content/services/bobabin.md @@ -0,0 +1,33 @@ ++++ +title = "bobabin" + +description = """ +bobabin runs PrivateBin, a minimalist, open source online pastebin where the +server has zero knowledge of pasted data. +""" ++++ + +## URLs + +- https://bin.boba.best + +## PrivateBin + +From PrivateBin[^1] + +> 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. ZeroBin +> was refactored to allow easier and cleaner extensions. PrivateBin has many +> more features than the original ZeroBin. 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. + +See https://privatebin.info/ for more information about PrivateBin, and its +security. + +[^1]: [https://privatebin.info/](https://web.archive.org/web/20210905042142/https://privatebin.info/)