This repository has been archived on 2024-01-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
privacytools.io/_includes/sections/paste-services.html
T

22 lines
1.0 KiB
HTML
Raw Normal View History

2019-05-05 14:31:39 +08:00
<h1 id="paste" class="anchor"><a href="#paste"><i class="fas fa-link anchor-icon"></i></a> Pastebin Services</h1>
2019-01-20 20:19:37 +01:00
2019-05-05 14:31:39 +08:00
{% include cardv2.html
title="PrivateBin"
image="/assets/img/svg/3rd-party/privatebin.svg"
description="PrivateBin is a minimalist, open-source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256-bit AES. It is the improved version of ZeroBin."
website="https://privatebin.info/"
2019-05-05 14:31:39 +08:00
forum="https://forum.privacytools.io/t/discussion-privatebin/296"
github="https://github.com/PrivateBin/PrivateBin"
2019-08-10 05:00:29 +02:00
%}
{% include cardv2.html
title="CryptPad"
image="/assets/img/svg/3rd-party/cryptpad.svg"
description="CryptPad is an open-source, zero knowledge, and real-time collaborative editor. Data is encrypted/decrypted in the browser, using Salsa20 with Poly1305 to encrypt pads."
2019-08-10 05:00:29 +02:00
website="https://cryptpad.fr/pad/"
2020-04-26 00:28:13 -07:00
privacy-policy="https://cryptpad.fr/privacy.html"
2019-08-10 05:00:29 +02:00
forum="https://forum.privacytools.io/t/discussion-cryptpad/1270"
github="https://github.com/xwiki-labs/cryptpad"
%}