From f298bf817ce545bc30745874e5e814dee1a27b9b Mon Sep 17 00:00:00 2001
From: nitrohorse <1514352+nitrohorse@users.noreply.github.com>
Date: Sun, 10 Nov 2019 15:51:04 -0800
Subject: [PATCH] Add warning to Cryptomator
---
_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 96ec5f3f..19ec5af2 100644
--- a/_includes/sections/file-encryption.html
+++ b/_includes/sections/file-encryption.html
@@ -53,7 +53,7 @@
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.
- 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.