Add warning to Cryptomator that its mobile apps are not open-source #1484

Merged
nitrohorse merged 1 commits from add-warning-to-cryptomator into master 2019-11-14 17:39:21 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<h3>Worth Mentioning</h3>
<ul>
<li><a href="https://cryptomator.org/">Cryptomator</a> - Free client-side AES encryption for your cloud files. Open-source software: No backdoors, no registration.</li>
<li><a href="https://cryptomator.org/">Cryptomator</a> - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration. <span class="badge badge-warning" data-toggle="tooltip" title="Cryptomator's mobile apps are not open-source."><a href="https://github.com/cryptomator/cryptomator-android/issues/1#issuecomment-257979375"><i class="fas fa-exclamation-triangle"></i></a></span></li></li>
<li><a href="https://diskcryptor.net/">DiskCryptor</a> - A full disk and partition encryption system for Windows including the ability to encrypt the partition and disk on which the OS is installed.</li>
nitrohorse commented 2019-11-10 23:58:25 +00:00 (Migrated from github.com)
Review

This warning pertains also to the iOS repo, but I suppose this comment in the Android repo is fine?

This warning pertains also to the [iOS repo](https://github.com/cryptomator/cryptomator-ios), but I suppose this comment in the Android repo is fine?
<li><a href="https://gitlab.com/cryptsetup/cryptsetup/">Linux Unified Key Setup (LUKS)</a> - 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.</li>
<li><a href="https://hat.sh/">Hat.sh</a> - 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.</a></li>