1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-04-30 09:21:35 +00:00
Files
privacyguides.org/_includes/legacy/sections/paste-services.html
T

20 lines
1002 B
HTML
Raw Normal View History

2021-05-03 21:13:50 -05:00
<h2 id="paste" class="anchor"><a href="#paste"><i class="fas fa-link anchor-icon"></i></a> Pastebin Services</h2>
2019-01-20 20:19:37 +01:00
2020-12-03 22:44:27 -06:00
{% include legacy/cardv2.html
2019-05-05 14:31:39 +08:00
title="PrivateBin"
2020-12-03 22:44:27 -06:00
image="/assets/img/legacy_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
github="https://github.com/PrivateBin/PrivateBin"
2019-08-10 05:00:29 +02:00
%}
2020-12-03 22:44:27 -06:00
{% include legacy/cardv2.html
2019-08-10 05:00:29 +02:00
title="CryptPad"
2020-12-03 22:44:27 -06:00
image="/assets/img/legacy_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/"
2021-05-01 22:18:10 -05:00
privacy-policy="https://cryptpad.fr/pad/#/2/pad/view/GcNjAWmK6YDB3EO2IipRZ0fUe89j43Ryqeb4fjkjehE/"
2019-08-10 05:00:29 +02:00
github="https://github.com/xwiki-labs/cryptpad"
%}