From a2c26759953ed1213503c19f594eaff7c18a1016 Mon Sep 17 00:00:00 2001 From: Freddy Date: Tue, 17 Nov 2020 20:57:25 +0000 Subject: [PATCH 1/2] Remove Keka --- _includes/sections/file-encryption.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_includes/sections/file-encryption.html b/_includes/sections/file-encryption.html index 12f306ed..f647c60f 100644 --- a/_includes/sections/file-encryption.html +++ b/_includes/sections/file-encryption.html @@ -66,7 +66,6 @@
  • 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.
  • Tomb - A simple zsh script for making LUKS containers on the commandline.
  • 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. {% include badge.html color="warning" icon="fas fa-exclamation-triangle" -- 2.49.0 From 0935ff8620441b17a0376ea4fef3fdfb27569a45 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Wed, 18 Nov 2020 03:34:44 +0000 Subject: [PATCH 2/2] Remove badge, and fix indenting --- _includes/sections/file-encryption.html | 37 ++++++++++++------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/_includes/sections/file-encryption.html b/_includes/sections/file-encryption.html index f647c60f..dc85b5df 100644 --- a/_includes/sections/file-encryption.html +++ b/_includes/sections/file-encryption.html @@ -55,29 +55,26 @@

    Worth Mentioning

      -
    • Cryptomator - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration. +
    • + Cryptomator - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration. {% include badge.html - color="warning" - text="Closed source" - icon="fas fa-exclamation-triangle" - link="https://github.com/cryptomator/cryptomator-android/issues/1#issuecomment-257979375" - tooltip="Cryptomator's mobile apps are not open-source." - %}
    • + color="warning" + text="Closed source" + icon="fas fa-exclamation-triangle" + link="https://github.com/cryptomator/cryptomator-android/issues/1#issuecomment-257979375" + tooltip="Cryptomator's mobile apps are not open-source." + %} +
    • 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.
    • Tomb - A simple zsh script for making LUKS containers on the commandline.
    • 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.
    • - {% include badge.html - color="warning" - icon="fas fa-exclamation-triangle" - text="Closed source" - link="https://github.com/aonez/Keka#so-where-is-the-source-code" - tooltip="This software is no longer open source." - %} -
    • Kryptor is a file encryption program for Windows, MacOS, and Linux. +
    • + Kryptor is a file encryption program for Windows, MacOS, and Linux. {% include badge.html - color="warning" - icon="fas fa-exclamation-triangle" - text="Beta" - tooltip="As Kryptor is still in beta, it may not be stable." - %}
    • + color="warning" + icon="fas fa-exclamation-triangle" + text="Beta" + tooltip="As Kryptor is still in beta, it may not be stable." + %} +
    -- 2.49.0