Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Aka "Pgp Key signing party" (Score 3, Interesting) 24

Although the web page is sparse on details (I might go so far as to say completely devoid) this isn't a bad idea. Getting folks together to develop a web of trust is the whole point of the PGP model. The more people who have signed your key, the more likely you and someone you don't know will have a common person that you both do know who has signed your keys. Without ever directly meeting them, you can put your trust in the common associate and send encrypted messages or verify digital signatures.

The problem is doing PGP signing the right way. I really suggest anyone attending one of these events take a look at web pages that describe "PGP Key Signing Parties" (just google, you'll find a bunch) to get the idea. In brief, to be absolutely sure that you trust a key belongs to someone, you need to verify the following:

  1. The key ID (2BCA871D for example)
  2. The key type (DSA, RSA, etc)
  3. The key bits (768, 1024, 2048)
  4. The key fingerprint (A028 82B4 14CC ...)
Any one of these items can be forged while maintaining the others, so you need to verify them all.

Now, the hard part is how do you verify that this human who has brought these bits of data is the actual human associated with the key? You can check their driver's license and things like that. But of course this is where it's much better to only sign keys of people you know, rather than just total strangers.

Slashdot Top Deals

Scientists will study your brain to learn more about your distant cousin, Man.

Working...