This repository has been archived on 2022-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
boba.best/content/services/bobabin/index.md

35 lines
1.0 KiB
Markdown
Raw Normal View History

2021-09-04 23:26:35 -05:00
+++
title = "bobabin"
2021-09-28 18:42:49 -05:00
toc = true
2021-09-04 23:26:35 -05:00
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/)