Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / privatebin / pkg-descr
1 PrivateBin is a minimalist, open source online pastebin where the server
2 has zero knowledge of pasted data.
3
4 Data is encrypted/decrypted in the browser using 256bit AES in Galois
5 Counter mode.
6
7 This is a fork of ZeroBin, originally developed by Sebastien Sauvage.
8 It was refactored to allow easier and cleaner extensions and has now much
9 more features than the original. It is however still fully compatible to
10 the original ZeroBin 0.19 data storage scheme. Therefore such installations
11 can be upgraded to this fork without losing any data.
12
13 Since the Javascript code that performs the encryption must be protected
14 during transmission, access to PrivateBin must only be possible over
15 HTTPS (e.g. enforced by use of HSTS and/or HPKP).
16
17 See https://github.com/PrivateBin/PrivateBin/wiki/Configuration for
18 configuration options available in "cfg/conf.php".