Sending e-mails is not like sending a letter. Everybody knows that. Letters are made of paper, they have to be printed, they need a stamp but most of all, letters are closed and unreadable to the transmitter. E-mails are not: every server an email is send to, before it reaches the recepient, can read, copy and even change the contents and all attachments. This, of course, is not what I want. I want to send a letter, that is closed and sealed so that it will reach the recepient unread and unchanged. Since I don't want to print my e-mails out, I use encryption.
A very strong and widely used way to encrypt e-mail is to use the OpenPGP algorithm as implemented in GnuPG. PGP is an asynchronus end-to-end-encryption, which means that there are two keys:
To send someone an encrypted message, you need to know their public key. Then you use it to encrypt the message (1). After that you can no longer read the message yourself. Now the message is send to the recepient. Any attacker trying to read or change the message on its way will fail. The recepient can then use their private key to decrypt the message (2) and read the message.
Sending encrypted messages is fairly easy once you have everything set up. All you really need is an email client and an encryption plugin. Here it is explained for Enigmail in Thunderbird.
My keys can be found on this server: https://lorenz-sieben.com/public/keys
All my public keys are stored on the server at https://lorenz-sieben.com/public/keys. Below are also sha-256 hases of all stored keys. To check the keys after the download run $ sha256sum key.asc (Linux)
or $ shasum -a 256 key.asc (macOS)
.
Keyid | Link | Checksum |
---|---|---|
0xF26C5686 | lorenz-sieben.asc | 8e1c0bcfb12c5ecdc061cbfc18e610bf4ce13ec302fbb177e86fc4166595d22e |
0x1C1EE384 | seven-solutions.asc | 80ffae091539687e8632bd239f26b30a02ab551aee959a15caee581af73af878 |
0x3B2D8693 | falken-bs.asc | 0687566e7a9c86c4f39a15e4ac6632931b9b9c56582fd1e9bcc7588f1834ef9c |
0xD8E5ED35 | sjrg-de.asc | 86e544a907e3b92404d45601b9ca9d69b58c1013476d2d7b43915abfb0ab70bd |