From cd7fc60ffadbb79a90e0bbdba360f4fcb0e37000 Mon Sep 17 00:00:00 2001 From: sh-dv <44544201+sh-dv@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:35:57 +0000 Subject: [PATCH] file-encryption.html: correct description of Hat.sh (#96) Co-authored-by: Freddy --- _includes/legacy/sections/file-encryption.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/legacy/sections/file-encryption.html b/_includes/legacy/sections/file-encryption.html index b9a1511a..6af2fc2a 100644 --- a/_includes/legacy/sections/file-encryption.html +++ b/_includes/legacy/sections/file-encryption.html @@ -55,6 +55,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.
  • 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.
  • +
  • Hat.sh - A web application that provides secure client-side file encryption in your browser. It can also be selfhosted.
  • Kryptor - Free and open source file encryption software for Windows, macOS, and Linux.