From 54345049c53939b41c170f42952392110671124b Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 20:12:10 +0100 Subject: [PATCH] Move file encryption to separate file --- _includes/sections/file-encryption.html | 49 +++++++++++++++++++++++++ index.html | 46 +---------------------- 2 files changed, 50 insertions(+), 45 deletions(-) create mode 100644 _includes/sections/file-encryption.html diff --git a/_includes/sections/file-encryption.html b/_includes/sections/file-encryption.html new file mode 100644 index 00000000..98f768ef --- /dev/null +++ b/_includes/sections/file-encryption.html @@ -0,0 +1,49 @@ +

File Encryption Software

+ + + +
+ + {% include card.html color="success" + 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." + %} + + {% include card.html color="primary" + 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." + %} + + {% include card.html color="warning" + 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." + %} + +

+ +

Worth Mentioning

+ + diff --git a/index.html b/index.html index a2d90e0e..9f1c8598 100644 --- a/index.html +++ b/index.html @@ -49,51 +49,7 @@ layout: default {% include sections/calendar-contacts-sync.html %} -

File Encryption Software

- -
- - {% include card.html color="success" - 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." - %} - - {% include card.html color="primary" - 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." - %} - - {% include card.html color="warning" - 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." - %} -

- -

Worth Mentioning

- + {% include sections/file-encryption.html %}

Self-contained Networks