Quick Start

Encrypt a message with this PGP public key below and send it to my email.

Additionally mention the name of the post in the subject.

If you need more details see the guide below.

PGP Public Key

-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEZ1QyFxYJKwYBBAHaRw8BAQdAw7JpmwED8wnhe29qTQXaTXidVLsziHj7uyRV
rQsL+ZC0GVppZWxpbm8gPG1lQHppZWxpbnVzLnh5ej6ImQQTFgoAQRYhBCYngysE
NBTfszX81IeiG1eW5QdKBQJnVDIXAhsDBQkFo5qABQsJCAcCAiICBhUKCQgLAgQW
AgMBAh4HAheAAAoJEIeiG1eW5QdKqCUA/0hniQwXrtDKO811QffCJVsLZ6hKMBYh
5DHxK8jVtnCLAP9/ZESwjCkLWHXfV/BHZ65Xk83CSwKnbxiDnTX9S/d5Crg4BGdU
MhcSCisGAQQBl1UBBQEBB0Dsqj1mtp6RDFKe5d3g1RL7MqA2N68hSJWiyEPkSHZw
bwMBCAeIfgQYFgoAJhYhBCYngysENBTfszX81IeiG1eW5QdKBQJnVDIXAhsMBQkF
o5qAAAoJEIeiG1eW5QdKEeQBAMAAHf+WIr9/26cwrm2ID1N5L+IboQovT/YgkJZ+
QpxmAQCAr5v2lirgrRSxbDDF4s/IvXja4fv9mi1EdGxANjxwCw==
=X3aW
-----END PGP PUBLIC KEY BLOCK-----

Guide

Copy the public key above to a file:

Terminal window
$ wl-paste | zielinusxyz.asc

Now create a comment file:

Terminal window
$ echo "Very nice comment" > comment.txt

Now encrypt the comment with the public key like so:

Terminal window
$ gpg --armor --encrypt -recipient [email protected] comment.txt

Now copy the contents of the encrypted message:

Terminal window
$ cat message.txt.asc | wl-copy

And lastly send it to my email address.

~ obviously you would use a different tool to copy & paste if you’re not on wayland