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
-
KDE Plasma 5.27 Beta is Ready for Testing
The latest beta iteration of the KDE Plasma desktop is now available and includes some important additions and fixes.
-
Netrunner OS 23 Is Now Available
The latest version of this Linux distribution is now based on Debian Bullseye and is ready for installation and finally hits the KDE 5.20 branch of the desktop.
-
New Linux Distribution Built for Gamers
With a Gnome desktop that offers different layouts and a custom kernel, PikaOS is a great option for gamers of all types.
-
System76 Beefs Up Popular Pangolin Laptop
The darling of open-source-powered laptops and desktops will soon drop a new AMD Ryzen 7-powered version of their popular Pangolin laptop.
-
Nobara Project Is a Modified Version of Fedora with User-Friendly Fixes
If you're looking for a version of Fedora that includes third-party and proprietary packages, look no further than the Nobara Project.
-
Gnome 44 Now Has a Release Date
Gnome 44 will be officially released on March 22, 2023.
-
Nitrux 2.6 Available with Kernel 6.1 and a Major Change
The developers of Nitrux have officially released version 2.6 of their Linux distribution with plenty of new features to excite users.
-
Vanilla OS Initial Release Is Now Available
A stock GNOME experience with on-demand immutability finally sees its first production release.
-
Critical Linux Vulnerability Found to Impact SMB Servers
A Linux vulnerability with a CVSS score of 10 has been found to affect SMB servers and can lead to remote code execution.
-
Linux Mint 21.1 Now Available with Plenty of Look and Feel Changes
Vera has arrived and although it is still using kernel 5.15, there are plenty of improvements sure to please everyone.