From 6365d95334f15dd01c947ed9f8b03cf563337547 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Thu, 26 Mar 2020 09:20:33 +0000 Subject: [PATCH 1/3] Add 7zip, remove Peazip, Keka not FOSS --- _includes/sections/file-encryption.html | 24 ++++++++++++------------ assets/img/svg/3rd-party/7zip.svg | 2 ++ assets/img/svg/3rd-party/peazip.svg | 2 -- 3 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 assets/img/svg/3rd-party/7zip.svg delete mode 100644 assets/img/svg/3rd-party/peazip.svg diff --git a/_includes/sections/file-encryption.html b/_includes/sections/file-encryption.html index 2cec41a4..e7ecd1c8 100644 --- a/_includes/sections/file-encryption.html +++ b/_includes/sections/file-encryption.html @@ -38,17 +38,17 @@ {% include cardv2.html - title="PeaZip - File Archive Encryption" - image="/assets/img/svg/3rd-party/peazip.svg" - 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 also supports 180+ archive formats." - website="http://www.peazip.org" - forum="https://forum.privacytools.io/t/discussion-peazip-file-encryption/1534" - source="https://osdn.net/projects/peazip" - windows="https://www.peazip.org/peazip-64bit.html" - linux="https://www.peazip.org/peazip-linux.html" - freebsd="https://www.freshports.org/archivers/peazip/" - openbsd="https://www.peazip.org/peazip-bsd.html" - netbsd="https://www.peazip.org/peazip-bsd.html" + title="7 Zip" + image="/assets/img/svg/3rd-party/7zip.svg" + description='7-Zip is a free and open-source file archiver, a utility used to place groups of files within compressed containers. On Linux, MacOS etc. the command-line tool p7zip is used and integrates into various interfaces such as FileRoller, Xarchiver, Ark and Keka.' + website="https://7-zip.org" + forum="" + source="https://sourceforge.net/projects/sevenzip/files/" + windows="https://7-zip.org/download.html" + linux="https://sourceforge.net/projects/p7zip/files" + freebsd="https://www.freshports.org/archivers/p7zip" + openbsd="https://sourceforge.net/projects/p7zip" + netbsd="https://sourceforge.net/projects/p7zip" %}

Worth Mentioning

@@ -57,5 +57,5 @@
  • Cryptomator - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration.
  • 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 with the ability to encrypt files.
  • +
  • Keka - A macOS-only, file archiver with the ability to encrypt files.
  • diff --git a/assets/img/svg/3rd-party/7zip.svg b/assets/img/svg/3rd-party/7zip.svg new file mode 100644 index 00000000..024ac0b9 --- /dev/null +++ b/assets/img/svg/3rd-party/7zip.svg @@ -0,0 +1,2 @@ + + diff --git a/assets/img/svg/3rd-party/peazip.svg b/assets/img/svg/3rd-party/peazip.svg deleted file mode 100644 index 4aca3733..00000000 --- a/assets/img/svg/3rd-party/peazip.svg +++ /dev/null @@ -1,2 +0,0 @@ - - -- 2.47.2 From db0e59763224de3b827e99a854174b81182d5e4a Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Thu, 26 Mar 2020 14:01:45 +0000 Subject: [PATCH 2/3] Add warning --- _includes/sections/file-encryption.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_includes/sections/file-encryption.html b/_includes/sections/file-encryption.html index e7ecd1c8..34b119df 100644 --- a/_includes/sections/file-encryption.html +++ b/_includes/sections/file-encryption.html @@ -40,9 +40,9 @@ include cardv2.html title="7 Zip" image="/assets/img/svg/3rd-party/7zip.svg" - description='7-Zip is a free and open-source file archiver, a utility used to place groups of files within compressed containers. On Linux, MacOS etc. the command-line tool p7zip is used and integrates into various interfaces such as FileRoller, Xarchiver, Ark and Keka.' + description='7-Zip is a free and open-source file archiver, a utility used to place groups of files within compressed containers. On Linux, MacOS etc. the command-line tool p7zip is used and integrates into various interfaces such as FileRoller, Xarchiver, Ark.' website="https://7-zip.org" - forum="" + forum="https://forum.privacytools.io/t/discussion-7-zip/3024" source="https://sourceforge.net/projects/sevenzip/files/" windows="https://7-zip.org/download.html" linux="https://sourceforge.net/projects/p7zip/files" @@ -57,5 +57,6 @@
  • Cryptomator - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration.
  • 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, file archiver with the ability to encrypt files.
  • +
  • Keka - A macOS-only, file archiver with the ability to encrypt files. +
  • -- 2.47.2 From 21e1381ce4c8e855a43abb61b3064d55ebc3fe1e Mon Sep 17 00:00:00 2001 From: Daniel Nathan Gray Date: Thu, 26 Mar 2020 14:27:55 +0000 Subject: [PATCH 3/3] Add link to p7zip Co-Authored-By: Mikaela Suomalainen --- _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 34b119df..544f7b9e 100644 --- a/_includes/sections/file-encryption.html +++ b/_includes/sections/file-encryption.html @@ -40,7 +40,7 @@ include cardv2.html title="7 Zip" image="/assets/img/svg/3rd-party/7zip.svg" - description='7-Zip is a free and open-source file archiver, a utility used to place groups of files within compressed containers. On Linux, MacOS etc. the command-line tool p7zip is used and integrates into various interfaces such as FileRoller, Xarchiver, Ark.' + description='7-Zip is a free and open-source file archiver, a utility used to place groups of files within compressed containers. On Linux, MacOS etc. the command-line tool p7zip is used and integrates into various interfaces such as FileRoller, Xarchiver, Ark.' website="https://7-zip.org" forum="https://forum.privacytools.io/t/discussion-7-zip/3024" source="https://sourceforge.net/projects/sevenzip/files/" -- 2.47.2