mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-28 06:11:03 +00:00
Fun Refactoring!
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
</div>
|
||||
|
||||
{%
|
||||
include cardv2.html
|
||||
include legacy/cardv2.html
|
||||
title="VeraCrypt - Disk Encryption"
|
||||
image="/assets/img/svg/3rd-party/veracrypt.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/veracrypt-dark.svg"
|
||||
image="/assets/img/legacy_svg/3rd-party/veracrypt.svg"
|
||||
image-dark="/assets/img/legacy_svg/3rd-party/veracrypt-dark.svg"
|
||||
description="<strong>VeraCrypt</strong> is a source-available freeware utility used for on-the-fly encryption. It can create a virtual encrypted disk within a file or encrypt a partition or the entire storage device with pre-boot authentication. VeraCrypt is a fork of the discontinued TrueCrypt project. It was initially released on June 22, 2013. According to its developers, security improvements have been implemented and issues raised by the initial TrueCrypt code audit have been addressed."
|
||||
website="https://veracrypt.fr/"
|
||||
forum="https://forum.privacytools.io/t/discussion-veracrypt-file-encryption/1532"
|
||||
@@ -19,9 +19,9 @@
|
||||
%}
|
||||
|
||||
{%
|
||||
include cardv2.html
|
||||
include legacy/cardv2.html
|
||||
title="GNU Privacy Guard - Email Encryption"
|
||||
image="/assets/img/svg/3rd-party/gnupg.svg"
|
||||
image="/assets/img/legacy_svg/3rd-party/gnupg.svg"
|
||||
description="<strong>GnuPG</strong> is a GPL-licensed alternative to the PGP suite of cryptographic software. GnuPG is compliant with RFC 4880, which is the current IETF standards track specification of OpenPGP. Current versions of PGP (and Veridis' Filecrypt) are interoperable with GnuPG and other OpenPGP-compliant systems. GnuPG is a part of the Free Software Foundation's GNU software project, and has received major funding from the German government."
|
||||
website="https://gnupg.org/"
|
||||
privacy-policy="https://gnupg.org/privacy-policy.html"
|
||||
@@ -38,9 +38,9 @@
|
||||
%}
|
||||
|
||||
{%
|
||||
include cardv2.html
|
||||
include legacy/cardv2.html
|
||||
title="7 Zip"
|
||||
image="/assets/img/svg/3rd-party/7zip.svg"
|
||||
image="/assets/img/legacy_svg/3rd-party/7zip.svg"
|
||||
description='<strong>7-Zip</strong> is a free and open-source file archiver, a utility used to place groups of files within compressed containers. On Linux, MacOS etc. the command-line tool <a href="http://p7zip.sourceforge.net/"><strong>p7zip</strong></a> is used and integrates into various interfaces such as <a href="https://wiki.gnome.org/Apps/FileRoller">FileRoller</a>, <a href="https://github.com/ib/xarchiver">Xarchiver</a>, <a href="https://kde.org/applications/utilities/ark">Ark</a>.'
|
||||
website="https://7-zip.org"
|
||||
forum="https://forum.privacytools.io/t/discussion-7-zip/3024"
|
||||
@@ -57,7 +57,7 @@
|
||||
<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.
|
||||
{% include badge.html
|
||||
{% include legacy/badge.html
|
||||
color="warning"
|
||||
text="Closed source"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
@@ -70,7 +70,7 @@
|
||||
<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.</li>
|
||||
<li>
|
||||
<a href="https://kryptor.co.uk/">Kryptor</a> is a file encryption program for Windows, MacOS, and Linux.
|
||||
{% include badge.html
|
||||
{% include legacy/badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
text="Beta"
|
||||
|
Reference in New Issue
Block a user