1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-26 21:29:20 +00:00

style: Add logos to recommendation cards

This commit is contained in:
2026-05-19 14:40:13 -05:00
parent c2e570dfbd
commit 61e9096386
49 changed files with 169 additions and 167 deletions
+11 -11
View File
@@ -32,7 +32,7 @@ The options listed here are available on multiple platforms and great for creati
<small>Protects against the following threat(s):</small>
[{{< badge content="Passive Attacks" color="amber" >}}](../../../wiki/basics/common-threats/index.md#security-and-privacy)
{{< title-card >}}
{{< title-card logo="./cryptomator.svg" >}}
**Cryptomator** is an encryption solution designed for privately saving files to any cloud [Service Provider](../../../wiki/basics/common-threats/index.md#privacy-from-service-providers){ .pg-teal }, eliminating the need to trust that they won't access your files. It allows you to create vaults that are stored on a virtual drive, the contents of which are encrypted and synced with your cloud storage provider.
@@ -64,7 +64,7 @@ Cryptomator's documentation details its intended [security target](https://docs.
<small>Protects against the following threat(s):</small>
[{{< badge content="Targeted Attacks" color="red" >}}](../../../wiki/basics/common-threats/index.md#attacks-against-specific-individuals)
{{< title-card >}}
{{< title-card logo="./veracrypt.svg" >}}
**VeraCrypt** is a source-available freeware utility used for on-the-fly encryption. It can create a virtual encrypted disk within a file, encrypt a partition, or encrypt the entire storage device with pre-boot authentication.
@@ -102,7 +102,7 @@ Powering off your devices when theyre not in use provides the highest level o
### BitLocker
{{< title-card >}}
{{< title-card logo="./bitlocker.png" >}}
**BitLocker** is the full volume encryption solution bundled with Microsoft Windows that uses the Trusted Platform Module ([TPM](https://learn.microsoft.com/windows/security/information-protection/tpm/how-windows-uses-the-tpm)) for hardware-based security.
@@ -119,7 +119,7 @@ Pro and higher editions also support the more secure pre-boot [TPM+PIN](https://
### FileVault
{{< title-card >}}
{{< title-card logo="./filevault.png" >}}
**FileVault** is the on-the-fly volume encryption solution built into macOS. FileVault takes advantage of the [hardware security capabilities](../../../wiki/os/macos/index.md#hardware-security) present on an Apple Silicon SoC or T2 Security Chip.
@@ -134,7 +134,7 @@ We advise against using your iCloud account for recovery; instead, you should se
### Linux Unified Key Setup
{{< title-card >}}
{{< title-card logo="./luks.png" >}}
**LUKS** is the default FDE method for Linux. It can be used to encrypt full volumes, partitions, or create encrypted containers.
@@ -180,7 +180,7 @@ Tools with command-line interfaces are useful for integrating [shell scripts](ht
### Kryptor
{{< title-card >}}
{{< title-card logo="./kryptor.png" >}}
**Kryptor** is a free and open-source file encryption and signing tool that makes use of modern and secure cryptographic algorithms. It aims to be a better version of [age](https://github.com/FiloSottile/age) and [Minisign](https://jedisct1.github.io/minisign) to provide a simple, easier alternative to GPG.
@@ -197,7 +197,7 @@ Tools with command-line interfaces are useful for integrating [shell scripts](ht
### Tomb
{{< title-card >}}
{{< title-card logo="./tomb.png" >}}
**Tomb** is a command-line shell wrapper for LUKS. It supports steganography via [third-party tools](https://dyne.org/software/tomb/#advanced-usage).
@@ -228,7 +228,7 @@ When encrypting with PGP, you have the option to configure different options in
### GNU Privacy Guard
{{< title-card >}}
{{< title-card logo="./gnupg.svg" >}}
**GnuPG** is a GPL-licensed alternative to the PGP suite of cryptographic software. GnuPG is compliant with [RFC 4880](https://tools.ietf.org/html/rfc4880), which is the current IETF specification of OpenPGP. The GnuPG project has been working on an [updated draft](https://datatracker.ietf.org/doc/draft-ietf-openpgp-crypto-refresh) in an attempt to modernize OpenPGP. GnuPG is a part of the Free Software Foundation's GNU software project and has received major [funding](https://gnupg.org/blog/20220102-a-new-future-for-gnupg.html) from the German government.
@@ -245,7 +245,7 @@ When encrypting with PGP, you have the option to configure different options in
### GPG4win
{{< title-card >}}
{{< title-card logo="./gpg4win.svg" >}}
**GPG4win** is a package for Windows from [Intevation and g10 Code](https://gpg4win.org/impressum.html). It includes [various tools](https://gpg4win.org/about.html) that can assist you in using GPG on Microsoft Windows. The project was initiated and originally [funded by](https://web.archive.org/web/20190425125223/https://joinup.ec.europa.eu/news/government-used-cryptography) Germany's Federal Office for Information Security (BSI) in 2005.
@@ -260,7 +260,7 @@ When encrypting with PGP, you have the option to configure different options in
### GPG Suite
{{< title-card >}}
{{< title-card logo="./gpgsuite.png" >}}
**GPG Suite** provides OpenPGP support for [Apple Mail](../email-clients/index.md#apple-mail-macos) and other email clients on macOS.
@@ -279,7 +279,7 @@ Currently, GPG Suite does [not yet](https://gpgtools.com/sequoia) have a stable
### OpenKeychain
{{< title-card >}}
{{< title-card logo="./openkeychain.svg" >}}
**OpenKeychain** is an implementation of GnuPG for Android. It's commonly required by mail clients such as [Thunderbird](../email-clients/index.md#thunderbird), [FairEmail](../email-clients/index.md#fairemail-android), and other Android apps to provide encryption support.