Slashdot Mirror


An Introduction to GNU Privacy Guard

An anonymous reader writes "This is a great article about GnuP . . . "In the first half of this article David Scribner discussed the various uses that GNU Privacy Guard could bring to your business or personal life in enhancing security of your digital documents and files, as well as the basics in getting started with GnuPG. As there is so much more to public-key security than command-line operations, in this second half I will continue with importing and exporting keys, building (and keeping) your 'web of trust' sound, and a few of the more popular GUI front ends available for GnuPG . . ."

121 comments

  1. Ok... by GreyWolf3000 · · Score: 1

    Warm and fuzzy feeling aside, how do we convince companies to use this? Is it at all possible? Are there any success stories (I know it's new and all)?

    --
    Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    1. Re:Ok... by Anonymous Coward · · Score: 0

      The team I'm in implemented gpg for simple file en/decryption and transfer. It has worked flawlessly.

    2. Re:Ok... by Anonymous Coward · · Score: 2, Interesting

      One small success story for our small e-commerce company. We need a method of securing credit card numbers for long-term storage after the sale (yes we needed to do this). To do this we used GNUPG to create a "data vault" that ensured that credit card numbers in storage would be safe even if a hacker gained complete control over the machine.

      We used GNUPG to split the public key and private key across two machines. The first machine is our public web server and can encrypt and store the credit card numbers with the public key but not decrypt the them. The second machine (very secured and locked down) can encrypt the data but doesn't have access to the stored credit card numbers. A third machine (in this case a browser) shuttles the between the systems when it is needed. Since the machines are widely separated it makes any successful attack much harder.

      We chose GNUPG because it already had robust public/private key encryption built in and used an open standard for representing data so that data recovery would be possible even 10 years from now. The only complaint is that there was no API available so we had to create a COM wrapper for it (yeah I know it was a IIS/ASP site).

      If anybody is interested in the source code for the COM wrapper it can be downloaded here:

      http://www.i15.com/video/gpg2.zip

      Normal disclaimers apply. I take no responsibility for what it may do but we have used it without complaint. Only works when GNUPG is in batch mode. It is one of those things that I always meant to release under the GPL but didn't get around to it because I never did documentation. BTW here is how it works:

      Set gpg = Server.CreateObject("qwerksoft.gnupg")
      gpg.SetPath %Path%
      gpg.SetRecipient %Recipient%

      s = "Text to be encrypted"
      Response.Write s + vbNewLine

      s = gpg.Encrypt(s)
      Response.Write s + vbNewLine

      s = gpg.Decrypt(s)
      Response.Write s + vbNewLine

      Maybe if a few more people use this it will reduce the number of stolen cards floating around.

    3. Re:Ok... by Alexander · · Score: 1

      Yep. OS X - GPG with Mail, Fire (chat), and for file storage.

      Inter and Intra company communications.

      Combine it with SSH access to file servers and other resources, OpenSSL web services, hey who needs a Checkpoint/Cisco VPN?

      --
      "oohhh... I didn't know Schopenhauer was a philosopher!" ..."uhhh yeah, he's the one that begins with
    4. Re:Ok... by Bagheera · · Score: 2

      Yes, we can at times convince companies to use it. I work for "a small hardware manufacturer in the Valley" that has/had a licensing arrangement for the commercial PGP application - that cost a fair amount of money per seat. Many of our Engineers adopted GnuPG for thier Solaris and Linux boxen and use it daily. I (and several of my co-workers) use it in our department, and we actively promote it's use throughout the company.

      It can work quite well, especially when you get a couple of tech-savy executives clued into the concept of using digital signatures on their documents.

      --
      Never attribute to malice what can as easily be the result of incompetence...
    5. Re:Ok... by Anonymous Coward · · Score: 0

      You have tech-savy executives? Cool! :)

  2. Technology triumphs qjkx by Anonymous Coward · · Score: 0

    Remember this can be used to copyright stuff as well. But technology should always win, and we can defeat it or more likely ignore "copyrighted" stuff.

  3. The Anonymous Reader by Amazing+Quantum+Man · · Score: 3, Interesting

    "the first half of this article David Scribner discussed ..., in this second half I will..." (emphasis mine).

    Gee, could the "anonymous reader" be David Scribner giving himself a shameless plug? See the above quote.

    --
    Fascism starts when the efficiency of the government becomes more important than the rights of the people.
    1. Re:The Anonymous Reader by Amazing+Quantum+Man · · Score: 2

      Whoops! Sorry, the section was blatant cut and paste, not plugging.

      --
      Fascism starts when the efficiency of the government becomes more important than the rights of the people.
    2. Re:The Anonymous Reader by Anonymous Coward · · Score: 1, Interesting
      Yes. The summary listed on slashdot's front page is a quote from the second half of the article. I believe the reason that the awkward phrase exists is because David was worried about continuity issues when DesktopLinux republished the article in two parts. When David originally wrote the article for LinuxGuru.net, he had intended the work to be one long part.

      Did David submit it hismelf? Probably either he or one of a small handful of people that know him (not I personally).

      But if that's the case, why as an "Anonymous Coward?" I can only speak for myself, but I so rarely make comments or submissions at slashdot that the need to remember another password and the storage space for account info at slashdot would be wasted.

      James Blackwell, LinuxGuru.net

  4. Excellent article! by I+Am+The+Owl · · Score: 1
    I'd just like to commend the author for an excellent article on how to protect your privacy from spying government eyes on the Internet. Now all my friends can:
    • Read PGP messages I send them
    • Encrypt messages they send to me
    • Sign their messages and
    • Verify messages that came from me
    This is just the first step in the great battle for our Constitutional online rights, but it's a good one. As long as I have something to keep them from tying all my information together in a giant government database and crossreferencing them to steal my organs when I die, I can sleep at night.
    --

    --sdem
  5. Really that useful yet? by wackybrit · · Score: 5, Informative

    I know new systems and apps create a bit of a chicken-and-egg situation.. but what about this:

    Today, I use GnuPG for a variety of tasks. Whether it's to sign and encrypt documents and contracts submitted to businesses, encrypt local files, or merely sign email and files to ensure others that no modifications have occurred to its content, I have found GnuPG to be a 'must have' utility kept close at hand when using my PCs.

    Documents submitted to businesses? Signing e-mail and files?

    Signing these sorts of things is a good idea, but just how many businesses are going to have GnuPG at this time. And, since you can get the files out of the e-mail without HAVING to use GnuPG (GnuPG just checks the authenticity), it doesn't really encourage people to go get it either.

    Considering most people are Joe Schmoes using Windows, I can't see how using GnuPG (or even PGP, for that matter) to sign things is going to help anyone at this stage.

    Outlook Express is the most common e-mail client out there today and from all the e-mail I get.. I'd say that far less than 1% of its users actually use the signing and encryption features that are BUILT IN! GnuPG is an add-on, at best.. so can we really see millions of people using this?

    Until the public learn more about security, how it works, and why it should be used, I think not.

    1. Re:Really that useful yet? by AxelTorvalds · · Score: 1
      It's OpenPGP compatible. There are a fair number of businesses that have PGP. I've been using it daily with someone that is using PGP 7.1 for a couple months now.

      There are plugins for Outlook on windows too, it works great.

    2. Re:Really that useful yet? by reverse+flow+reactor · · Score: 2

      location: a non-descript office

      user receives email. Around the message is a GPG signature. "Hmm. what's that for?" the user asks of the person who sent the signature.

      The PGP signer replies back "That is my PGP signature. That is your assurance that the email that you just received from me is authentic. You can trust emails that are PGP signed"

      user: "How do I use this PGP? Where do I get it?" ....

      and thus it is introduced to the people the PGP user emails as a tool for verifying email authenticity.

      --

      The significant problems we face cannot be solved by the same level of thinking that created them. -Einstein

    3. Re:Really that useful yet? by mcelrath · · Score: 5, Insightful
      I know new systems and apps create a bit of a chicken-and-egg situation.. but what about this:

      ...

      Until the public learn more about security, how it works, and why it should be used, I think not.

      So you state it's a chicken-and-egg problem and then go on to demonstrate it's a chicken-and-egg problem, adding nothing to the discussion. Then you say we all shouldn't use it, because it's a chicken-and-egg problem. Give me a break! Here are a few ways to crawl out of the chicken-and-egg situation:

      Signing your e-mail makes GPG visible to those that don't know yet. Every once in a while someone will actually look at that attachment, follow the little link, and maybe learn something. For technically saavy users, this is simply tech evangelism. Someday we will all learn in high school how to manage our private keys, instead of teaching us how to fill in the blanks on a check. I have personally converted 4 or 5 friends (and my dad!) to using it.

      I use GPG to store sensitive information. I keep a GPG-encrypted file with passwords (mostly for websites) in it. That way for each %@#(&@$ vendor that insists on storing my credit card info, I can generate a 20-character random password, put it in this file and forget about it.

      As a system administrator, I have had many occasions where people want an account but I'm not physically nearby for them to type in a password. I usually point out GPG saying that if they used it, I could send them a password. Since they don't, they'll have to wait a few days until we can be in the same room. Again, it's evangelism.

      I pointed out gpg to my bank for account-related communications (but they don't seem to get it yet...they're a bank). Everybody else ask your bank about it too. It's evangelism. The squeaky wheel gets the grease.

      And most importantly, I encrypt love letters to my girlfriend. Don't want anyone reading that stuff. ;)

      Making the public aware that this kind of technology exists is, in my mind, the single most important revolution happening today. It is the key to take back freedom from our oppressive government (and the even more oppressive governments out there). It is the key to the electronic money of the future. It is the key to the electronic contract of the future (this click-to-accept shit has got to go). I definitely don't want to "click" to buy a house. As long as we keep them ignorant and don't evangelize, we can guarantee we will never see the electronic future we read about in books.

      -- Bob

      --
      1^2=1; (-1)^2=1; 1^2=(-1)^2; 1=-1; 1=0.
    4. Re:Really that useful yet? by Anonymous Coward · · Score: 0
      More like...

      user receives email. Around the message is a GPG signature. "I couldn't read your fucking email, send it to me in a word .doc like you're supposed to".

      Seriously, people aren't like that. They want to believe that the way they're doing things is the right and only way, and they're unwilling to try and figure things out.

    5. Re:Really that useful yet? by Anonymous Coward · · Score: 1, Informative

      A more likely scenario (and one that I've witnessed personally) is that the recipient asks "Hey, can you please stop attaching that annoying signature thing to all your emails?"

    6. Re:Really that useful yet? by Anonymous Coward · · Score: 0

      did you also convert 4 or 5 friends (and your dad) to homosexuality as well?

    7. Re:Really that useful yet? by nzhavok · · Score: 2

      The point is you should have an appropriate policy with the business, saying that they should authenticate all correspondence. If they don't check the authenticity of files/emails and something goes wrong and they haven't authenticated it you are off the hook so to speak.

      --

      He who defends everything, defends nothing. -- Fredrick The Great
    8. Re:Really that useful yet? by Anonymous Coward · · Score: 0

      The reason why people don't use Outlook Express's signing/encryption is because it costs money! :))

    9. Re:Really that useful yet? by Anonymous Coward · · Score: 0

      If the mail were signed with 'gpg -a -s' rather than a detached or cleartext signature then the recipient would have to obtain gpg or PGP to read it.

  6. too much security & anti-piracy by PixelPixie · · Score: 0, Flamebait

    prevents innovation of great new things

  7. What are you hiding? by Anonymous Coward · · Score: 0

    What are you doing that you don't want the government to know about?

    1. Re:What are you hiding? by RatBastard · · Score: 3, Insightful

      Well, there's your collection of bestiality porn.

      Why is it that people assume that anyone who wants to communicate in private has something to hide?

      --
      Boobies never hurt anyone. - Sherry Glaser.
    2. Re:What are you hiding? by z-man · · Score: 2, Interesting

      Crypto is not necessary about hiding, but can be (as coined Ayn Rand I believe), the minorities protection against the oppression of the majority. And this is something that is vitally important.

    3. Re:What are you hiding? by Amazing+Quantum+Man · · Score: 2

      What are you doing that you don't want the government to know about?

      How about you? When you snail mail, is everything on postcards? Or do you use envelopes, you terrorist?

      --
      Fascism starts when the efficiency of the government becomes more important than the rights of the people.
    4. Re:What are you hiding? by Bizaff · · Score: 2, Insightful

      It's all about hiding, actually. Cause that's what cryptography does.. is.. uh.. hide stuff.

      Like the example the writer gave, if your ISP tech knows you're out of town, you could come home to an empty house.

      If you're just using cryptography for the sake of using cryptography, what's the point?

    5. Re:What are you hiding? by Anonymous Coward · · Score: 1, Interesting

      because they dont have a right or even a need to see it. just like you dont.

      i may not have something incredibly important to protect.

      but just because i its not important, doesnt mean im going to put a billboard up

    6. Re:What are you hiding? by ReadParse · · Score: 2

      So I suppose you use postcards for all of your mail. Love letters, hate mail, whatever... you have nothing to hide so why should you use an envelope?

      Or when you do get mail that's in envelopes (hmmmm, why do they presume your need for all that secrecy?), I suppose you take all the bills and letters out, scan them, and post them on the internet? No?

      Then just what is it that you're trying to hide? You're clearly either a terrorist or a pornographer (both are generally held in approximately the same regard in most places). Or could it be that you just want the smallest amount of privacy? Could it be that it's not the damn business of every postal worker who comes in contact with your letters to read them?

      Yes, indeed it could. It's called privacy. And the public will continue to insist on more internet privacy once they begin to understand it. The problem right now is that they actually THINK that nobody can read their e-mail but the person they're sending it to. Boy are THEY in for a surprise.

      RP

    7. Re: Re:What are you hiding? by archen · · Score: 1

      An ISP tech can tell you're out of town by the sudden lack of incomming porn on your connection. No need for intercepting e-mail to figure that out.

    8. Re: Re:What are you hiding? by dvdeug · · Score: 2

      If you're just using cryptography for the sake of using cryptography, what's the point?

      Let's assume that GnuPG has a bug; on one level, it could be an incredibly stupid one, so the kid with the box down the street can decrypt your messages, or it could just be the NSA has enough resources/special hacks to do a brute-force on it. Or even someone's willing to do rubberhose decryption on you. If you encrypt everything, it's harder to tell what's worth decrypting. If you encrypt one thing, then everyone knows which message is the valuable one.

      If I encrypt all my messages, the fact that my message to someone@sharif.edu.ir is encrypted tells no one anything - it could just be random programming stuff. If I only encrypt that message, I may be looking a rubberhose decryption, or more subtle and reliable forms of interigation. (And just might, in RL.)

    9. Re: Re:What are you hiding? by Bizaff · · Score: 1

      Your examples make perfect sense, but the fact is, if there's one message you want hidden, you're still trying to hide something. Otherwise you're using it simply for the sake of using it.

      Not that there's anything wrong with having something to hide. That's what privacy is all about.

  8. The weakest link by FreshMeat-BWG · · Score: 4, Insightful
    Ok, so I have n-bit keys protecting my super secret confidential data that is going to take x-million computers y-thousand years to crack and I feel pretty good knowing the CIA won't spend $z trillion dollars finding out my grandma's secret cookie recipe.

    Now, how do I keep my passphrase a secret while the CIA is bashing my toes with a hammer?

    I guess my point is that public/private key encryption is only as good as the passphrase which is often not good enough, and that the ecryption is way stronger than your personal torture threshold anyway.

    1. Re:The weakest link by tbmaddux · · Score: 5, Insightful
      I guess my point is that public/private key encryption is only as good as the passphrase which is often not good enough, and that the ecryption is way stronger than your personal torture threshold anyway.
      That's true, which is why it was originally well-named as "Pretty Good Privacy." It solves the lowest-order problem, that your email is transmitted as plaintext across the Internet for anyone to read.

      And of course, the CIA doesn't really need to bash your toes; they can just put a keyboard sniffer on your machine, or put a spy camera to capture your keystrokes while you type your password, or lots of other interesting things that only require a warrant and don't require torture.

      GPG was easy to setup (on our Macs, even!) and now I don't have to worry about whether or not the script kiddie down the road can sniff the private messages I send to my wife. That's Pretty damn Good Privacy.

      --
      Can't you see that everyone is buying station wagons?
    2. Re:The weakest link by SquadBoy · · Score: 2

      http://www.rubberhose.org at least in part addresses just that concern.

      --

      Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
    3. Re:The weakest link by Anonymous Coward · · Score: 0

      The favorite way that I heard is to make your password something incriminating, related to the naughty stuff you have encrypted, and (ideally), protected by the 5th amendment.

      For example, the key "I killed Jimmy Hoffa" on GiantsStadium.doc.

      That way, they may be able to beat it out of you, but not use what they find in court.

      Of course, that's a U.S. thing.

    4. Re:The weakest link by FreshMeat-BWG · · Score: 1
      Or maybe "I forgot the passphrase" is the passphrase.

      Agent: What is the passphrase?
      Me: I forgot the passphrase
      Agent: [bashing smallest toe with hammer]
      Agent: Now, what is the passphrase?
      Me: I FORGOT THE PASSPHRASE!

      Then again that sounds find of painful.

    5. Re:The weakest link by Wumpus · · Score: 2, Insightful

      Sort of. If I remember correctly, they claim to have a proof (using game theory) that the best an interrogator can do if you use their software, is keep beating you. They can't prove that you're holding anything back from them. This is valuable in some extreme situations (if you're guarding a secret important enough to die for), but doesn't really stop you from giving them what they want, hoping that they'd stop anyway. Pain is funny like that.

      This has been said elsewhere, but it's worth repeating: Cryptography alone won't solve all your security problems. Especially if you live in a country where the use of cryptography is illegal, the secret police assumes that you're guilty until proven innocent, and they have the authority to try to extract secrets from you by any means they consider necessary.

    6. Re:The weakest link by beej · · Score: 2
      Now, how do I keep my passphrase a secret while the CIA is bashing my toes with a hammer?

      In Applied Cryptography, Schnier refers to this as "rubber hose cryptanalysis".

    7. Re:The weakest link by SquadBoy · · Score: 1

      No one said it would solve all your problems but it can be a *very* useful tool. You should also go read their stuff on novel keying methods. Very cool and worth thinking about. Also the question at least in a "democracy" like the USA is how important is the inforamation to the government and how far will they go to try and extract it. For example in the US I could use rubberhose cough up 2 or 3 passphrases and then "forget" the rest of them. Also with the novel keying methods you limit their ability to torture passphrases out of you. I mean hell even without novel keying methods my typical passphrase is the average of two or three paragraphs from a book, with semi random "misspellings" thrown in for good measure, they would have to stop well short of any serious torture to be able to get that kind of information out of me. So while no crypto is not perfect it can be used and torture based methods can be fought.

      --

      Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
    8. Re:The weakest link by TheAwfulTruth · · Score: 2

      Well considering that giving anyone your passphrase so they could decrypt something incriminating is itself an incriminating act, AND that that is not considered protected by the 5th, I doubt any fancier philosophies will hold up in court.

      --
      Contrary to popular belief, coding is not all free blow-jobs and beer. Those things cost MONEY!
    9. Re:The weakest link by Wumpus · · Score: 1

      I see what you mean. When I last saw their page, that paper wasn't there yet.

      This still doesn't solve the problem of somebody torturing your spouse to get the secret out of you, though.

  9. But shouldn't this really be called..... by Ride-My-Rocket · · Score: 0, Troll

    .....the GNU/Linux Guard? After all, GNU runs on Linux............ :)

    1. Re:But shouldn't this really be called..... by bourne · · Score: 2

      I run it on Windows, so rightly it should be the GNU/Windows XPrivacy Guard...

    2. Re:But shouldn't this really be called..... by Anonymous Coward · · Score: 0

      No, it is rightly named: GnuPG (GNU Privacy Guard)

      GnuPG is part of the GNU project. It runs on
      GNU/Linux, GNU/Hurd (GNU OS), *BSD, MAC OS, and
      MS Windows.

      Ciaran O'Riordan

  10. False sense of security? by Meat+Blaster · · Score: 4, Informative

    There are a number of applications GPG is good for besides cryptography -- I use it to verify Linux kernels from kernel.org, for example -- but I know several people that think that once you figure out how to encrypt mail you're secure. It's probably good to keep in mind that there are a number of other points at which an attacker can read the mail (swapfile, keyboard logger, trojan, net sniffer, tempest, emp, and buffer overflows) even if the application itself is bugfree and Open Source, so remember that this is just supposed to be a component in a system of security.

    1. Re:False sense of security? by dacarr · · Score: 2, Insightful
      But on the other hand, the ability to get into a system and implement such cracks is, AFAICT, usually due to PEBKAC on the part of either the user or (in rare cases) the admin using an easily guessable password. I know users who I have told again and again to at least l33t their password to hinder a few searchbots. And then there are the people who are just plain too lazy to patch their machines.

      Yes, there are the security holes inherent in any operating system, and thank God for Mandrake's patch system (in my case), not to mention the uncanny ability of the open source community to crank out patches within hours of discovering holes. So let's use them.

      --
      This sig no verb.
  11. GnuPGExch by Rupert · · Score: 5, Informative

    If your family and friends insist on using Outlook or Outlook Express, try pointing them at G-Data's, GnuPG Pluginfor those MUAs. One downloadable Win32 .exe and a simple installation puts buttons to sign/verify and encrypt/decrypt on the toolbar.

    Because let's face it, /we/ all know how to encrypt our email. But until "Your Mom" (TM) can do it, it's not useful.

    --

    --
    E_NOSIG
    1. Re:GnuPGExch by tubabeat · · Score: 1

      G-data's GnuPG plugin is good as far as it goes. unfortunately it only goes as far as a rather inadequate (& ugly) frontend to gpg and has somewhat limited integration into Outlook.

      It works fine, so long as the signature is in the body of the mail. Unfortunately if the signature is provided as an attachment (which is how Evolution signs mail, for example) G-data's plugin won't recognise it.

      This is a shame, personally I'd rather Evolution put the sig in the body (to encourage the ignorant to ask...) but the G-data plugin should really recognise digital signatures which are attachments. You can't expect everyone to use a standard when different implementations won't co-operate (Yes, unless you're Microsoft, of course - but lets not go there right now).

      I sign personal mail by default, not because much I send has any particular value, but because I want to spread the word. I would encourage everyone to do the same.

      I am irritated that none of the online banks I have used have ever bothered to even sign their mail. How can we expect to convince the public at large that encryption and siging is a good thing if even the banks don't appear to take this on board?

      --
      "Linux is a serious competitor"
      - Steve Ballmer, Chief Executive Microsoft Corp.
    2. Re:GnuPGExch by Anonymous Coward · · Score: 0

      i dont care if my mom or grandma uses it, i am going to use it.

      why does everyone insist on catering to the lowest denominator. they can be left behind

    3. Re:GnuPGExch by mt-biker · · Score: 1

      Because let's face it, /we/ all know how to encrypt our email. But until "Your Mom" (TM) can do it, it's not useful.

      I can't agree with this. When the video recorder was invented, was it necessary for "My Mom" to be able to use it? No, these were very large, very expensive machines, designed to be operated by professionals.

      Once the technology was available, it slowly became cheaper and filtered down to the masses. Today it's at the point where anyone can own one, and knows how to put a tape in and push play. Some people can even program them. :)

      Likewise with email encryption. Yesterday it was limited to geeks. Today it's also available to those with a need (think of sensitive company documents. I imagine that any reasonably large company with a decent security policy would be on the lookout for an email plugin to allow secure comunications.

      Now that such software exists, it's use will spread, until even "Your Mom" has it.

      (In fact, "My Mom" is the director of a small software company, so I guess that actually, I do agree with you. :)

  12. GPG 1.2 available by kingkade · · Score: 2, Informative

    sorry if this is a repost..

    1. Re:GPG 1.2 available by kingkade · · Score: 3, Informative

      It's at gnupg.org, BTW ;-)

  13. Great, but by jukal · · Score: 3, Insightful

    the "original" handbook does the job much better.

  14. Too much effort by mikeboone · · Score: 3, Insightful

    I've been interested in GPG and encryption for a couple of years, but I can't convince any of my friends to be interested. So all my communications with them must be unencrypted.

    I know you can get it as easy as typing in a password when an email gets sent, but that's too much effort for my parents and most of my friends. :(

    1. Re:Too much effort by Anonymous Coward · · Score: 0

      Use an agent (ssh-agent).

    2. Re:Too much effort by 5lash · · Score: 1

      Yeah thats pretty much my situation. A lot of my friends use Hotmail aswell, which I'm pretty sure wont support PGP/GPG/Any encryption at all? I remember a few months ago when everyone got stressed about the British Government giving free-er access to Government Officials who wanted to read our emails, I was like "hey lets all use PGP, that'd piss em off", but none of my friends could quite grasp the idea. So i'm still the only person i know who uses PGP. Although, quite honestly, I never really send emails that are highly confidential or anything...

  15. Book on Encryption - Methods of Attack by Dareth · · Score: 2, Informative

    An actual method of attacking encryption listed in a text book on it in my university library listed the "Rubber-hose" method. The point is to remind people that if you are protecting something of value, monetary or other to someone else, you can not just rely on encryption. Beating you and/or your loved ones,ie. wife, children, pets is an effective means of getting access to something protected by encryption. Luckily I never tell my wife any of my passwords, and last time I checked my cat wasn't talking.

    --

    I only look human.
    My mother is a halfling and my dad is an ogre, so that makes me an Ogreling
    1. Re:Book on Encryption - Methods of Attack by SirSlud · · Score: 4, Funny

      > and last time I checked my cat wasn't talking.

      The CIA has a way around this. They drop 2 tabs of acid, each, wait a while, and then furiously start writing down anything your cat says.

      They're way ahead of you.

      --
      "Old man yells at systemd"
    2. Re:Book on Encryption - Methods of Attack by Wumpus · · Score: 1

      Luckily I never tell my wife any of my passwords

      Great, but unless you can prove it, they'll keep on beating her. You might consider giving her at least one unimportant password to give them in exchange for them stopping the beating.

      Not that the CIA would ever do that, of course...

    3. Re:Book on Encryption - Methods of Attack by unicron · · Score: 3, Funny

      :"Gentlemen, let me begin by saying that the litter box you have provided me is completely inadequite. While I know I am a creature prone to walking in it's own shit while I shit some more, I must insist you clean it out post-haste.

      : From this point on I will always be fucked in the head.

      : Ditto.

      --
      Finally, math books without any of that base 6 crap in them.
    4. Re:Book on Encryption - Methods of Attack by Anonymous Coward · · Score: 0

      Well, not to an american wife...

  16. crypting for the masses ;) by Skal+Tura · · Score: 1

    crypting to the masses, make it mainstream to crypt your messages... i'd like to see one single person who isn't all that paranoid etc... in security things that would use some kind of crypting...

    1. Re:crypting for the masses ;) by Anonymous Coward · · Score: 0

      Whoa there! Put down the glue and take a deep breath of clean air. Now, try to post something coherent.

    2. Re:crypting for the masses ;) by Anonymous Coward · · Score: 0

      Well look at it this way: If writes indecipherable rubbish like that all the time, he has absolutely no need for "crypting" his messages.

  17. GnuPG is the way to go. by wackybrit · · Score: 3, Interesting

    GnuPG is definitely, certainly, and really the way to go with secure encryption and security systems, here's why..

    The simple and undisputed -- and often argued -- fact is that we've come a long way, and the majority of large businesses are now using Linux as both a desktop and server OS which means these things are efficient to do.

    GnuPG's (shouldn't that be GNUPG since GNU is an acronym?) ease of use and its (almost) seamless connectivity with most Linux communications applications allows the average workplace user to encrypt documents and files, preventing PR-disasteresque leaks -- such as the recent leak of the salary details of Lycos' staff to InternalMemos.com..

    The seamless and very good encryption and decryption system allows staff of lots of big and small companies to simultaneously access and also work on their valuable and secure data as usual, but means that even if sites like F**kedCompany get hold of it, it's no use to them. Copying and pasting will just result in goobledygook being produced.

    GnuPG's automated hyperencryption routines also mean that it could have some extremely useful and oblique military functionality, allowing our brave patriots to fight terrorism around the world.

    One such example is in the encryption of numeric data such as numbers like digits between 0 and digits under 9. These encyrption routines can improve the efficiency of this by 24%.

    1. Re:GnuPG is the way to go. by lamp77 · · Score: 2, Insightful

      Exactly who modded this up?

      "the majority of large businesses are now using Linux as both a desktop and server OS "
      where are you working? I almost think this might be satire.

    2. Re:GnuPG is the way to go. by core_blimey · · Score: 1

      Well... apart from the humour in this post, the point that email leaks would be prevented is actually rather a good idea.

      Of course just leaking the email using F**kedCompany's public key would mean it's harder to work out what you leaked, it's not going to stop leaks. It would stop the accidental "I sent this email out to the wrong person" type thing having as much of a consequence. Unless you auto-selected the public keys for recipients. In fact I can't see it ever really helping on a leaked email UNLESS someone is paying attention to what they are doing. And that would be a very small number of leaks I would guess.

      Anyway... was worth a chuckle.

      --
      In democracy your vote counts. In feudalism your count votes.
  18. Excellent by z-man · · Score: 3, Insightful

    I use gpg all the time, and I know a lot of other people that use it, it is a great program.

    However, a problem is that people just aren't good enough at getting their public-keys out. I hope this article enlightens them on the lovely export option. Which I believe to be one of the most important parts. I receive email from a lot of lists everyday, LUGS, development lists and so on. A lot of this email is signed, but a lot of these people obviously don't get the points of signing completely since they haven't got their public key available in anyway (of course some may not believe in the keyservers and so on, and want to be contacted in other ways for key-exchange, but not all are that pre-cautious, some just don't understand), and thus I cannot verify their signature.

  19. Advocating privacy by tve · · Score: 3, Insightful

    I don't believe most people with 'nothing to hide' will be convinced by this argument for privacy. So, can anyone come up with a concise line of reasoning that will work?

    --

    If there is hope, it lies in the trolls.
    1. Re:Advocating privacy by NortWind · · Score: 1
      So, can anyone come up with a concise line of reasoning that will work?

      How about a technical solution? If a few kind souls would set up packet snifferes that would intercept random emails, and return copies to the sender with the preface "I saw you were sending this message. I am forwarding this to a few other people I know who might be interested." Crypto use would go up immediately.

    2. Re:Advocating privacy by PeterClark · · Score: 2

      Sure; ask them why they put letters in envelopes instead of sending postcards. Of course, they will probably say, "Because you can't send multiple pages of a letter as a postcard!" But this question is just to get them to start thinking. Then you ask, "Would you approve of a law that mandated that all letters be sent in some easy-to-examine fashion?" (Say in the interest of national security or something like that.) If they are smart, they will realize that they send a lot of stuff by post that they would not want others, no matter how good their intentions may be, to see. I.E., credit card numbers, bank statements, etc. Then apply that to email. If they are still dense, sniff their internet connection (with their permission, of course) for several days, then send them a copy of every email and non-encrypted transaction they made on line. Then ask, "How could the information I gathered about you be used to invade your privacy, steal your identity, etc.?"
      :Peter

    3. Re:Advocating privacy by LordNimon · · Score: 1

      So would the prison population. What your suggesting is illegal.

      --
      And the men who hold high places must be the ones who start
      To mold a new reality... closer to the heart
    4. Re:Advocating privacy by Anonymous Coward · · Score: 0

      Hardly. If some idiot sends his 2nd mistress a few nasty pics of him and his 1st mistress across the net unencrypted and one of my servers happens to be between said idiot and said mistress, there are no legalities preventing me from keeping a copy of those bits and showing them to his wife.

      Now the promotion I'm extorting from said boss^H^H^H^Hidiot to not do so, that's illegal:)

    5. Re:Advocating privacy by amitola · · Score: 1

      Have you ever lowered your voice when talking on a public phone, since you didn't want to be overheard?

      Have you ever left a party, or a restaurant, or a meeting, in order to continue a conversation you didn't want to have in front of everyone present?

      Have you ever closed the blinds when you checked into a hotel room?

      Have you ever closed the blinds on the windows of your own house?

      Have you ever parked your car down the street, rather than right in front of an establishment of questionable repute?

      Have you ever moved your prescription medications out of the bathroom before company came over?

      Finally (the classic), have you ever sent a piece of mail in a sealed envelope?

      Did you answer yes to any of the above? What are you trying to hide?

    6. Re:Advocating privacy by tve · · Score: 2

      Then you ask, "Would you approve of a law that mandated that all letters be sent in some easy-to-examine fashion?" (Say in the interest of national security or something like that.)

      Interesting, but of course this is a different argument (the argument against banning strong crypto).

      If they are smart, they will realize that they send a lot of stuff by post that they would not want others, no matter how good their intentions may be, to see. I.E., credit card numbers, bank statements, etc. Then apply that to email.

      But they don't send that stuff by e-mail (yet?). The only really sensitive info most people I know send from their computer would be bankingtransactions. But those are either sent over a dedicated dial-up to the bank or using SSL in people's browsers, at least over here (the Netherlands) they are. So those shouldn't be easy to intercept.

      I liked your comparison to using envelopes in standard mail (had been thinking along those lines myself), but I don't think we've got the killer salespitch just yet.

      --

      If there is hope, it lies in the trolls.
    7. Re:Advocating privacy by tve · · Score: 2

      ... and then it occurs to them they don't need to do any of those anymore either. :-)

      --

      If there is hope, it lies in the trolls.
    8. Re:Advocating privacy by Anonymous Coward · · Score: 0

      first you write a song - a country song about how your girlfriend stole your pickup, ran over your dog, and drank all your beer, or a Ramones style song with 3 chords about being crazy; whatever works best for you.

      then give it to a few friends. Those who are authorized to have copies.

      next you hack a mail server because you "think" that someone "took your music" without permission.

      next you look through random e-mail to see if they have stolen your song.

      as a courtesy you inform them that you looked through their mail (for whatever reason) and inform them that if they had encrypted their mail, you wouldn't have been able to do so.

    9. Re:Advocating privacy by blibbleblobble · · Score: 2

      "I don't believe most people with 'nothing to hide' will be convinced by this argument for privacy. So, can anyone come up with a concise line of reasoning that will work?"

      Howabout intercepting their love-letters / job applications at network level, and post copies on the company noticeboard? After all, they've got 'nothing to hide', right?

  20. Integrating GPG with mail - mozilla+enigmail by bourne · · Score: 4, Informative

    One of the problems I always had using pgp/gpg was client support. Getting it to work with outlook/outlook express, then finding something under Linux that would support it, having to scrap together a bunch of tools, all of which were half-written...

    I've found a solution. Mozilla and Enigmail. Yes, Mozilla/Netscape mail used to be putrid. It's better with Mozilla 1.0+, honestly. It has progressed to a competitive state, and I switched over totally about a month ago.

    Enigmail is a plugin for Mozilla that handles signing, encrypting, decrypting and verifying mail for you.

    GnuPG, Mozilla and Enigmail all work on Windows as well as Linux, so I have the same tools no matter what I'm running.

    You still need a key manager, but getting what mozilla+enigmail provides is a great step forward.

    1. Re:Integrating GPG with mail - mozilla+enigmail by z-man · · Score: 1

      Both kmail and evolution use gpg, mutt as well invokes gpg when it is needed, so when it comes to integration of gpg in mail clients (for Linux), it has been there for a while and is supported in many good and stable clients, the fact is mozilla/enigmail was late in supporting it. How things are in Windows, I have no idea.

    2. Re:Integrating GPG with mail - mozilla+enigmail by perlyking · · Score: 2

      Dont forget Herbivore, transparent server side handling of encrypting email. Google for it, too wasted to find link :-)

      --
      no sig.
    3. Re:Integrating GPG with mail - mozilla+enigmail by bourne · · Score: 2

      Both kmail and evolution use gpg, mutt as well invokes gpg when it is needed,

      Oh, of course. And there are Pine plugins, and you can get emacs rmail to work with it. And as everyone knows, you can use the pipe command in ed to incorporate PGP functionality.

      How things are in Windows, I have no idea.

      Well, Pine is supported. The rest, not so much.

      I tried Evolution for a while; generally a good app with some serious flaws (at the time I tried it). For example, there's this thing called STARTTLS that makes SMTP halfway secure - evolution didn't support it, it only supported the abandoned smtps protocol. I don't know if kmail or mutt support it, or if either of them supports IMAPS (Pine does, incidentally). Let's assume anyone thinking about GPG probably cares a little about protecting access to their mail store as well.

      Even with that, I hung with evolution for a while, but since I spend 75% of my time in Windows and 25% in Linux, I got sick of switching back and forth between evolution and OE. So for anyone not able to live 100% in the Linux world, mozilla+enigmail is news rather than just being a latecomer.

    4. Re:Integrating GPG with mail - mozilla+enigmail by dasunt · · Score: 2

      WinPT under windows will setup and manage gpg keys. Its a GPL'ed program that sits in the system tray and allows quick access to GPG functions. (Kind of like what later versions of PGP does.) WinPT's installation file includes a copy of GPG. WinPT + Mozilla 1.2a + Enigmail works well under windows.

      Disclaimer: There is a bug (I've notified the author) where if you install winPT under c:/program files/winPT instead of the default c:/winPT, you need to set the path in options to c:/progra~1/winpt. The long file name with spaces support is a tad broken. :)

    5. Re:Integrating GPG with mail - mozilla+enigmail by lars_stefan_axelsson · · Score: 2
      I tried Evolution for a while; generally a good app with some serious flaws (at the time I tried it). For example, there's this thing called STARTTLS ... or if either of them supports IMAPS

      Regarding Evolution: StartTLS for POP/SMTP/LDAP is in Evolution 1.1.1 (beta).

      IMAPS is in 1.0.3 (stable), don't know when it was added. Works like a charm for me.

      You may want to check it out again.

      --
      Stefan Axelsson
    6. Re:Integrating GPG with mail - mozilla+enigmail by bourne · · Score: 2

      IMAPS is in 1.0.3 (stable), don't know when it was added. Works like a charm for me.

      It was in the versions I tried (starting at, I think, 1.0...) I wouldn't have tried it without it - it's a minimum requirement for me.

      You may want to check it out again.

      Yes, I didn't intend to knock evolution - I think it's a great client, and will keep getting better. But for multiplatform use right, now, mozilla is the answer for me.

  21. Re:Excellent qjkx by Anonymous Coward · · Score: 0

    How does it feel to be ignored???

  22. Design problems and license issues hold it back. by Anonymous Coward · · Score: 0

    Werner Koch is a great guy and everything but he is very confused about security and good design. What we need is a library form of ths program so we can link it into everything and anything: mail readers, web browsers, databases, Java Native Interface, VoIP, just about anything. Unfortunately the confused Mr. Koch thinks that making gpg available as a library would compromise its security. This is a large part of the reason why pgp encryption isn't available everywhere. The other part of the problem is that it's under GPL, which means that even if it were a license, it couldn't be included in commercial software. pgp didn't take off because of licensing issues and design problems, and gpg isn't taking off because of license issues and design issues. Mr. Koch is a good programmer but he doesn't understand security or design. This is very unfortunate.

  23. Pseudo-random Key-gen Security by JojoLinkyBob · · Score: 2, Interesting

    After reading Crypto, and now this Slashdot post, PGP has really heightened my interest.

    I'm particularly curious about how secure the GnuPG key-gen process is. How "pseudo-random" is it? What's the likelihood that I could generate a private key matching someone else's?
    Should I be concerned?

    --
    -jc
    1. Re:Pseudo-random Key-gen Security by Anonymous Coward · · Score: 0
      I'm particularly curious about how secure the GnuPG key-gen process is. How "pseudo-random" is it?

      depends on what you're running GPG on. on linux, it uses /dev/random (i'm pretty sure; maybe it's urandom, but i doubt it), but if that's not available, it looks for the userspace entropy gathering daemon egd (serves much the same purpose as /dev/[u]random for unices that don't have the kernel functionality for that), and if that too fails, it asks you to type random noise on your keyboard a lot as an entropy source.

      on other OSes (i know there's a win32 gpg, for example), i'm not sure what it uses. presumably digging through the GnuPG website would eventually give you an answer, but it's a biggish site and that sort of details might well be buried deep.

  24. Needs a LGPL lib by DrXym · · Score: 4, Interesting

    GPG only runs from the command line meaning apps that wish to call it have to construct a command-line, invoke gpg and parse the results in a pipe. It desperately needs a LGPL lib to relieve this burden. The only lib so far is gpgme which is GPL making it pretty useless for this task.

  25. Banks are teh sux. by wackybrit · · Score: 1

    I pointed out gpg to my bank [umbrellabank.com] for account-related communications (but they don't seem to get it yet...they're a bank). Everybody else ask your bank about it too. It's evangelism. The squeaky wheel gets the grease.

    That might be possible in the US since you have regional banks and actually get to talk to people there.

    In the UK, all of our banks are national, and very very faceless. Not many people have 'bank managers' anymore, and even people with big money have 'account handlers' instead. You can talk to stupid 'business advisors' at the bank, but only at certain branches. Good luck trying to give a bank advice in this country!

    And most importantly, I encrypt love letters to my girlfriend. Don't want anyone reading that stuff. ;)

    I wouldn't want a girlfriend who's geeky enough to decrypt encrypted e-mails though!

    1. Re:Banks are teh sux. by mcelrath · · Score: 1
      I wouldn't want a girlfriend who's geeky enough to decrypt encrypted e-mails though!
      Hey now, my girlfriend is HOT (ask anyone!) and loves PENGUINS and yeah, she can figure out GPG. She's the one in CS after all.

      Yeah, I'm lucky.

      --
      1^2=1; (-1)^2=1; 1^2=(-1)^2; 1=-1; 1=0.
    2. Re:Banks are teh sux. by wackybrit · · Score: 2

      Chance of Slashdotter having a girlfriend: 1 in 10.
      Chance of that girlfriend being HOT: 1 in 214
      Chance of a HOT girlfriend studying Computer Science: 1 in 4,735,286

      Oh no, all your combined probabilities have lead to the world's lowest probability and have caused the inprobability drive from 2217 to go into a spasm and cause a quantum paradox! WE'RE ALL GOING TO DIE AND IT'S ALL YOUR FAULT!

    3. Re:Banks are teh sux. by F1re · · Score: 2


      My girlfriend is HOT and so are the GPG messages she sends me when she knows that nobody else can read them...

      --
      ...there is no sig...
    4. Re:Banks are teh sux. by wackybrit · · Score: 2

      Question..

      If you have girlfriends, why the hell are you on this site? This site is for sad assholes like me who have nothing better to do than troll to get some attention in our pathetic little lives (I'm not joking, and I'm not going to post this on Anonymous Coward for once).

  26. Chickens and eggs by Vainglorious+Coward · · Score: 1

    I have never understood why people use this phrase. The answer to "which came first?" is quite clear : the egg, by many millenia. The first chicken was a mutated version of its non-chicken parents, but it hatched from an egg.

    In this case, "chicken & egg" actually is a useful metaphor, but not in the way the original poster means. We already have the egg (ability to use strong encryption); tech evangelism of the kind you describe will bring us chickens.

    --
    My next sig will be ready soon, but subscribers can beat the rush
    1. Re:Chickens and eggs by Cybrr · · Score: 1

      Unless they mean chicken eggs, in which case it depends on how you define what kind of egg it is.

      --
      Why did GEAR crush RDP?
  27. Fixing the weakest link by joenobody · · Score: 2

    There's an excellent system called rubberhose that solves the problem of 'rubber hose' cryptography (ie. beating the key out of someone.)

    You give it a certain amount of space to play with and then can encrypt "aspects", sets of files, to it. Each aspect is protected with a passphrase and there isn't any way to show how many or few there are. If tortured, the user has no way to prove they've given up all the keys - making it possible for them to hold out.

    It's also possible to use it to give people some information and limit disclosure - the documentation has an excellent example using safehouses.

    --

  28. Sure by _KhlER3L · · Score: 1
    Signing a document could limit legal-liability / job-problems in the case that a modified form of a document is released with your name on it. By having signed the original document, you can prove that the problematic document is a modification and not the original.

    Sometimes the utility of GPG has little to do with the capabilities of the recipient.

    khl

  29. The GnuPG FAQ covers why GnuPG is not a lib. by jbn-o · · Score: 1
    It [GnuPG] desperately needs a LGPL lib to relieve this burden [of running a CLI program and parsing output].

    Have you read the FAQ on this point? Apparently many people have been able to get valuable work done with GnuPG as a CLI app, so saying it "desperately" needs to be an LGPL-covered library doesn't follow.

    The only lib so far is gpgme which is GPL making it pretty useless for this task.

    This makes it seem like your objection has to do with the license chosen, not whether the program is an executable or a library. And yet I see no argument supporting your desire to switch the license to the Lesser GNU GPL.

    1. Re:The GnuPG FAQ covers why GnuPG is not a lib. by DrXym · · Score: 2
      Have you read the FAQ on this point [gnupg.org]? Apparently many people have been able to get valuable work done with GnuPG as a CLI app, so saying it "desperately" needs to be an LGPL-covered library doesn't follow.


      Yes it does follow (which I'll explain below), but their brief reasons are not doing a lib are pretty weak. Requiring each client to write a shim that constructs a command line argument, executes the gpg command and parses the data through a pipe is not going to makes things any safer. Writing such a shim and safe is hard. There are just so many extra potential extra points of attack that any benefit of running gpg in a seperate process are totally lost. Not only that, but stuff runs much slower which might not matter.



      This makes it seem like your objection has to do with the license chosen, not whether the program is an executable or a library. And yet I see no argument supporting your desire to switch the license to the Lesser GNU GPL.


      I could live with a shim if it was one hardened by countless clients hammering on it and developers. Unfortunately gpgme won't get that because it is GPL. What the hell is the point of a GPL library? It might be great for GNU zealots but even other open source projects such as Apache can't link to it.


      Widespread adoption needs an LGPL library. It is that simple. I like GPG and I want to see it used pervasively but that's not going to happen while it's threatening to infect everything it touches.

    2. Re:The GnuPG FAQ covers why GnuPG is not a lib. by jbn-o · · Score: 1
      Widespread adoption needs an LGPL library.

      Perhaps the GnuPG developers are not after mere popularity. Perhaps they are after preserving software freedom and therefore they use the license that defends that interest best: the GNU GPL. In any event, since it is clear you don't like the licensing, you shoudl consider writing your own program and using the power of copyright to license it as you wish. Right now it seems you are more interested in namecalling and raising hackneyed incorrect statements about the GNU GPL's copyleft ("[GPG is] threatening to infect everything it touches"). Being an executable, as it is, GnuPG doesn't affect the licensing of other programs the way your LGPL'd library would.

  30. Right on by Anonymous Coward · · Score: 0

    I've been saying this for years. Werner Koch is a good coder but he's not very smart about design and security. He believes that making gpg a lib would compromise its security, which is hard to even imagine that someone could think that but there you are. At some point if I have time I will write one.

    1. Re:Right on by DrXym · · Score: 2
      I think the reasoning goes (putting aside licence issues) that if gpg lives in the same process space as the app then if the app can be exploited then so can gpg or vice versa.


      Fair enough but consider the alternative which is to invoke the command line gpg and read the results from a pipe. If the app is exploited then it can run gpg any way it please and furthermore all those command-line args, pipes and parsing provides lots of extra points of attacks for the hacker to exploit the app in the first place. So there is no significant reason to do it this way, it just makes stuff run slower and adds a big layer of complexity.

    2. Re:Right on by evbergen · · Score: 2

      Tell me, how is it easier for a library routine to check its arguments than it is for a program to check its command line?

      There is *less* of a security boundary between an application and a library than between two applications, not more. Programs can only talk to programs using argv[], envp[] and pipes -- well-defined interfaces enforced by the OS, while talking to libraries can be done using any random ad-hoc set of function calls and global variables. Also, a library can never shield its own data structures; it shares its heap with the application.

      There's only a parsing issue if the actual email application can't handle gpg's textual output and barfs; gpg itself already has to consider its input untrusted anyway. But gpg's private data won't be exposed in either case.

      Perhaps gpg could use a more computer-readable output format, but that's all. I think data-based interfaces as opposed to library calls are *good*. The less language binding the better. Less chance of pointer errors or code slowly turning into callback spaghetti that way.

      Oh, and you saying that fork(), dup() and exec() are fundamentally hard tells me that I wouldn't trust you with a gpg.so.1 either. Sorry.

      --
      All generalizations are false, including this one. (Mark Twain)
  31. A gentle introduction for Windows users by Compact+Dick · · Score: 2, Informative

    A key aspect of GPG's success is to increase its adoption by users of Windows. For those of you wishing to give GPG a whirl, I suggest you get WinPT, an easy-to-use, open-source frontend.

    Here are four easy steps to get you up to speed:


    If you use Outlook Express, you would definitely want to get GPGOE, a GPG plugin that seamlessly integrates with Outlook. You need to install and configure GPG for this - the easiest way is to install WinPT as described above [WinPT also makes key management very easy, so there's a bonus]. Then you can download and install GPGOE, and enjoy all the goodness of integrated GPG functionality within OE.

    Play around with the different options available; make a key for fun; experiment and learn. Spread the word. But most of all, have fun and be excellent to each other ;-)

    Good luck.
  32. The FAQ is wrong by Anonymous Coward · · Score: 0

    The FAQ is just plain wrong on this. Keeping the code in a separate binary does not do the tiniest bit of good for security. In fact it makes security worse because then programs have to figure out how to parse the output and input of gpg in some secure way. History has shown that this is not an easy task. Someday I'll hire someone to write a pgp library under lgpl and we'll solve this problem.

  33. front end by Anonymous Coward · · Score: 0

    although I will probably be using it through enigmail, can anyone recommend a win32 front end ?

    1. Re:front end by Anonymous Coward · · Score: 0
  34. MOD PARENT UP by Anonymous Coward · · Score: 0

    mwahwhwahwaha!!! That is great.

  35. Outlook/OE by Anonymous Coward · · Score: 0

    If you use Outlook or Outlook Express, get the Gdata plug-in.

    It is a very easy install. Easier than Enigmail (which is good, too). In fact, it will install GPG for you if you don't already have it.

  36. Thanks for the links and info. by Anonymous Coward · · Score: 0

    ... ...

  37. A wireless privacy guard - mobileCloak by Anonymous Coward · · Score: 0


    A simple method of making your wireless stuff invisible to any other
    wireless stuff or signal that would want to communicate with it.

    www.mobilecloak.com


    It blocks RF signals, 10MHz to 20 GHz from leaving or entering the bag.
    It's cool for EZ Pass, cell phones, and RFID tags.