From 13d88bbe354b877508d3d7a8beeb2c743d05b2a7 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Tue, 20 Aug 2019 20:03:47 -0700 Subject: [PATCH 1/3] Update File Encryption Tools page to cardv2 --- _includes/sections/file-encryption.html | 56 ++++++++++++++----------- source_code.md | 3 +- 2 files changed, 33 insertions(+), 26 deletions(-) diff --git a/_includes/sections/file-encryption.html b/_includes/sections/file-encryption.html index c0fbb4b1..8c133ff9 100644 --- a/_includes/sections/file-encryption.html +++ b/_includes/sections/file-encryption.html @@ -4,39 +4,44 @@ If you are currently not using encryption software for your hard disk, emails or file archives, you should pick an encryption software here. -
- - {% include card.html color="success" +{% + include cardv2.html title="VeraCrypt - Disk Encryption" image="/assets/img/tools/VeraCrypt.png" - url="https://veracrypt.fr/" - footer="OS: Windows, macOS, Linux." - description="VeraCrypt is a source-available freeware utility used for on-the-fly encryption. It can create a virtual encrypted disk within a file or encrypt a partition - or the entire storage device with pre-boot authentication. VeraCrypt is a fork of the discontinued TrueCrypt project. It was initially released on June 22, 2013. According to its developers, security improvements have been implemented and issues - raised by the initial TrueCrypt code audit have been addressed." - %} + description="VeraCrypt is a source-available freeware utility used for on-the-fly encryption. It can create a virtual encrypted disk within a file or encrypt a partition or the entire storage device with pre-boot authentication. VeraCrypt is a fork of the discontinued TrueCrypt project. It was initially released on June 22, 2013. According to its developers, security improvements have been implemented and issues raised by the initial TrueCrypt code audit have been addressed." + website="https://veracrypt.fr/" + forum="" + git="https://www.veracrypt.fr/code/" + windows="https://www.veracrypt.fr/en/Downloads.html" + linux="https://www.veracrypt.fr/en/Downloads.html" + mac="https://www.veracrypt.fr/en/Downloads.html" +%} - {% include card.html color="primary" +{% + include cardv2.html title="GNU Privacy Guard - Email Encryption" image="/assets/img/tools/GnuPG.png" - url="https://gpgtools.org/" - footer="OS: Windows, macOS, Linux, Android, BSD." - description="GnuPG is a GPL Licensed alternative to the PGP suite of cryptographic software. GnuPG is compliant with RFC 4880, which is the current IETF standards track specification - of OpenPGP. Current versions of PGP (and Veridis' Filecrypt) are interoperable with GnuPG and other OpenPGP-compliant systems. GnuPG is a part of the Free Software Foundation's GNU software project, and has received major funding from the German - government. GPGTools for macOS." - %} + description="GnuPG is a GPL Licensed alternative to the PGP suite of cryptographic software. GnuPG is compliant with RFC 4880, which is the current IETF standards track specification of OpenPGP. Current versions of PGP (and Veridis' Filecrypt) are interoperable with GnuPG and other OpenPGP-compliant systems. GnuPG is a part of the Free Software Foundation's GNU software project, and has received major funding from the German government." + website="https://gpgtools.org/" + forum="" + git="https://gnupg.org/download/git.html" + windows="https://gnupg.org/download/index.html" + linux="https://gnupg.org/download/index.html" + mac="https://gnupg.org/download/index.html" + android="https://gnupg.org/download/index.html" +%} - {% include card.html color="warning" +{% + include cardv2.html title="PeaZip - File Archive Encryption" image="/assets/img/tools/PeaZip.png" - url="http://www.peazip.org/" - footer="OS: Windows, Linux, BSD." - description="PeaZip is a free and open-source file manager and file archiver made by Giorgio Tani. It supports its native PEA archive format (featuring compression, multi volume - split and flexible authenticated encryption and integrity check schemes) and other mainstream formats, with special focus on handling open formats. It supports 181 file extensions (as of version 5.5.1).

-

macOS alternative: Keka is a free file archiver." - %} - -

+ description="PeaZip is a free and open-source file manager and file archiver made by Giorgio Tani. It supports its native PEA archive format (featuring compression, multi volume split and flexible authenticated encryption and integrity check schemes) and other mainstream formats, with special focus on handling open formats. It supports 180+ archive formats." + website="http://www.peazip.org" + forum="" + source="https://sourceforge.net/projects/peazip/files/" + windows="https://www.peazip.org/" + linux="https://www.peazip.org/" +%}

Worth Mentioning

@@ -45,4 +50,5 @@
  • DiskCryptor - A full disk and partition encryption system for Windows including the ability to encrypt the partition and disk on which the OS is installed.
  • Linux Unified Key Setup (LUKS) - A full disk encryption system for Linux using dm-crypt as the disk encryption backend. Included by default in Ubuntu. Available for Windows and Linux.
  • Hat.sh - A cross-platform, serverless JavaScript web application that provides secure file encryption using the AES-256-GCM algorithm in your browser. It can also be downloaded and run offline.
  • +
  • Keka - A macOS-only, open-source file archiver (expand description).
  • diff --git a/source_code.md b/source_code.md index ce17167b..6a2cf062 100644 --- a/source_code.md +++ b/source_code.md @@ -219,7 +219,6 @@ GNU Privacy Guard: https://github.com/gpg/gnupg PeaZip: https://github.com/giorgiotani/PeaZip/ - Worth Mentioning: - Cryptomator: https://github.com/cryptomator/cryptomator @@ -229,6 +228,8 @@ Worth Mentioning: - Hat.sh: https://github.com/sh-dv/hat.sh +- Keka: https://www.keka.io/ + ## Self-contained Networks TorBrowser: https://gitweb.torproject.org/tor.git -- 2.47.2 From 2a912c04fb2ae49b362f3b5764a274f0fabba85b Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Thu, 5 Sep 2019 18:50:47 -0700 Subject: [PATCH 2/3] Add forum links --- _includes/sections/file-encryption.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/sections/file-encryption.html b/_includes/sections/file-encryption.html index 8c133ff9..3cc7fc14 100644 --- a/_includes/sections/file-encryption.html +++ b/_includes/sections/file-encryption.html @@ -10,7 +10,7 @@ image="/assets/img/tools/VeraCrypt.png" description="VeraCrypt is a source-available freeware utility used for on-the-fly encryption. It can create a virtual encrypted disk within a file or encrypt a partition or the entire storage device with pre-boot authentication. VeraCrypt is a fork of the discontinued TrueCrypt project. It was initially released on June 22, 2013. According to its developers, security improvements have been implemented and issues raised by the initial TrueCrypt code audit have been addressed." website="https://veracrypt.fr/" - forum="" + forum="https://forum.privacytools.io/t/discussion-veracrypt-file-encryption/1532" git="https://www.veracrypt.fr/code/" windows="https://www.veracrypt.fr/en/Downloads.html" linux="https://www.veracrypt.fr/en/Downloads.html" @@ -23,7 +23,7 @@ image="/assets/img/tools/GnuPG.png" description="GnuPG is a GPL Licensed alternative to the PGP suite of cryptographic software. GnuPG is compliant with RFC 4880, which is the current IETF standards track specification of OpenPGP. Current versions of PGP (and Veridis' Filecrypt) are interoperable with GnuPG and other OpenPGP-compliant systems. GnuPG is a part of the Free Software Foundation's GNU software project, and has received major funding from the German government." website="https://gpgtools.org/" - forum="" + forum="https://forum.privacytools.io/t/discussion-gnupg-file-encryption/1533" git="https://gnupg.org/download/git.html" windows="https://gnupg.org/download/index.html" linux="https://gnupg.org/download/index.html" @@ -37,7 +37,7 @@ image="/assets/img/tools/PeaZip.png" description="PeaZip is a free and open-source file manager and file archiver made by Giorgio Tani. It supports its native PEA archive format (featuring compression, multi volume split and flexible authenticated encryption and integrity check schemes) and other mainstream formats, with special focus on handling open formats. It supports 180+ archive formats." website="http://www.peazip.org" - forum="" + forum="https://forum.privacytools.io/t/discussion-peazip-file-encryption/1534" source="https://sourceforge.net/projects/peazip/files/" windows="https://www.peazip.org/" linux="https://www.peazip.org/" @@ -50,5 +50,5 @@
  • DiskCryptor - A full disk and partition encryption system for Windows including the ability to encrypt the partition and disk on which the OS is installed.
  • Linux Unified Key Setup (LUKS) - A full disk encryption system for Linux using dm-crypt as the disk encryption backend. Included by default in Ubuntu. Available for Windows and Linux.
  • Hat.sh - A cross-platform, serverless JavaScript web application that provides secure file encryption using the AES-256-GCM algorithm in your browser. It can also be downloaded and run offline.
  • -
  • Keka - A macOS-only, open-source file archiver (expand description).
  • +
  • Keka - A macOS-only, open-source file archiver with the ability to encrypt files.
  • -- 2.47.2 From 0bf62b163f7482234e7fad6222c240ffead87f26 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Fri, 6 Sep 2019 17:49:42 -0700 Subject: [PATCH 3/3] Update GnuPG link --- _includes/sections/file-encryption.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/file-encryption.html b/_includes/sections/file-encryption.html index 3cc7fc14..aa99e83b 100644 --- a/_includes/sections/file-encryption.html +++ b/_includes/sections/file-encryption.html @@ -22,7 +22,7 @@ title="GNU Privacy Guard - Email Encryption" image="/assets/img/tools/GnuPG.png" description="GnuPG is a GPL Licensed alternative to the PGP suite of cryptographic software. GnuPG is compliant with RFC 4880, which is the current IETF standards track specification of OpenPGP. Current versions of PGP (and Veridis' Filecrypt) are interoperable with GnuPG and other OpenPGP-compliant systems. GnuPG is a part of the Free Software Foundation's GNU software project, and has received major funding from the German government." - website="https://gpgtools.org/" + website="https://gnupg.org/" forum="https://forum.privacytools.io/t/discussion-gnupg-file-encryption/1533" git="https://gnupg.org/download/git.html" windows="https://gnupg.org/download/index.html" -- 2.47.2