Jeffrey's PGP Keys

I use pgp for better data security and to protect privacy. This site exists to help distribute my public key, and to associate my public/private keypair with the jeffkmeng.com domain.


My Public Key:

Fingerprint - Match this to the fingerprint of the key after you import it to ensure that the key was copied correctly:
BB73 731A 1EE3 6BEA B5C5 616E DDFB 4744 312D 0A19

Proof that this website is associated with this key

The following text is signed to prove that Jeffrey Meng is the operator of this site. The fact that the key is on this site proves that the key is Jeffrey Meng's.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

I am Jeffrey Meng, and I am the operator of pgp.jeffkmeng.com (as well as the root jeffkmeng.com domain) as of October 16, 2022. You can assume that I will update this signed message approximately least once a year. To ensure that the key you are copying belongs to me and was copied correctly, verify it with this fingerprint: BB73 731A 1EE3 6BEA B5C5 616E DDFB 4744 312D 0A19.

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEu3NzGh7ja+q1xWFu3ftHRDEtChkFAmNLtiIACgkQ3ftHRDEt
ChlKBw/+M9GvVJeW9BJ1PMBYXJRZFUjmKssOoUB/k0EnRTpZALlrz669alJxOVME
o9q8QPIA0SQX9thuqV+73ZC5uGoQQsG8nMca2DA46/oXdMzSaxa2PGtWVMrsaRB+
bYi62+S0espvEMSlEFcF4tS8p6tgtH8hIQmsJ0lkOynO7sOGb+Yo1/Py6uvaieYF
W+fih5g/C7VgcgVpbdpxPlpFY7rndsKQYQ/6MQq3bHiNq6ktowj+3iHMmsJzSHC7
3l6rA2sA0qLqWdZX6JOY3UfocZhnwBLK5rb56sLWFPzrCCEG6MV999Ew+SItvagJ
2FJrlVvocLfst6eVKwGEY6egz2PJW1awHgy+uKuM6gV/8xqIjT/mCnku01OCxq6E
S+x2bO67mskOnaR/tI4L1EpWTVEOSLscT//Cm23ydluvgFq6kTdYbR0IXUwV5san
CW+canTKeLRpkRHNGzqw2UhpLcf8ezUhKFuOZwILZ6584YU2c0T6dxseleYMcYrY
fSp/vXsSnJx8/JY7KYwhPbGOwaOxmidAiu7PHa6H3APrV+z23ErtHrwmBvUtuYlo
5gQ/OAP/N+Y/3Cc03j+D5l/en2lM26F3rb8uVnWFzaNzTMFV6klxbkUmLIHZBM6N
dSqJ+PlGg0ecOesqu88tXWQvxd5hkmfNDMGcb5k1fe6905pXLcE=
=vYdq
-----END PGP SIGNATURE-----
                    

Download the signed .asc file to easily verify this message. (View .txt file Instead)

What is PGP? Why do people use it?

"Arguing that you don't care about the right to privacy because you have nothing to hide, is no different than saying you don't care about free speech because you have nothing to say."

Edward Snowden

PGP, which stands for Pretty Good Privacy, is a data encryption and decryption standard which provides cryptographic privacy and authentication for data communication. PGP is often used for signing, encrypting, and decrypting texts, e-mails, files, directories and whole disk partitions and to increase the security of e-mail communications.

(excerpt from Little Brother, a free novel by Cory Doctorow)



"What would you do if you found out you had a spy in your midst? You could denounce him, put him up against the wall and take him out. But then you might end up with another spy in your midst, and the new spy would be more careful than the last one and maybe not get caught quite so readily. Here's a better idea: start intercepting the spy's communications and feed him and his masters misinformation. Say his masters instruct him to gather information on your movements. Let him follow you around and take all the notes he wants, but steam open the envelopes that he sends back to HQ and replace his account of your movements with a fictitious one. If you want, you can make him seem erratic and unreliable so they get rid of him. You can manufacture crises that might make one side or the other reveal the identities of other spies. In short, you own them.

This is called the man-in-the-middle attack and if you think about it, it's pretty scary. Someone who man-in-the-middles your communications can trick you in any of a thousand ways.

Of course, there's a great way to get around the man-in-the-middle attack: use crypto. With crypto, it doesn't matter if the enemy can see your messages, because he can't decipher them, change them, and re-send them. That's one of the main reasons to use crypto.

But remember: for crypto to work, you need to have keys for the people you want to talk to. You and your partner need to share a secret or two, some keys that you can use to encrypt and decrypt your messages so that men-in-the-middle get locked out.

That's where the idea of public keys comes in. This is a little hairy, but it's so unbelievably elegant too.

In public key crypto, each user gets two keys. They're long strings of mathematical gibberish, and they have an almost magic property. Whatever you scramble with one key, the other will unlock, and vice-versa. What's more, they're the only keys that can do this -- if you can unscramble a message with one key, you know it was scrambled with the other (and vice-versa).

So you take either one of these keys (it doesn't matter which one) and you just publish it. You make it a total non-secret. You want anyone in the world to know what it is. For obvious reasons, they call this your "public key."

The other key, you hide in the darkest reaches of your mind. You protect it with your life. You never let anyone ever know what it is. That's called your "private key." (Duh.)

Now say you're a spy and you want to talk with your bosses. Their public key is known by everyone. Your public key is known by everyone. No one knows your private key but you. No one knows their private key but them.

You want to send them a message. First, you encrypt it with your private key. You could just send that message along, and it would work pretty well, since they would know when the message arrived that it came from you. How? Because if they can decrypt it with your public key, it can only have been encrypted with your private key. This is the equivalent of putting your seal or signature on the bottom of a message. It says, "I wrote this, and no one else. No one could have tampered with it or changed it."

Unfortunately, this won't actually keep your message a secret. That's because your public key is really well known (it has to be, or you'll be limited to sending messages to those few people who have your public key). Anyone who intercepts the message can read it. They can't change it and make it seem like it came from you, but if you don't want people to know what you're saying, you need a better solution.

So instead of just encrypting the message with your private key, you also encrypt it with your boss's public key. Now it's been locked twice. The first lock -- the boss's public key -- only comes off when combined with your boss's private key. The second lock -- your private key -- only comes off with your public key. When your bosses receive the message, they unlock it with both keys and now they know for sure that: a) you wrote it and b) only they can read it.

It's very cool. The day I discovered it, Darryl and I immediately exchanged keys and spent months cackling and rubbing our hands as we exchanged our military-grade secret messages about where to meet after school and whether Van would ever notice him.

But if you want to understand security, you need to consider the most paranoid possibilities. Like, what if I tricked you into thinking that my public key was your boss's public key? You'd encrypt the message with your private key and my public key. I'd decrypt it, read it, re-encrypt it with your boss's real public key and send it on. As far as your boss knows, no one but you could have written the message and no one but him could have read it.

And I get to sit in the middle, like a fat spider in a web, and all your secrets belong to me.

Now, the easiest way to fix this is to really widely advertise your public key. If it's really easy for anyone to know what your real key is, man-in-the-middle gets harder and harder. But you know what? Making things well-known is just as hard as keeping them secret. Think about it -- how many billions of dollars are spent on shampoo ads and other crap, just to make sure that as many people know about something that some advertiser wants them to know?

There's a cheaper way of fixing man-in-the-middle: the web of trust. Say that before you leave HQ, you and your bosses sit down over coffee and actually tell each other your keys. No more man-in-the-middle! You're absolutely certain whose keys you have, because they were put into your own hands.

So far, so good. But there's a natural limit to this: how many people can you physically meet with and swap keys? How many hours in the day do you want to devote to the equivalent of writing your own phone book? How many of those people are willing to devote that kind of time to you?

Thinking about this like a phonebook helps. The world was once a place with a lot of phonebooks, and when you needed a number, you could look it up in the book. But for many of the numbers that you wanted to refer to on a given day, you would either know it by heart, or you'd be able to ask someone else. Even today, when I'm out with my cell-phone, I'll ask Jolu or Darryl if they have a number I'm looking for. It's faster and easier than looking it up online and they're more reliable, too. If Jolu has a number, I trust him, so I trust the number, too. That's called "transitive trust" -- trust that moves across the web of our relationships.

A web of trust is a bigger version of this. Say I meet Jolu and get his key. I can put it on my "keyring" -- a list of keys that I've signed with my private key. That means you can unlock it with my public key and know for sure that me -- or someone with my key, anyway -- says that "this key belongs to this guy."

So I hand you my keyring and provided that you trust me to have actually met and verified all the keys on it, you can take it and add it to your keyring. Now, you meet someone else and you hand the whole ring to him. Bigger and bigger the ring grows, and provided that you trust the next guy in the chain, and he trusts the next guy in his chain and so on, you're pretty secure.

Which brings me to keysigning parties. These are exactly what they sound like: a party where everyone gets together and signs everyone else's keys. Darryl and I, when we traded keys, that was kind of a mini-keysigning party, one with only two sad and geeky attendees. But with more people, you create the seed of the web of trust, and the web can expand from there. As everyone on your keyring goes out into the world and meets more people, they can add more and more names to the ring. You don't have to meet the new people, just trust that the signed key you get from the people in your web is valid.

So that's why web of trust and parties go together like peanut butter and chocolate.

Excerpt from Little Brother
By Cory Doctorow

I host a copy of this book on my website, if it's ever unavailable via the above link. The book was made available for free by the author.