From 965c9bfe613bc1ff44c4dd72704414a4613727ef Mon Sep 17 00:00:00 2001 From: BurungHantu1605 Date: Sun, 5 May 2019 14:31:39 +0800 Subject: [PATCH] cardv2 for pastebin services removed zerobin, too. its not maintained anymore. --- _includes/sections/paste-services.html | 43 ++++++++++---------------- pages/providers/paste.html | 2 +- 2 files changed, 18 insertions(+), 27 deletions(-) diff --git a/_includes/sections/paste-services.html b/_includes/sections/paste-services.html index f7a4ecb3..8bf41efe 100644 --- a/_includes/sections/paste-services.html +++ b/_includes/sections/paste-services.html @@ -1,31 +1,22 @@ -

Paste Services

+

Pastebin Services

-
+{% 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." +website="https://bin.privacytools.io/" +forum="https://forum.privacytools.io/t/discussion-privatebin/296" +github="https://github.com/PrivateBin/PrivateBin" +%} - {% include card.html color="success" - title="PrivateBin" - image="/assets/img/tools/PrivateBin.png" - url="https://privatebin.net/" - 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." - %} - - {% include card.html color="primary" - title="Zerobin.net" - image="/assets/img/tools/ZeroBin.png" - url="https://zerobin.net/" - tor="http://zerobinqmdqd236y.onion" - description="Zerobin 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." - %} - - {% include card.html color="warning" - title="Ghostbin" - image="/assets/img/tools/Ghostbin.png" - url="https://ghostbin.com/" - description="Ghostbin supports encryption, expiration, sessions, grant users to edit your notes and pastes up to one megabyte. You can also create your own account to keep track of your pastes.
- The software is good but ghostbin.com's security is worrisome." - %} - -
+{% include cardv2.html +title="Ghostbin" +image="/assets/img/tools/Ghostbin.png" +description="Ghostbin supports encryption, expiration, sessions, grant users to edit your notes and pastes up to one megabyte. You can also create your own account to keep track of your pastes. The software is good but ghostbin.com's security is worrisome." +website="https://ghostbin.com/" +forum="https://forum.privacytools.io/t/discussion-ghostbin/298" +github="https://github.com/DHowett/spectre" +%}

Worth Mentioning

diff --git a/pages/providers/paste.html b/pages/providers/paste.html index e312623b..1a852648 100644 --- a/pages/providers/paste.html +++ b/pages/providers/paste.html @@ -1,7 +1,7 @@ --- layout: page permalink: /providers/paste/ -title: "Paste" +title: "Pastebin hosting services" description: "Find a pastebin provider that won't read your content to share sensitive code or other information." ---