Update Husky scripts

This commit is contained in:
nitrohorse
2019-08-03 13:29:51 -07:00
parent de91049200
commit 9b4f84d96c
80 changed files with 2368 additions and 1765 deletions

View File

@ -1,12 +1,12 @@
<h1 id="encrypt" class="anchor"><a href="#encrypt"><i class="fas fa-link anchor-icon"></i></a> File Encryption Software</h1>
<div class="alert alert-warning" role="alert">
<strong>If you are currently not using encryption software for your hard disk, emails or file archives, you should pick an encryption software here.</strong>
<strong>If you are currently not using encryption software for your hard disk, emails or file archives, you should pick an encryption software here.</strong>
</div>
<div class="row mb-2">
{% include card.html color="success"
{% include card.html color="success"
title="VeraCrypt - Disk Encryption"
image="/assets/img/tools/VeraCrypt.png"
url="https://veracrypt.fr/"
@ -16,7 +16,7 @@
raised by the initial TrueCrypt code audit have been addressed."
%}
{% include card.html color="primary"
{% include card.html color="primary"
title="GNU Privacy Guard - Email Encryption"
image="/assets/img/tools/GnuPG.png"
url="https://gpgtools.org/"
@ -26,7 +26,7 @@
government. <a href=\"https://gpgtools.org/\">GPGTools for macOS</a>."
%}
{% include card.html color="warning"
{% include card.html color="warning"
title="PeaZip - File Archive Encryption"
image="/assets/img/tools/PeaZip.png"
url="http://www.peazip.org/"
@ -41,7 +41,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://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>
<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.
</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://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>
<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.
</ul>