From fe6c698e1ee43f2e4e193db24ac54db1a2ba4331 Mon Sep 17 00:00:00 2001 From: djoate <56777051+djoate@users.noreply.github.com> Date: Tue, 22 Oct 2019 19:54:59 -0700 Subject: [PATCH] paste-services: Cleanup & change cryptography info As per CryptPad's whitepaper and FAQ: https://cryptpad.fr/faq.html#security-crypto https://blog.cryptpad.fr/images/CryptPad-Whitepaper-v1.0.pdf Fixes #1417. --- _includes/sections/paste-services.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/sections/paste-services.html b/_includes/sections/paste-services.html index 3cb3b676..5c94fc38 100644 --- a/_includes/sections/paste-services.html +++ b/_includes/sections/paste-services.html @@ -3,7 +3,7 @@ {% include cardv2.html title="PrivateBin" image="/assets/img/tools/PrivateBin.png" -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 256bit AES. It is the improved version of ZeroBin." +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/" forum="https://forum.privacytools.io/t/discussion-privatebin/296" github="https://github.com/PrivateBin/PrivateBin" @@ -13,7 +13,7 @@ github="https://github.com/PrivateBin/PrivateBin" {% include cardv2.html title="CryptPad" image="/assets/img/provider/CryptPad.png" -description="CryptPad is an open source, zero knowledge, realtime collaborative editor. Data is encrypted/decrypted in the browser using 256bit AES." +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." website="https://cryptpad.fr/pad/" forum="https://forum.privacytools.io/t/discussion-cryptpad/1270" github="https://github.com/xwiki-labs/cryptpad"