Slashdot Mirror


New Global Directory of OpenPGP Keys

Gemini writes "The PGP company just announced a new type of keyserver for all your OpenPGP keys. This server verifies (via mailback verification, like mailing lists) that the email address on the key actually reaches someone. Dead keys age off the server, and you can even remove keys if you forget the passphrase. In a classy move, they've included support for those parts of the OpenPGP standard that PGP doesn't use, but GnuPG does."

26 of 234 comments (clear)

  1. Widespread Crypto Revolution? by c0dedude · · Score: 3, Interesting

    With the minor computational cost of crpto and the avalability of public keys, will all network traffic move toward crypography?

    --
    Since when has this country used intellectual elite as a pejorative term?
    1. Re:Widespread Crypto Revolution? by Luigi30 · · Score: 4, Insightful

      Yes... until some government makes encryption illegal because it evades wiretaps (they're trying, believe me...).

      --
      503 Sig Unavailable

      The Signature could not be accessed. Please try again later or contact the administrator
    2. Re:Widespread Crypto Revolution? by jdludlow · · Score: 3, Interesting

      Is there any way to acutally prove that a message is encrypted, as opposed to being just random garbage data that two people happened to mail to each other?

      I realize that the chances of a judge buying this is going to be small, but is there a defense there? Wouldn't someone have to be able to produce the plaintext first, before they could claim that you were trying to send encrypted messages?

    3. Re:Widespread Crypto Revolution? by sunya · · Score: 3, Funny

      So take random garbage and encrypt it. best of both worlds :)

      --
      MLT - simple and robust open source multimedia framework for Linux
    4. Re:Widespread Crypto Revolution? by Frank+T.+Lofaro+Jr. · · Score: 4, Funny

      Ab, V qba'g guvax pelcgbtencul jvyy rire pngpu ba. :)

      --
      Just because it CAN be done, doesn't mean it should!
  2. FPCP by nahdude812 · · Score: 4, Interesting

    FPCP (First Privacy Complaint Post):

    Won't a database of verified emails be, y'know, abusable? What about spammers who want to harvest from this? If they can't directly harvest, they could certainly validate email addresses they know about, and know they were getting people on email addresses that they care about.

    1. Re:FPCP by Anonymous Coward · · Score: 4, Informative

      Yup... spammers are already harvesting email addresses from PGP keyservers. I had an address on my key that I never ended up actually using for anything, yet I suddenly started getting spam to it. Ditto for another address that I only used with close friends and family but was also a userid on my key.

      The combination of this and (nigerian) spammers that actually respond to my challenge-response authentication is getting me very pissed off about spammers. :)

    2. Re:FPCP by TheUnFounded · · Score: 5, Informative

      From the FAQ:

      Will I get spam if I use the PGP Global Directory?
      No. Searches of the PGP Global Directory are limited to one (1) response, thus making gathering email addresses from the PGP Global Directory one of the least-effective ways of harvesting email addresses for spammers.

  3. whitelists? by essreenim · · Score: 4, Insightful

    Sounds like a good way to make a global whitelist!
    Allow incomming mail only from such valid e-mail accounts that are using the service. Could be useful for spam. Or will spam endure as it always has done... ;/

    1. Re:whitelists? by Tenebrious1 · · Score: 3, Insightful

      Sounds like a good way to make a global whitelist!

      It won't be any different from individuals creating their own whitelist, since you can't implement whitelists at the ISP level since most people do not use PGP and cannot be forced to use it.

      It wouldn't stop spammers at all though, since spammers could still create legitimate keys, send out a billion spam then delete those email accounts and move on. It may slow it down a bit until some smart spammer creats a program to automate the process of creating, registering, and authenticating the key, but I doubt it will take too much time and effort.

      --
      -- If god wanted me to have a sig, he'd have given me a sense of humor.
  4. Is there a future for PGP? by Albanach · · Score: 4, Interesting
    Like lots of people, I've used PGP for years, but it has never taken off like it should have. I wonder if it really has a future.

    Companies can secure their internal email by deploying SSL on their mailservers and enforcing its use. For email outside the company surely S/MIME has captured the market. It's built into most email software, and companies are offering free certificates.

    With PGP seeming more complex and requiring a seperate install, what role does it have for today's SMEs?

    1. Re:Is there a future for PGP? by spellicer · · Score: 5, Interesting

      S/MIME and PGP certainly address many similar issues such as email encryption and sender authenticity (which SSL does not necessarily do by the way), they approach some of the problems in different ways. The key difference I see between the two (and why PGP still has a role in this area) is how trust of signing keys is built.

      S/MIME and x.509 certificates use a central authority to enforce certificate holder identity. PGP and its variants use a "web of trust" system which allows ad hoc trust networks to build up by acquaintences sign each others keys. As an analogy, x.509 is client/server while PGP is peer-to-peer. PGP's approach serves a role for those who do not have a central authority (i.e. certificate authority) in common, do not trust CA's, cost of a certificate from a reliable CA is too high, or other factors usually centering around CA's.

      The above is a general idea and there are many variations on it that make the area more fuzzy. For example, S/MIME could potentially be implemented using PGP keys instead of x.509 or PGP could be implemented to require a particular signature (i.e. a CA) in order to use a key.

    2. Re:Is there a future for PGP? by jludwig · · Score: 3, Insightful
      Its missing what I call the "grandmother" factor. I can explain it to most technical people I encounter (but can't convince any to use it), but its way too complex an implementation for most average users to handle - my mother or grandmother. Its not that they can't understand it, but the computer is already overwhelming and they need something that "just works(tm)". The Web of trust concept "just makes my head want to explode(tm)"

      Unfortunately I can't see a good way to make things more transparent and invisible to the end user. Most folks don't pick good passwords, yet that is absolutely essential for PGP private key security. Also, a yearly drive reformat is not uncommon, so lost keys are a huge issue. This technology partially address that issue but I shouldn't need to check to see if someone updated there key every message, plus theres the trust issue with a constantly rotating keyset.

      Jeff

  5. PGP's defaults are the real problem. by nlinecomputers · · Score: 5, Insightful

    Every PGP new user has done it. Created a brand new key while learning the program and forgot the passphrase. There are hundreds of unused keys that was created and never used but can never be deleted because they don't expire.

    Had PGP's defaults been for a 1 year key instead of infinite this wouldn't be an issue.

    I always create 1 year keys but I've got a couple of key out there over 10 years old that I FUBAR'd that'll never go away.

    --
    Slashdot, home of supporters of free software, free music, and free speech.Except for Moderators that disagree with you.
  6. Encrypted Spam? by 4of12 · · Score: 3, Interesting

    So if I'm willing to post my public key and verify every 6 months that I'm the same live email responder at the other end, then what assurance do I have that encrypted email sent to me isn't spam?

    Since the MTA's can't read my mail for spamminess if it is encrypted, the spam filter responsibility will be for my local email client with a set of my cached private key so it can decrypt and trash those herbal viagara offers.

    --
    "Provided by the management for your protection."
    1. Re:Encrypted Spam? by I+confirm+I'm+not+a · · Score: 4, Insightful

      So if I'm willing to post my public key and verify every 6 months that I'm the same live email responder at the other end, then what assurance do I have that encrypted email sent to me isn't spam?

      Another way of looking at it is from the "cost" of spamming - encrypting a spam "costs" the spammer, hence recent suggestions for charging mail-senders in CPU-cycles. Additionally, you'd be able to verify whether you held the spammer's public key on your keyring, and very easily "process" (ie. delete with extreme prejudice) encrypted emails from unknown senders.

      --
      This is where the serious fun begins.
  7. Re:Backdoors? by rdieter · · Score: 4, Insightful

    Doesn't matter. This is a directory for public (ie, the non-private portion of) OpenPGP keys, which are/should-be publically available anyway. Else, why use public/private pgp keys at all?

  8. First overcome lazyness. by StrawberryFrog · · Score: 3, Interesting

    PGP's been around for years, and hasn't taken over. Layness is a powerfull force - self-preservation has to work hard to overcome it.

    --

    My Karma: ran over your Dogma
    StrawberryFrog

  9. Re:Backdoors? by JimDabell · · Score: 5, Insightful

    Are there backdoors?

    It doesn't matter. Keyservers are merely a method of distributing keys, not establishing trust. You can establish trust by a number of methods, such as manually verifying the fingerprint with the person yourself using a trusted medium (e.g. face to face) or having somebody you trust sign the key (after verifying their key, of course).

    The real danger to public key cryptography taking off is that it will become commonplace to simply trust keys without verifying them. Everyone will feel more secure, but the security will be an illusion.

  10. Can a central repository bring security? by cesarbremer · · Score: 4, Insightful

    A central repository of public keys can bring problems, for example, if the central repository is located in USA and the FBI want to do a man-in-the-middle attack? How can you be assured that the public key from the guy you want to send a encrypted message is realy the correct public key? I don't know better solution than having a lot of servers in different countries, under different governments controls and laws, and when the user do a search, he can do the search in a lot of servers. How about having servers in USA, China, France, Germany, China, Finland, North Corea......, and the user can search the user public key in all these databases? When storing the public keys, why not the user store his keys in these distributed servers? Can you really believe that storing your keys under one company control can bring security?

    1. Re:Can a central repository bring security? by Just+Some+Guy · · Score: 4, Informative
      if the central repository is located in USA and the FBI want to do a man-in-the-middle attack?

      Not unless you're amazingly trusting of the repository. Read up on the "web of trust" and how to personally verify the keys you're using to send messages.

      For example, my pubkey has been signed by several friends, and I have signed their pubkeys in kind. If I get a signed email from Charlie (whom I don't know), but his pubkey has been signed by Bob (whom I do know) using his key that I myself signed, then there is a direct path of trust between Charlie and me. If I believe that Bob is an honest guy who wouldn't have signed Charlie's key without personally verifying his identity, then I have cause to that key.

      It's hard to explain the web of trust without making it sound more complicated than it really is. It's somewhat analogous to a friend introducing you to a person you've never met before. If your friend is very gullible, then you won't put much confidence in the ID of the person they're introducing. If your friend is, say, a loan officer who just spent the last month vetting the new person's identity, then you can be reasonably sure that they're giving you accurate information about that person.

      Which brings us back to your question. If you're corresponding with a new contact with no trust pathway to that person, then you have exactly zero reason to believe in their identity simply because they were able to download GnuGP and create a new key. However, if that new person's key was signed by Alice, whose key was signed by Charlie, whose key was signed by Bob, whose key was signed by you, then you have at least some reason to think they're who they say they are.

      There is no real concept of blindly trusting a new person in real life. GnuPG does not magically change this.

      --
      Dewey, what part of this looks like authorities should be involved?
    2. Re:Can a central repository bring security? by Artifakt · · Score: 3, Informative

      Your explanation for the web of trust is cogent, well grounded in reality and still manages to capture the essentials of the process. Nicely done , Sir! One nitpick, however:

      In Alice and Bob explanations, the C party is usually Carol.

      Here's a wiki entry that discusses real life as it applies to cryptography. Its arguements parellel and support some of yours nicely, while also explaining Carol, Dave, and the others.

      http://en.wikipedia.org/wiki/Alice_and_Bob/

      --
      Who is John Cabal?
  11. A Big Step... by shaneh0 · · Score: 3, Insightful

    Perceived Value is very closely tied to percieved scarcity. As people begin to *realize* that their privacy is as scarce as it actually is, people will begin to value their privacy ergo encryption.

    Feeding that will be dirt simple encryption applications that make it so EASY to encrypt and decrypt that you might as well do it. (Like, for example, the application I'm finishing right now but refuse to plug until it's released)

    The biggest problem now is that if a developer wants to include Public Key encryption abilities in has app he has to create an entire key management system and force users to gather the keys of all their contacts manually because there's just no other way. How many users are going to do that for a program that they only kinda think they need?

    If you want the answer to that question, look at the percentage of users who currently encrypt any large part of their communication (SSL excluded?)

  12. OpenPGP set to become global standard by Mstrgeek · · Score: 3, Informative
    well done wrtie up on this topic

    http://www.itweek.co.uk/news/1118258

    --
    Chris Williams clw7500nc@gmail.com
  13. This presents problems with the trust path. by molo · · Score: 4, Interesting

    Dropping keys from the keyring presents problems with the trust path. For example, A signs B's key. B signs C's key. A now has a trust path to C. If B is dropped from the keyring, no new users can authenticate that trust path. With the current scheme, if N signs A's key, N would now have a trust path to C. With the new scheme, the link to B and C is broken because he can't retrieve B's key.

    Having an email address expire is not a reason to no longer trust a key.

    -molo

    --
    Using your sig line to advertise for friends is lame.
  14. Re:..future for PGP? YES! Here's moreResources!?!? by QuietRiot · · Score: 3, Informative

    DROP TEXT :: Email People

    (Sent this a few days ago to my ISP and family members - thought it might be useful to some /.ers or otherwise... Forward At Will )

    =Cy

    :: E M A I L ::

    Do consider Thunderbird

    http://www.mozilla.com/products/thunderbird/
    http://www.mozilla.com/products/thunderbird/why/

    for both yourself and your clients. It's really a wonderful product
    and has spam handling built right in. Unlike Outlook(TM) it is open
    about where it keeps your email (not hidden and difficult to export)
    and is not so susceptible to worms and email nastiness such as scripts
    that run without hindrance. Many a spyware app has been installed
    further contributing to the spam problem due to people running just
    that piece of software. Don't help the spammers. Reclaim your inbox.

    It supports Enigmail: ( email envelopes you don't have to lick! )

    http://enigmail.mozdev.org/
    http://www.moztips.com/index.php?id=87
    http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto.ph p

    I've attached my public key [ 0xYOUR_FINGERPRINT ]. I prefer to receive
    secure mail. I've got nothing to hide, but I don't like using
    postcards for all my USPS correspondence either. Regular email is
    like using postcards on the internet. Any postal worker along the way
    can take a look ( have a look at email "headers" sometime; every hop
    you see is a place where your email is stored on a hard drive. )
    Please use an envelope when communicating with me. Won't even cost
    you a stamp. I value your privacy as much as I hope you value mine.

    Privacy tool for Windows: (supports Eudora, Outlook, Clipboard)
    http://winpt.sf.net

    There's no need to keep my public key a secret. Feel free to give
    it away or put it on a telephone pole; write it in the sky if you'd
    like. It's available on the web. The more people that have it the
    better. Use it to seal your envelopes when sending me mail. I've got
    the only other matching key (my private key, opposite the public key
    I've given to you) that allows me to unlock the envelope. You can
    even lock an envelope so that multiple people can unlock it on their
    own, but nobody else can read what you've sent them.

    You can also find keys for me here:

    http://www.biglumber.com

    Please try it out. Be glad to help you get started.

    :: W E B ::
    If you haven't heard of the Firefox web browser yet

    http://www.mozilla.org/products/firefox/

    download it and check it out. Then look into the Extensions under
    tools. Fast, far more secure than IE and extremely standards
    compliant. Lots of tricks up it's sleeve in the way of Extensions,
    themes, etc. Introducing this to your clients might be worthwhile as
    well. The less spam and junk they've got clogging up their machines,
    the less you'll pay for bandwidth, etc. Worth a look.

    Thunderbird will import from Outlook. They just had a major release.
    Even though this is version 1.0 it's not like a "typical" 1.0 release.
    In the opensource world projects often start out with very low version
    numbers. It's not uncommon to see something like v0.3.22 for very
    usable and extremely bug free pieces of software.

    Anyway it's really nice - though it doesn't have the calendar and palm
    integration. That you'll need to weigh. Mom however doesn't need to
    be on outlook....

    =====[ http://www.mozilla.org/products/thunderbird/releas es/ ] =======

    Comprehensive Mail Migration from other Mail Clients

    Switching to Thunderbird has never been easier since Thunderbird can
    now migrate all of your email data including settings, mail folders