Protecting your private key with the OpenPGP smartcard
Encrypted Email
Once you complete the somewhat complex configuration steps, sending encrypted email is far easier. Click the Write button in the main window in Thunderbird as usual. To encrypt your email, select Security | Require Encryption from the menu.
You can also sign your email, either in addition to encryption or without encryption. To sign a message, opt for Security | Digitally Sign this Message. To send your email, place your OpenPGP smartcard in the card reader and click Send. Thunderbird will now ask you for the PIN for your card and the password for your key. Provide both, and the email is on its way to the recipient.
Encrypting Files
The most common application for GnuPG is probably encrypting and signing emails, but GnuPG also lets you protect files against prying eyes, both asymmetrically and symmetrically. That is, files that you want to pass on to another person, as well as files that you want to encrypt in storage on your own PC.
If you want to pass a file to another person, use the command from Listing 4, Line 1. This command tells GnuPG to asymmetrically encrypt the file named at the end of the command so that only you and the recipient with the email address user@example.com
can decrypt the file using their own GnuPG key.
Listing 4
Passing a File
01 gpg --output file.gpg --encrypt --recipient user@example.com file_name 02 gpg --output file.gpg --symmetric file_name 03 gpg --output file_name --decrypt file.gpg
If you want to encrypt the file symmetrically instead, i.e., not pass it on, use the command from Listing 4, Line 2. In this case, GnuPG will ask you for a password to encrypt the file. In both cases, you unlock the encrypted file.gpg
file with the command from Listing 4, Line 3.
Conclusions
GnuPG boosts the security of email traffic and encrypts important files. You can use GnuPG even more securely with an OpenPGP smartcard. The one-off setup is a little more complicated, but once everything is configured, the encryption process is quite effortless and will be easy to build into your routine.
If you need a digital password safe and a generator for one-time passwords in addition to the functions described in this article, it is worth taking a look at the Nitrokey Pro 2 (p. 24 of this issue), which also comes with an integrated OpenPGP card in addition to these functions. However, keep in mind that these additional functions mean the Nitrokey is considerably more expensive.
Infos
- Gnu Privacy Guard: https://gnupg.org/
- Open PGP SmartCard V3.4 at Cryptoshop: https://en.cryptoshop.com/products/smartcards/cryptographic-smart-cards/open-pgp-smartcard-v2.html
- CCID: https://ccid.apdu.fr
- Overview of card readers supported or not supported by the CCID standard driver: https://ccid.apdu.fr/ccid/section.html
- PC/SC Lite: https://pcsclite.apdu.fr
- PCSC Tools: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
- GnuPG: https://www.gnupg.org/download/index.html
- Thunderbird: https://www.thunderbird.net
- Enigmail: https://addons.thunderbird.net/en-US/thunderbird/addon/enigmail/
« Previous 1 2 3
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
OpenMandriva Lx 23.03 Rolling Release is Now Available
OpenMandriva "ROME" is the latest point update for the rolling release Linux distribution and offers the latest updates for a number of important applications and tools.
-
CarbonOS: A New Linux Distro with a Focus on User Experience
CarbonOS is a brand new, built-from-scratch Linux distribution that uses the Gnome desktop and has a special feature that makes it appealing to all types of users.
-
Kubuntu Focus Announces XE Gen 2 Linux Laptop
Another Kubuntu-based laptop has arrived to be your next ultra-portable powerhouse with a Linux heart.
-
MNT Seeks Financial Backing for New Seven-Inch Linux Laptop
MNT Pocket Reform is a tiny laptop that is modular, upgradable, recyclable, reusable, and ships with Debian Linux.
-
Ubuntu Flatpak Remix Adds Flatpak Support Preinstalled
If you're looking for a version of Ubuntu that includes Flatpak support out of the box, there's one clear option.
-
Gnome 44 Release Candidate Now Available
The Gnome 44 release candidate has officially arrived and adds a few changes into the mix.
-
Flathub Vying to Become the Standard Linux App Store
If the Flathub team has any say in the matter, their product will become the default tool for installing Linux apps in 2023.
-
Debian 12 to Ship with KDE Plasma 5.27
The Debian development team has shifted to the latest version of KDE for their testing branch.
-
Planet Computers Launches ARM-based Linux Desktop PCs
The firm that originally released a line of mobile keyboards has taken a different direction and has developed a new line of out-of-the-box mini Linux desktop computers.
-
Ubuntu No Longer Shipping with Flatpak
In a move that probably won’t come as a shock to many, Ubuntu and all of its official spins will no longer ship with Flatpak installed.