PGP 101
Letβs PGP!
Youβre ready to level up your cypherpunk skills. Itβs time to learn how to use cryptography via PGP to send messages and sign files!
What is PGP
According to our friends at Wikipedia, PGP (Pretty Good Privacy) is an encryption program that provides cryptographic privacy and authentication for data communication. PGP is used for signing, encrypting, and decrypting texts, e-mails, files, directories, and whole disk partitions and to increase the security of e-mail communications.
PGP allows you to send a messages in privacy. Basically, the recipient will only be ably to read it if you intend for them to read it.
This is accomplished via the creation of a pair of keys:
- Private Key - your secret key thatβs used to sign messages and files. DO NOT SHARE your private key.
- Public Key - you publicly available key where users can send you specific messages or files. Senders use your specific public key in order to make messages ONLY viewable by you. You can also sign a message and display publicly and viewers can use your public key to verify you wrote the message.
Besides sending an encrypted or private message, you can also sign files. By signing a file, viewers will be able to verify that it has not been tampered with since it was signed. Perhaps you wanted to release a journal about Bitcoin and you want readers to verify that you were the author⦠you could use PGP to accomplish this. Readers could verify with your signature and rest assured that the journal has not been tampered with since it was published.
How to get started?
Be fearless. The only way to learn is to get in some reps!
Download the software and watch the tutorial at the links below. The video was extremely helpful. It walked me through everything to get started.
Windows
The software below is so easy, even I can do it. I am a GUI guy so this was very easy for me to use.
GPG4Win and Kleopatra Kleopatra Tutorial
Once you are setup with Kleopatra, import my public key and send me a message!
Mac
There are plenty of options for Mac users. Unfortunately I do not have hands on experience with PGP and Mac so this is a recommendation from a friend.
Once youβre setup with GPGTools, import my public key and say hello!
When you are ready, consider uploading your public key to your website or a keyserver. A keyserver is a directory of public keys. People can lookup your public key by email address with these tools. Be sure to verify that the public key you have for the individual is definitely theirs by checking with that person. You canβt just search a key server for this, you need to check with them directly or pick it up from a website or social media post that can be reliably anchored to their identity. Remember, donβt trust, verify.
I use this keyserver: keys.openpgp.org
Now get out there and take back your sovereignty!