Slashdot Mirror


Is Crypto Solely for Criminals?

deran9ed writes: "Interesting outlook from an article on IDG detailing the use of encryption, and the negative campaigns against it. "When the Feds -- be they CIA, FBI, NSA, or Treasury Department -- discuss crypto, they make it sound as if anyone using it must be a child pornographer, drug smuggler, or terrorist." I wonder if the government feels the same about corporations encrypting their business plans in order to avoid having them stolen. Here's the article." The author has a point. SSL and SSH (or whatever it's called now) are widely used. But how many people routinely encrypt their email?

179 comments

  1. Crypto for Bad boys only... My opinon by Khelbenvasq · · Score: 1
    Having been watching the trend in all things related to Privacy on computers I have noticed many things suddenly getting outlawed... Before anyone goes thinking another pariniod is posting. I want to point out the fact it is becomeing more common about good techs fired because of thier bosses reading something that is in thier email. Most of the time being unpopular opinion against said boss or company. This level of invasion of privacy we have come to expect. In my honest opion this is a sad state of affairs. Now it has gotten worse the only protection to keep yourself protected (Correct me if I am wrong but was not anonymy recently stepped on) is crypto. So now the control of information is in the big business and big brothers hands. This means they have to stomp crypto which was the only thing that was protected last time around. The best way to stomp on it is to make it Illeagle for the common Joe to have and or use. After all if your suspected of computer crime even if your innocent there are no protections from having the poilice or (insert your favorite three letter group here) confiscate you computer and all electonical media you have. Rumor has it in England you have to surrender you crypto keys in such an event. And this is also happening somewhat in the US. It seems to me when it comes to computers your constusional rights no longer apply. From not having your unpopular speach protected to having crypto means you must be a crook thus no protection from self incrimnation. Sheesh makes me wonder why I even bothered to spend 6 years to protect the land of the free when freedom no longer truly exists...

    Khelben H. Vasq

    I know I know "Bad LICH back to your Floor Boards"

  2. Re:I don't get it by Shadow99_1 · · Score: 1

    It actually does't seem to matter anymore what you do... I was invloved in an accident in which the primary instegator drove off, but I ended up being pushed into a full sized pickup truck (parked) which then totaled my car. Because the person that hit me drove off & their were no witnesses & the police needed someone to blame they decided I'd make a nice target & hence decided I would be guilty of negligence while driving until I prove I am innocent... I frankly don't believe anyone in law enforcement believes that 'innocent until proven guilty' thing anymore...

    Internet or no internet you are just one step away from being proclaimed guilty in the states...

    --
    we are all invisible unless we choose otherwise
  3. Re:If crypto is outlawed... by SumDeusExMachina · · Score: 1
    very private emails to girlfriend [...] if the competition gets a hold of them, im screwed.

    Wow, you must have a stressful life. What do you have to do, beat the suitors off with a stick?

    --

    Is your company running tools written by ma
  4. Re:Meet me at the movies at 8:00 by Technician · · Score: 2

    Hmm... That needs to be encrypted. I'm married. ;-)

    --
    The truth shall set you free!
  5. Re:Crypto convenience by shokk · · Score: 1

    I think the likelihood of all of the above happening is laughably low as you describe a cracker doing all that. A crew of feds on a sting with a search warrant, however...

    --
    "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
  6. Re:Routine encryption of email by IntlHarvester · · Score: 2

    Notes does ask for your password (which in this case is also your passphrase) on start-up. This is used to decrypt your RSA private key (stored in your ID file). This is necessary because Notes uses strong encryption to authenticate you to the server and the server to you.

    However, you can configure Notes to use a custom NT Gina to cache your NT password and use it to authenticate to Notes. This probably isn't as secure - particularlly because NT4 doesn't use a very strong hash to store passwords - but users hate having different passwords, so there you go.

    If you encrypt or sign a message, it's automatically decrypted by other clients and verified. The sysadmin does not have direct access to the message, but likely has an archived copy of your ID with a known password, so he/she can impersonate you and get the message.

    The sysadmin can also force all mail to be encrypted, or even force all RPC calls to the server to be encrypted (you can also force this for your client).

    Notes encryption works very similarily to SMIME or PGP, uses strong RSA, and is generally considered to be good stuff. The problem is that all the mechanisms are proprietary, so it doesn't integrate well with other systems (such as Internet mail). This is mainly due to the fact that their infrastructure was put in the 1980s, so it predates things like SMIME by than 10 years or more.

    Note that the huge deployed base of Notes in large corporations would make any government key recovery or storage plan a little problematic...

    --

    --
    Business. Numbers. Money. People. Computer World.
  7. sorry :( by Arker · · Score: 1

    Ack! Looks like you are right, the Mac version is way behind and no longer linked. This post explains it, sort of. Looks like Dave ran into some problems doing the port quite awhile back, since he relies on Novell libraries, and Novell quit supporting Macs. From the date of the post one might deduce that the problems proved insurmountable, or at least more trouble than he thought it was worth.

    Not being a Mac user I remained blissfully ignorant of this till now. Sorry :(


    "That old saw about the early bird just goes to show that the worm should have stayed in bed."
    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
  8. Re:Too bad some idiot thought your stuff was funny by IntlHarvester · · Score: 1

    Right, however the IT department should be providing an encryption solution to users that they have proper backdoor access to.

    If you are trying to hide something from management, the smart thing is to use your home computer with your home e-mail account and your home encryption key. Either that, or use Hushmail, but some outfits might bust you for that too.
    --

    --
    Business. Numbers. Money. People. Computer World.
  9. Re:As an experiment... by Digital+Mage · · Score: 1

    Lower storage costs and less network traffic are dependent upon how you encrypt. If you do a plain old encrypt a file and send it as an attachment, the file will be a little smaller (just zipping the file can get it smaller than that). But, if you do ascii ciphertext it will take 761 characters (not including PGP declarations) with a 2048/1024 DH-DSS bit key just to say 'hello'.

    Depending on how they were encrypting, the mail admins may have been justified in reducing the load on their servers.
  10. Wrong. by rjh · · Score: 2

    There's one-click access to PGP, too, through the Outlook Express/Outlook/Eudora plug-ins. This is insufficient, just as it's insufficient to go the CA route.

    What do you have to do to get "one click" encryption through the CA route? You have to send $50 off to some place. You have to send photocopies of your driver's license and passport. You have to go through an out-of-band verification process. You get your certificate. You have to set up your email client to use your certificate (and most of them have the most annoyingly vague documentation on how to do it).

    Then you can click on "Encrypt"... but a passphrase dialog still pops up.

    Going the Verisign/CA route is no easier than going the PGP route. In fact, it's probably considerably more difficult. I've been using PGP for years, but I've never bothered with getting a Verisign certificate. It's simply too much inconvenience and too much hassle.

    1. Re:Wrong. by RedWizzard · · Score: 2
      That passphrase dialog keeps anyone else from using your system to read/send encrypted mail.
      It's their for a reason, your security!
      What would be more acceptable would be a key on some sort of portable storage device, something like IBM's USB Memory Key. It's not as secure as a passphrase but it'd be good enough for most people. And it's a model everyone's used to with credit cards and door keys.
    2. Re:Wrong. by Ig0r · · Score: 2

      But with PGP/GPG, you have to shoot for the lowest common denominator. You can't really assume that the user is going to have a memory key, with their passphrase on it, and a system with a USB port.

      You could write a frontend to GPG that would use something like an external hardware key that contained a passphrase, but isn't that just overkill?

      --

      --
      Soma: because a gramme is better than a damn.
    3. Re:Wrong. by rjh · · Score: 2
      It's their for a reason, your security!

      Yes, Einstein. I'm very glad you understand that passphrases are there to protect secrets. That's also not the point.

      The point is, 95% of all users can't be bothered to
      • Choose a good entropic passphrase
      • Remember a good entropic passphrase
      • Enter the passphrase each time they want to do crypto operations
      ... What you wind up with are users saying "well, I'll just have PGP cache my password indefinitely" at best, or "Man! They expect me to remember another password? Forget this software. I have too many passwords to remember already, much less a passphrase."

      When it comes to computer security, crypto is only about five percent of the solution. The other ninety-five percent of the problem domain is filled with human problems, like
      • How do we get people to use crypto?
      • How can we make crypto transparent for normal users?
      • How can we surmount the problem of user apathy?
      • How do we protect against social engineering attacks?
      • How do we protect against human stupidity?
      • How do we implement this neat security solution without stepping on Yoyodyne Inc.'s overly-broad patent?
      • How do we protect against legal attacks, not just computer and cryptanalytic ones?
      ... As you can imagine, the problem domain is a mess. While I commend your exuberance, please remember that for ninety-five percent of the world, remembering a crypto passphrase is one more headache they don't want to deal with--so they simply won't use crypto, and thus avoid that headache.
    4. Re:Wrong. by Ig0r · · Score: 1

      That passphrase dialog keeps anyone else from using your system to read/send encrypted mail.
      It's their for a reason, your security!

      --

      --
      Soma: because a gramme is better than a damn.
    5. Re:Wrong. by RedWizzard · · Score: 2

      Of course. I think it'd be a nice option that would be more palatable to many people than another password (I can't even remember how many passwords I have). Options are the thing - either get the user to enter a passphrase or read it off some media. The USB memory key thing is just more convienient than a floppy.

    6. Re:Wrong. by pen · · Score: 1
      Tell that to a user.

      --

  11. Its not users by gad_zuki! · · Score: 1

    I don't see it as being a "dumb users" problem, as is the typical slashdot fare for answering any question that starts with 'why.' Look at how easy hushmail is, if you can work hotmail you can work hushmail.

    The problem to me seems more like this takes place in an industry that hasn't embraced hardware encryption for LANs let alone encryption for casual email. Once we show "dumb users" that the internet can be made a lot safer vendors will be making crypto products with hushmail like usability regradless of the government's anti-crypto chilling effect.

  12. Re:I routinely encrypt my e-mail by Ig0r · · Score: 1

    Most symmetric algorithms have fixed keylength, you can't just add bits.

    --

    --
    Soma: because a gramme is better than a damn.
  13. PGP and mailing lists by rjh · · Score: 4

    Encrypting material on mailing lists has a significant "what's the point?" factor. Most mailing lists are so easy to get on that encrypting traffic on the email list serves no useful purpose.

    Any mailing list which is open to the public gets no benefit from encryption. Any mailing list which is closed only gets minimal benefit; the security of a message drops to the square of the recipients. If your intent is merely to protect mailing list data from casual eavesdropping along the way, though, here's a scheme.

    1. Joining the list is done through the typical process, but a public key is given to the server as part of the process. (Out-of-band verification, etc., is assumed and won't be covered here.)

    2. Whenever someone posts to the list, they sign the message and encrypt it with the server's public key.

    3. When the server gets a message, it decrypts the message. It now has plaintext + signature. After verifying the signature, it sends the message out to each listmember, encrypting it for their specific key.

    4. When a client gets a message, it decrypts-and-verifies that it came from the listserver. It then verifies that it came from the original sender.

    ... Note that this scheme is horribly naieve and is extremely vulnerable to attack. It also doesn't solve the key management issue; but instead of every listmember needing every listmember's key and all the assorted key management that entails, the burden is shifted entirely to the server.

    It's a simpler scheme than every participant encrypting for every other participant's key, and simpler schemes tend to be more robust and secure. That doesn't mean that this scheme is robust and secure.

    As I said, encrypting mailing lists has a large what's-the-point factor. There are so many ways to attack a mailing list that I doubt one could be secured.

  14. Re:Crypto convenience by sho-gun · · Score: 1

    The latest pgp freeware for Windows has a pgp plugin for icq. I havent used it, but I'd love it
    if all my icq contacts would use it. Too bad
    the learning curve for pgp is still steep for
    newbies after all these years.

  15. Re:keeping it private by Pig+Hogger · · Score: 3
    Not only that, but the government could then use that key to impersonate you, forging any document they want and digitally signing it.
    Now, can someone explain to me why anglo-saxons are so fucking paranoid about their democratically-elected governments to the point that they are afraid that those same governments would go to the length of impersonating them????

    Why the fuck would a government impersonate it's citizens????

    Why the fuck a government attempt to screw it's citizens (unless, of course, it's been totally subverted) ???? And why citizens instead of ranting about that would actually do something about it, like vote them out of office????

    Why those incredible assaults come from countries where individual rights are paramount???? France doesn't have as high a reputation for individual rights as anglo-saxon countries, yet there are no widespread perception of wholesale government spying on and impersonating their citizens!!!!

    Must be some collective neurosis...

    --

  16. Re:Automatic by Betcour · · Score: 1

    This is possible with Outlook Express (and Netscape or Outlook too I think), using the standard SMIME. The problem is that to use it, you need a certificate, and to get a certificate you have to pay (Verisign or Thawte : doesn't matter, they are the same company holding now a monopoly). What is really sad is that, even if you are ONLY interested in encryption and don't care about authentification, you still need a certificate from a CA.

    I once tried to make some home-made certificate with OpenSSL, but it's really complicated and not very compatible with Outlook Express... until someone makes a "point and click" certificate generator for Win32, SMIME will never take off.

  17. Routine encryption of email by StarOwl · · Score: 2
    Michael asked: But how many people routinely encrypt their email?

    As much as I hate Lotus Notes, I do have to give it credit in one regard: Notes can be configured to encrypt mail by default. Within the large corporation I work for, every piece of intracompany email is encrypted.

    1. Re:Routine encryption of email by Skater · · Score: 1

      We use Notes, too. Although I've seen the sign/encryption options in the setup (and I have signed checked), I'm hesitant to trust it. Here's why: I'm familiar with PGP and GPG, where you have to enter your passphrase, but Notes doesn't require that. (It's more of a personal expectation that causes me to hesitate rather than an actual problem.)

      If I select encryption, will it automatically encrypt and decrypt the message? (I.e., the receipient will not have to do anything?) It's not encrypted from the sys admins using that scheme, right?

      --RJ

  18. Feds want to hog the crypto to themselves by wideangle · · Score: 2

    "When the Feds -- be they CIA, FBI, NSA, or Treasury Department -- discuss crypto, they make it sound as if anyone using it must be a child pornographer, drug smuggler, or terrorist."

    Edsfay areway ealousjay ofway ourway yptocray. Eythay antway otay oghay itway allway otay emselvesthay.

    1. Re:Feds want to hog the crypto to themselves by Jerf · · Score: 3
      Dear wideangle:

      While I'm sure that your message is extremely interesting, informative, and thought provoking, I find that I am unable to legally decrypt it under the terms of the DMCA.

      Would you please consider posting a message "in the clear" so we can all read the unprotected version, or is your message only for those who have licensed your decryption product so as to read your protected, copyrighted text? If the latter, where can we obtain such a license?

      Sincerely, Jerf

  19. Re:Automatic by Tabbycat · · Score: 2

    I run exim at work as our SMTP server. It supports TLS for using ssl when sending and receiving (if it converses with a mail client or other server that supports it).

    I've educated the users about ticking the ssl option on their email clients, so emails are automatically encrypted at least to our mail server, and sometimes on the next hop too (I have spotted in the logs a few other servers talking via ssl to us).

    This doesn't give you the same benefits of encrypting the message before you send. The mail is unencrypted when in the mail spool, there's no guarantee the hops'll all be encrypted, but it's a start at least - and if more servers do bring TLS facilities online, then you'll get encryption happening automatically without the users having to worry about it.

  20. Re:As an experiment... by Trepalium · · Score: 1

    Actually, it depends. Some mail servers (MS Exchange, for example) have a 'single instance' store of messages, so that each unique message only exists once in the database. Adding encryption means it must be encrypted for each recipient, which means that single instance just isn't possible. Granted, this is a rather poor excuse for trying to get a small group of people to stop using PGP.

    --
    I used up all my sick days, so I'm calling in dead.
  21. Canada vs. US by Gandalf360 · · Score: 3

    In this case it's interesting to note the difference between Canada and the US's stance on encryption. This is from the Goverment of ontario, and tells you that you SHOULD encrypt your email.

    --
    -- Don't make me replace you with a small shell script.
    1. Re:Canada vs. US by Dwonis · · Score: 1

      Wrong. We're a big country that ALLOWS OURSELVES to be bossed around.

      Where does the US get its pilots? its water? its technicians? its star hockey players? Canada. We don't have to bow to the U.S., but Ontario (south of the 49th) likes to.
      --------
      Genius dies of the same blow that destroys liberty.

  22. Passive Privacy System by ajs · · Score: 2

    This seems like a horribly contrived lead-in, but I can't resist. I've been planning the announcement of the Passive Privacy System proposed specification for a week or so, but we seem to have a window.

    PPS is a propposed way of getting everyone to exchange public keys and passivlely encrypt email without a) burdoning the average user with the details of cryptography or b) providing enough impact on the average non-PPS user to matter.

    It requires a great deal of work, both on the spec side and the coding side to come up with plugins for MUAs. But, in the end I think that the world will benefit from the resulting increase in passive key exchange and encryption.

    Please, feel free to send mail about PPS to me.

    Thanks.

  23. Re:Problems with Encrypting Email by sho-gun · · Score: 1

    Thawte still assigns free personal certs. Thier 'web of trust' set up where you have to
    visit 3 notary publics is a bit of a stretch though. I can't imagine any normal email user
    going out of thier way to do this.

  24. Re:Problems with Encrypting Email by Nagash · · Score: 3

    Good points. I agree with most, that is to say, you took the words right out of my mouth.

    I would also add that if I want to encrypt email, all my friends have to as well (if I'm very strict about it).

    Also, could we not put in a header in the mail to direct you to a server to get the public key?

    Woz

  25. Re:Crypto convenience by Sentry21 · · Score: 1

    How about instant messages? I don't know anything on this, but can say aol read your aol ims?

    As I recall, all the major messaging services (AIM,MSN,Yahoo) except one (ICQ) go through the server, therefore they should have no problem reading them.

    Or how about the next step, could you encypt your instant messages? just wondering

    A friend and I used PGPNet, a free handy-dandy addon to PGP (comes with, actually), and we achieved something along these lines with ICQ on Win95/98.

    By setting up our PGPNet sessions, me on my cable, to his dial-up subnets, and him on his dialup to my cable IP, and then sending a few ICQ messages back and forth, we eventually managed to get a PGPNet connection established.

    I can't guarantee that it was encrypting our messages (there aren't many ports of TCPdump to Windows), but what I DO know is that our ICQ messages were a lot more reliable. They used to take from 5-50 seconds to send, and sometimes would fail to send entirely, or get lost en route. After PGPNet said 'Connection Established', however, they sent almost instantaneously, and with 100% reliability. File transfers, chats, and everything worked admirably.

    What I've been looking for, however, is a way to automatically encrypt any communications between two IPs, rather like PGPNet does, except for Linux. stunnel does something similar, but you really have to set it up beforehand, per-service, and it's rather annoying.

    ~Sentry21~

  26. Re:Crypto convenience by TheSHAD0W · · Score: 1

    Certainly the Feds could do such a thing. But the fact is, crackers have already performed similar feats in compromising systems, and you cannot discount the possibility it could happen to you.

  27. hmmm by Anonymous Coward · · Score: 1

    I wonder what side the slashdot community is going to take on this issue...

  28. Here's why. by rjh · · Score: 4

    It has to do with importance. If the only time you encrypt email is when it's important, then it becomes very easy for an attacker to say--"oh, hey! This fellow usually sends one encrypted email a week, but this week he's sent off 25. I wonder what's up?"

    Simply knowing that a message is important can often be all the help an attacker needs. This is called "traffic analysis" (analyzing patterns in who talks to whom about what, whether the conversations are normal or priority traffic, etc).

    By routinely encrypting all your traffic, that denies an attacker the ability to say "... hey, encrypted traffic is coming down the wire; something's up."

  29. encryption is... by doublewildturkey · · Score: 1

    for lovers>>

  30. Re:As an experiment... by Pig+Hogger · · Score: 2
    Most importantly, did you stop using it after that memo???

    --

  31. You're brave... by Sax+Maniac · · Score: 2
    Maybe I'm paranoid, but I'd never do this.

    This would be like taking every word you ever said, taping it, and handing it over the the government. There it's put on permanent public display, for anyone and everyone to use against you whenver they need to.

    What with everyone suing everyone nowadays, I wouldn't want to flame someone on Usenet, and then be sued for a few million dollars because I digitally signed it. Oops, made their case easier!

    I think signing is great in the few places where it's necessary, but that's rare. You don't put your signature on every single word you speak; why would you want to do differently for digital communications?

    --
    I can explanate how to administrate your network. You must configurate and segmentate it, so it can computate.
  32. I don't get it by RPoet · · Score: 5

    There's always been the principle of innocent until proven guilty. But as soon as there's anything electronic in the picture, it's suddenly the opposite; you're under suspicion for anything and have to prove your innocense, and nobody seems to complain.
    --

    --
    "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
    1. Re:I don't get it by Alpha+State · · Score: 1

      That principle is used in our courts, but the police do not subscribe to it. In their eyes they have to assume you are guilty and try to prove it. No suprise that our lawmakers and the media are following their lead.

      The real question is, when are we going to start facing up to real problems? How many people are killed in the world by terrorism each year, and how many by drunk drivers or polluted water supplies? How many people in your city die from drug overdoses and murders while congress makes pointless laws that affect you and I more than any criminals. It's things like this that remind me the media doesn't really care at all. And the politicians are doing their best to pretend to care, while publicising any small problems they think they can solve with a law or four.

    2. Re:I don't get it by kaisyain · · Score: 2

      There's always been the principle of innocent until proven guilty

      Always? You mean in British derived legal systems since the 18th century. That hardly qualifies as "always".

    3. Re:I don't get it by po_boy · · Score: 1
      Just because you are on the Internet and dont want your mail read as it goes through the various servers people think you are hiding something.

      Not to disagree with your point, but you are hiding something. If encrypting something did not hide the contents, why would anyone do it?

      I believe that I agree with your stance, though. There's nothing wrong with hiding stuff.

      All your event are belong to us.

    4. Re:I don't get it by belroth · · Score: 1

      Exactly.
      ----

      --
      I hereby inform you that I have NOT been required to provide any decryption keys.
    5. Re:I don't get it by belroth · · Score: 1

      Thoughtcrime being doubleplusungood.
      ----

      --
      I hereby inform you that I have NOT been required to provide any decryption keys.
    6. Re:I don't get it by T.+Emthrie · · Score: 1

      Yeah, but in our society(ies) it seems to be simpler to just not write anything that you wouldn't want others to read.

    7. Re:I don't get it by fatphil · · Score: 1

      They were obliged to weaken the law slightly when some activist types hinted that if the home secretary were to be sent "encrypted allegedly illegal information", which would almost certanly be just random data, he'd have to prove that he didn't know how to decrypt it. Impossible. So they weakened the law so that the authorities have to prove that you have a reason to know the decryption keys now.
      Either way, it still sucks.
      FatPhil
      --

      --
      Also FatPhil on SoylentNews, id 863
    8. Re:I don't get it by fatphil · · Score: 2

      "Our societies"?
      Do you live in China? In Iran? In Afghanistan? In Zaire? In Angola?
      "simpler"?
      jeeesus, I'm for once speechless.

      You really need to get a perspective.

      FatPhil
      --

      --
      Also FatPhil on SoylentNews, id 863
    9. Re:I don't get it by Cyberdyne · · Score: 4
      There's always been the principle of innocent until proven guilty. But as soon as there's anything electronic in the picture, it's suddenly the opposite; you're under suspicion for anything and have to prove your innocense, and nobody seems to complain.

      That's the problem in the UK: our beloved RIP Act reverses the burden of proof - the police can demand your encryption keys, and unless you can prove you do not have the key, you get locked up. Oh, and you aren't allowed to tell anyone else about it. You think the DMCA and UCITA are bad? At least you're allowed to tell people if you're charged with violating them!

    10. Re:I don't get it by LordArathres · · Score: 2

      I completely agree with the previous post. Just because you are on the Internet and dont want your mail read as it goes through the various servers people think you are hiding something. The media are the most guilty of this, they jump on crypto technologies becuase "criminals" will use them. Yes they will and so will the Government and considering things sometimes its hard to tell the difference between the two.

      Even if you are hiding something, Personal Info, Address, Telephone whatever its your business. I know this seems like a hard thing to fathom for the media but as soon as something is outlawed the only people that get screwed by it are LAW-ABIDING Citizens. Criminals will still get things like crypto and guns and drugs and whatever else government thinks we should not have. The thing that makes criminals criminals is that they dont follow laws so making something illegal wont matter anything to them.

      Considering all the privacy issues and things happening on the Net and the world, we NEED crypto. Since I started at my current job I used to not care about personal info and such figuring that I cant be traced and found, ERR Wrong! Having access to public and non-public databases that I am listed in several times at every address I used to live at, I reconsidered my stance. The only people that should know what you wrote is 1. YOU and 2. The Intended Person and until that day comes we need to keep striving for privacy and better encryption methods.

      Lord Arathres

    11. Re:I don't get it by Ig0r · · Score: 2

      Yes.
      You'd better not ever say anything bad about anybody, or especially the State.
      We wouldn't want our citizens to be unhappy, so We're outlawing 'bad' thoughts and 'bad' speech.
      As long as you don't let anyone else know that you're not happy, then everyone will be happy!

      --

      --
      Soma: because a gramme is better than a damn.
    12. Re:I don't get it by KyleCordes · · Score: 1

      How could you possibly prove, ever, that you do *not* have the key?

  33. Re:keeping it private by he-sk · · Score: 1
    One way to look at using crypto is that you don't send postcards discussing private matters, you put a letter in an envelope so the postman can't read it.

    I've heard this statement over and over, and while I advocate encryption even in e-mail, my common sense tells me that this analogy is extremely flawed. I don't fear that my postman will read this card for two reasons

    • he doesn't have the time
    • even if he does read the private stuff: I don't know him and he doesn't know me. So I don't care.

    Putting the stuff in a letter so the government won't read it, makes no sense either, for they have the right tools. So the only reason to write a letter is, so the people living with the person won't read it. Of course, they can always rip the letter open and invent some excuse. Shouldn't happen to often though.

    However, a letter is always more personal and you can simply write more than on a postcard. :)

    --
    Free Manning, jail Obama.
  34. My favorite passtime by Valar · · Score: 1

    My favorite passtime is now getting throw away email accounts in the names of most wanted criminals and terrorists, encrypting slashdot stories with strong keys, and having these accounts send each other their messages, in hopes that the NSA will waste computing power on it.

  35. Why would i encrypt my e-mail always. by Anonymous Coward · · Score: 2

    I don't normally encrypt my e-mail. Most of the time it really doesn't matter. I'd expect that many people are the same way.

    Realisticly, there's no reason to encrypt a message asking if a co-worker goes to lunch. The business plan for the next year though is a different storry.

    MPM

    1. Re:Why would i encrypt my e-mail always. by randombit · · Score: 1

      ppl tend to forget about temp files which can contain an unencrypted copy.

      [...]

      he only simple solution i've found is an app called evidence eliminator


      I think W2K has encrypted filesystems built in, so as long as you remember to encrypt your swapfile and temp dirs, you're OK there.

      OpenBSD (and soon Linux) has support for encrypted swap and of course most Unices have encrypted filesystems.

      Sadly, consumer windows doesn't have any of that (not to mention anyone can come up and tamper with your binaries).

    2. Re:Why would i encrypt my e-mail always. by NonSequor · · Score: 1
      Corporations are legally people and they are ALL assholes.

      I really need to get a bumper sticker that says that. Or maybe just sticker, since I don't have a bumper on which to put it.


      "Homo sum: humani nil a me alienum puto"
      (I am a man: nothing human is alien to me)

      --
      My only political goal is to see to it that no political party achieves its goals.
    3. Re:Why would i encrypt my e-mail always. by philipm · · Score: 1

      why is the bplan a different story? The big guys only buy who the voices in the head tell them to buy and the little guys buy what the voices in the tv tell them to buy.

      The article writer doesn't understand that all corporations ARE "child pornographers, drug smugglers and terrorists"? Corporations are leaglly people and they are ALL assholes. They keep the profits to themselves and beat you, and so on.

      You know, if you actually have nothing to say then you don't have to "encrypt it"? Why bother? You think your "secrets" are worth something?
      Have you ever heard of having the courage to express yourself in public? No? I didn't think so.

    4. Re:Why would i encrypt my e-mail always. by DaBunny · · Score: 1
      I think W2K has encrypted filesystems built in
      Nope. From the Win2k help entry on file encryption: "System files cannot be encrypted."

      So that swap file is wide open.

    5. Re:Why would i encrypt my e-mail always. by Sinesurfer · · Score: 3
      there wasn't anything new in the article but two points which it did cover were
      • encrypted traffic is easy to detect and
      • ppl tend to forget about temp files which can contain an unencrypted copy.
      the first point doesn't bother me until the traffic is easy to decrypt. the second point is a common occurance [even though i hate to generalise]. the only simple solution i've found is an app called evidence eliminator [for which i do not work or hold any type of equity].

      this program is more paranoid than me [which is a healthy sign]. my fave feature is that it does clean out your windoze 9X or NT swap files.

      if you work with information which is sensitive enough to require encryption then erasing [using multiple passes and re-writes to erase] your temp files is essential to guard against your HDD being compromised.

      the issue of authenticating the recieptant wasn't dealt with in this article but a link to this story - http://www.infoworld.com/articles/ca/xml/01/03/12/ 010312camentor.xml called USPS delivers a digital, signature-certified mail system dealt with how the US Postal Service is dealing with identity authentication when sending email to a US Federal Govt address.

      Personally, i'd be happy if the NZ IRD [Inland Revenue Department] issued me with a personal digital ID. my employer issuing a second for work email would also be great.

      --
      Regards Sinesurfer A Nerd is someone who lives for technology, A Geek is someone who lives for technology and loves it
    6. Re:Why would i encrypt my e-mail always. by PacMan · · Score: 1
      there wasn't anything new in the article but two points which it did cover were
      • encrypted traffic is easy to detect and
      • ppl tend to forget about temp files which can contain an unencrypted copy.
      the first point doesn't bother me until the traffic is easy to decrypt. the second point is a common occurance [even though i hate to generalise]. the only simple solution i've found is an app called evidence eliminator [for which i do not work or hold any type of equity].

      Or, you can use an encrypted filesystem so even temp files are unreadable without the system keys.

      Physical and network secureity then become important, because if they can compromise your system while you are logged-in and the filesystem is mounted, they can read anything.

  36. Re:keeping it private by rgmoore · · Score: 2
    Now, can someone explain to me why anglo-saxons are so fucking paranoid about their democratically-elected governments to the point that they are afraid that those same governments would go to the length of impersonating them????

    There's two ways of looking at this one is to retort "Why should a democratically elected government be so afraid of its citizens?" If those citizens are so incompetent and dangerous that they shouldn't be allowed to have cryptography, what in hell are they doing with the power to elect the government? The fact that the government is trying to take away something that's useful to its citizens is sufficient reason to be nervous about its intentions and willingness to be responsive to electors.

    The other side is that citizen paranoia is exactly why the governments are trustworthy. The citizens are always on the lookout for anything suspicious that the government is trying to do- which is their job as voters, I'll point out- and quick to criticize it. That acts as a substantial brake on the government doing anything terribly effective to take away the rights of its citizens. It's countries where people have long had a more accepting view of government as protector and not in need of supervision that government abuse is rampant.

    --

    There's no point in questioning authority if you aren't going to listen to the answers.

  37. Email Always Encrypted by Alpha+Prime · · Score: 5

    At our company we encrypt all email. Since a lot of the discussions are about patented or patent pending ideas, due dilligence requires that any email going over the net be encrypted. We expanded that to be all email to add to the noise factor should someone be watching.

    1. Re:Email Always Encrypted by Savage-Rabbit · · Score: 1

      A: Is encrytion only for criminals?

      B: No that is just what they (governments) want you to think to trick you into enableing them to keep bug your communications.

      A: Your'e paranoid.

      Is B paronoid? No I don't think so but he is only partly right. It is not just governments that like to bug people with uncomfortable views that do not like effective encryption. It is corporations as well. It is really amazing to what lengths rival companies and corporations will go to spy on their competitors. You are well advised to encrypt everything your companie transmitts electronically, burn the contents of your waste baskets your self and encrypt telefax and telephone communications as well. Your rivals might use all these methods to get at your patented material, I've seen it happen. Once that happens you will have a hard time proving they stole your ideas in court and even if you do they will have made a handsome profit any way. Hell even shredding papers is not enaugh these days. There actually are people who specialize not only in bugging your fax/telephone and hacking your computers but also stealling your waste in re-assembling shredded material.

      --
      Only to idiots, are orders laws.
      -- Henning von Tresckow
    2. Re:Email Always Encrypted by vr · · Score: 2

      What kind of software is used for this?

    3. Re:Email Always Encrypted by Alpha+Prime · · Score: 1

      Netscape and M$ both support SMIME, so most of us use Netscape under Linux while some of the others use OE under M$. Its a mixed shop. Verisign has a personal cert available for $14.95 a year and everyone at the shop has one, even the secretary.

      Plus, we try to be a bit terse with the subject so that it will not provide targeting information.

  38. Re:Automatic by Pyrrus · · Score: 1

    Hushmail.com does that. If the other person is a hushmail user, you check the "Encrypt" button and it will be encrypted.

    "huhuhuhh, go away. we're like closed or something"

  39. Encryption is a double-edged sword by Anonymous Coward · · Score: 1

    While I will not argue that encryption is an absolute necessity these days I will say that, from a security administrator's perspective, it can certainly be a pain in the ass. Previously we could setup intrusion detection systems and watch for attack signatures. Now with SSH, SSL, IPsec tunnels, VPN's, encrypted e-mail, etc. we're blind to what's coming through our perimeter. That leaves us with two options: 1. Let the encrypted traffic pass through transparently and hope for the best.. (i.e. let's just assume SSH is not able to be compromised on that system, or that your SSL web server running IIS doesn't have some unknown exploit on it), or 2. Stop it all at the border and force it to authenticate and then let it pass through.

    Now, option 1 is probably what most of us are doing at this point but it's going to come back and bite us in the ass one of these days. Crackers are probably more than happy to expand their reach on your chewy internal network after they've penetrated your firewall and IDS by coming in via an SSH exploit or an Apache/SSL exploit. Option 2 becomes a major inconvenience to the users and you're still relying on even these authenticated encrypted users not to do anything that goes against your security policies. So what does that leave us with? We're between a rock and a hard place. We would need to move IDS onto all the servers as well.

    1. Re:Encryption is a double-edged sword by shokk · · Score: 2

      For everything in life, gaining convenience means losing some form of security. Getting pissed at having to type that long keyphrase in all day long? You can set PGP to memorize it, but then anyone can walk in and fire off an email when your screensaver doesn't kick in. It's a trade off.

      --
      "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
  40. Crypto convenience by TheSHAD0W · · Score: 3

    An enormous part of the problem with having routinely encrypted email is that without taking basic manual security precautions it is impossible to eliminate man-in-the-middle attacks. If Alice has never sent email to Betsy, how does she go about getting her public key? From a PGP key server, say? How do you know the [insert government/industry black hat name here] isn't standing between you and them, replacing the real key for one they have the password to, and then passing on the email re-encrypted so Betsy would never know?

    Perhaps you're smarter than I am, but every _transparent_ method of key verification I can think of is foiled by someone in control of your link to the outside world. In order to keep this from compromising your security, you'd need a different verification method. This would require, for instance, Alice calling Betsy over the telephone and having her read back her encryption key's fingerprint, and comparing it with the key she got over the net. This isn't something a casual computer user is willing to do regularly in order to check his security.

    1. Re:Crypto convenience by Sloppy · · Score: 2

      You're right, but even a transparent system vulnerable to MITM is still better than nothing. I'de rather have Big Brother watching everything I say, than have everyone (including Big Brother) in on it.

      And for when privacy is really important, or if it's with a party that you talk a lot (e.g. your friends), then you can always transfer your keys some other way. The nice thing about this, is that if Big Brother is in the habit of routinely MITM attacking people, then once you have secure keys and he tries to MITM you, you'll see that things don't match up right (they key you got from some server ain't the same as the key that you already have and know is correct), and he'll be caught. That would be a hell of an eye-opener and a good news story.


      ---
      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    2. Re:Crypto convenience by ahodgson · · Score: 1

      Freeswan was working on opportunistic IPSEC encryption, where they'd automatically set up an IPSEC tunnel between 2 systems if they each supported it and needed to talk to each other.

      Might be worth seeing how that has come along.

    3. Re:Crypto convenience by shokk · · Score: 1

      When a person first sends you a PGP signed mail, you verify the message by checking to make sure that the contents of the email have been signed correctly and not modified. That way they email you the key and you can verify.

      Also, if their key is compromised, any *encrypted* messages after that should be unreadable by them at some point. They could alert you with a plain text that they can no longer read your mail, which should be a clear sign that something is wrong. Of course, there's always the status of that last email you sent before the key was compromised...

      What we need is a system that will verify transparently each and every time. Since getting a PGP encrypted mail is a rare occurrence for me, I always verify when I see it come in. For those that get them all the time, I can see where they might miss verifying that one email. I believe the X.503 cert system in use on most commercial email systems does this.

      Since we don't know Thawte's or Verisign's hiring policies compared to the NSA, we can't assume that there are no black hats altering certs there, so similar precautions should be taken. Sign the first few mails to establish the trust, and encrypt from then on to always be sure.

      --
      "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
    4. Re:Crypto convenience by SmellMyTeenSpirit · · Score: 2

      How about instant messages? I don't know anything on this, but can say aol read your aol ims? Or how about the next step, could you encypt your instant messages? just wondering

      --
      "Cornflakes are not the innocent critters they seem"- Sterling Morrison
    5. Re:Crypto convenience by cultobill · · Score: 1

      How about instant messages? I don't know anything on this, but can say aol read your aol ims? Or how about the next step, could you encypt your instant messages? just wondering

      Get out a packet sniffer. Your IMs are plaintext HTML. They go from you to AOL to your Buddy(tm). How hard is it? Not much. I could pull out (write) a program to be placed on a computer with ethernet access at your ISP that would keep logs of all your conversations.

      But I still use it. Why? Because I'm not doing anything that I care about others seeing. Me talking to my girlfriend about henna or what we'll do this weekend isn't important enough for me to encrypt, get her to encrypt, etc. It's a matter of priorities.

      --
      -- Bill "Houdini" Weiss
    6. Re:Crypto convenience by TheSHAD0W · · Score: 2

      Here's an example of "man in the middle":

      Adam, a new user, generates a public key for himself and uploads it to a PGP key server. Zack, who has cracked and taken control of Adam's ISP, has set things up so all keys uploaded to or downloaded from a PGP key server are instead intercepted and replaced with keys of his own, which he can of course decrypt. From now on, anyone requesting Adam's key will get one of Zack's public keys instead.

      Adam then downloads Bill's key from the key server, which is replaced by another of Zack's public keys. He encrypts an email to Bill with that public key, signs it with his private key, and sends it off.

      Zack, who has also intercepted that ISP's POP and SMTP functions, intercepts the email. Since it was really his key that was used to encrypt it, he readily decrypts the email, re-encrypts it with Bill's real public key, signs it with the key he has placed on the key server under Adam's name, and sends it on his way.

      Bill, receiving the email, has no reason to disbelieve that the message has been tampered with. Checking its signature with the one on file at the PGP key server shows it is genuine.

      Given this sort of control, Zack can not only intercept and read all communications between Adam and Bill, he can also alter or generate completely bogus messages, and neither party would suspect unless Adam called Bill on the phone and compared key fingerprints.

      The "man in the middle" attack is very powerful, and given control over DNS functions and the ability to provide altered file distributions, can be used to subvert every encrypted protocol used, including https and ssh2. If the upgrade of Netscape you just downloaded has been modified and its root security keys have been changed, you can kiss your privacy goodbye.

  41. Do they? by kalleanka2 · · Score: 1

    I have never seen statements from any government organisation suggesting crypto software is used only (or mostly) by criminals.

    Have you?

    But I have seen allot of statements about worries about criminals using crypto software from government organisations.

    In the end the problem is that the police has had the possibility to tap phone wires etc to hunt down criminals like pedofiles and drug lords and those possibilities fades away with the arrival of better technology. In the end this means more drugs and child abusers in the world.

    Of cause there is always the issue of personal integrity but I doubt anyone would suggest that those crimes aren't important to fight or don't you care about your children's future?

    There are two sides of this coin.

    1. Re:Do they? by Art+Tatum · · Score: 1

      Bravo.

    2. Re:Do they? by jimhill · · Score: 3

      The Holy Trinity for law enforcement is terrorsists, drug lord, and pedophiles. Whenever they argue for an expansion of power or a diminution of personal freedom they cite the Trinity and count on people like you to fall in line.

      See, unlike (apparently) you, I don't happen to believe that the world is filled with wave after wave of pedophiles, held back only by the heroic efforts of American law enforcement. I believe that there are a few (relative to the hundreds of millions of Internet users of the world) who are some truly sick and demented bastards -- but I don't see how giving the government the authority to limit my encryption capability is going to reduce that.

      I don't happen to believe that drug lords are a bigger threat to The American Way Of Life than the War On Drugs is. The wholesale discarding of the Bill of Rights (save the 3rd Amendment) in pursuit of the goal of eliminating a product that millions of Americans have decided for themselves is morally acceptable despite being illegal is what _I_ see as a threat. No one ever worries about Cotton Cartels and the evil ill-gotten gains of the textile lords. Make drugs a legal product whose business is conducted in the light of day with FDA and IRS oversight and the drug lord billionaires will go away. And it doesn't even require encryption limits!

      Lastly, terrorists. This one got a huge boost after Tim McVeigh expressed his displeasure with American policy and the destruction of TWA Flight 800. The fact that 800 was destroyed in what was most likely a highly improbable but not impossible set of coincidental circumstances has had no effect on the certainty of many Americans that somehow, Moslem Extremists were involved. After all, planes with Americans on them never have anything bad happen to them unless there's a Moslem in the picture. McVeigh's actions, on the other hand, were horrible, evil, unjustifiable, and utterly unstoppable with limits on encryption. There was face-to-face communication with his partners and the purchases, truck rentals, etc. were all done in the light of day. Reductions on _our_ freedom could not have stopped him anymore than they could have stopped the men who bombed the World Trade Center.

      Ah, you say, but some terrorist groups _have_ been caught when their coded messages have been intercepted and broken. We _have_ saved lives and preserved the order and safety of our American Way Of Life.

      I don't care. I really don't. The fact that expansion of police power leads to expansion of arrests is a given; the question under discussion is "To what degree are we prepared to accept limits on our freedom and our privacy in exchange for the increases in a dubious public safety?" I say None. Yes, advances in technology make law enforcement's job harder. Tough titty. My life as a free man doesn't come with conditionals that can be dialed back if John Law finds himself having a tougher time. If encryption makes the time-honored wiretap (itself a disgusting violation of privacy) obsolete, then so be it.

      Responding to your concluding comment that the crimes of the Trinity aren't important to fight: they are -- but they aren't nearly as important as the continuation of freedom and privacy. If my privacy means that one more child gets used in a porno flick made by a deviant, so be it. If it means that one more kilo of cocaine sneaks into the US undetected, bravo. If if means that US-Irish are able to raise money and ship it to Northern Ireland to further a bullshit revolution that kills innocents or that the bullshit revolution comes to my own soil, I can accept that. I do accept that. I would urge you to do so as well.

      --
      Learn to spell: nickel, missile, lose, solely, amendment, speech, kernel, probably, ridiculous, deity, hierarchy, versus
  42. Do Such Email Clients exist? by RatFink100 · · Score: 1

    From the article...

    "Another problem with many crypto offerings is that they can leave you vulnerable to forensic-grade tools that can pull data from supposedly deleted files, including the temporary files that your e-mail application uses as a placeholder for the message before it's encrypted. It seems to me that the only way to get a truly secure solution is to write a mail application that has the encryption built in at the most fundamental level, so that even if temporary files are recovered, they may be rendered useless. "

    Anyone know of clients like that?
    1. Re:Do Such Email Clients exist? by Carl+Drougge · · Score: 1
      Anyone know of clients like that?

      No, but you can get more or less the same effect with most clients on OpenBSD:

      Store temp-files on an MFS-filesystem (say /tmp).
      Use encrypted swap.

      Now the only place the file will ever be unencrypted is in RAM, and I doubt you'll ever be free of that. =)

      (Well, anyone with r-access to the file while it's "live" in /tmp can read it, but still, it's much better than nothing.)

    2. Re:Do Such Email Clients exist? by bacchusrx · · Score: 1

      I suppose this isn't a spectacular solution for *email* per se, but, let's say you get an encrypted document and you want to decrypt it and read it without leaving any traces on your physical drive. Could you not, say, mount a floppy disk... copy the encrypted file over, decrypt it straight to the floppy disk and when you are done with it... simply burn the disk...?

      A little convoluted, but it sounds safe enough.

      BRx.

      --
      Life after capitalism? The participatory economics project
  43. Crypto in industry by OpCode42 · · Score: 1
    Encrypting your email is very often nessecary in industry. Take for example, a large company who registers domain names by way of an email template. That template contains sensitive information about them, which if intercepted as plain text, could allow anyone to register domains as that company. That email needs to be encrypted.

    I recently produced an online recruitment and jobsearch site that allows recruitment agencies to post jobs by email (I'll resist a shamelss plug). The job post emails are encrypted, mostly at the request of the agencies who were worried about their usernames and password being intercepted as plain text.

    -----

  44. For those of you who employ Junkbuster by deblau · · Score: 2

    Linkage to the article here.

    --
    This post expresses my opinion, not that of my employer. And yes, IAAL.
  45. Re:keeping it private by phantumstranger · · Score: 2
    Since people are granted the "flimsy" protection of an envelope, without really having to worry about their privacy being invaded, would it be far-fetched if we were granted "flimsy" encryption as well?

    What I mean is, envelopes aren't the most protective of barriers for the ingegrity of our letters, but it suits the purpose for general mail. I don't hear of many drug lords sending kilos of heroine in an envelope (and if they do, then they should be prosecuted to the fullest extent of the law on the principle of being a dumb-ass-at-large alone). If goverments think that sending email with a not-so-heavy-encryption is a sign of wrong doing than envelopes should give off the same feeling.

    If people were given the opprotunity to know that they could send messages with a low-level encryption, I seriously doubt it would do the unlawful abiding citizens any good to use it as well. There has to be some sort of privacy granted to the people that use it for that sake of it, as opposed to those who just want to cover their tracks. Instead of taking rights away from people, goverments should be trying to make sure that there are ways to protect ourselves (which, they say, this is all about anyhow, right?). If I could be guaranteed that my email sent using PGP was safe enough to fly across this vaste open network of computers and be safe from prying eyes, as well as the prying eyes of the goverment, I would be pretty darn content. I mean, that is the same feeling one gets when they drop a letter into the mail box, right?

    Something else to think of is that, if one were to play the devil's advocate, and believe that all of this controversy was the goverments trying to keep the law abiding citizens safe, than it really shouldn't matter. That is, unless it's in the case of one of the other posters that used encryption to send root passwds. I think back to the story about the U.S.P.S. and what they would and wouldn't send. More specifically the fact that they opened up a package because the weight seemed ill-proportioned to the size of the package (it was a brick wrapped in gift-wrap). If the anaology of the envelope would hold true, than doesn't the same for encryption?

    I'm not saying that I agree with invasion of privacy for the sake of it, but, if you're really not doing anything that's wrong, why worry about it? Maybe people have to stop watching Conspiracy Theory and actually do something to help goverments embrace encrytion for the rights of citizens.

    --
    "From of old, there are not lacking things that have attained Oneness." - Lao Tzu
  46. Re:Why encrypt always? To legitimise privacy. by -Harlequin- · · Score: 2

    I don't normally encrypt my e-mail. Most of the time it really doesn't matter. I'd expect that many people are the same way.

    I encrypt email when I can, partly because it doesn't matter and there is nothing special in the email - call me an asshole, but I feel that as long as crypto is only used for things that people want kept secret, it's use will remain a red flaq to privacy and rights abusing agencies and the like.

    I find it morally offensive that putting your email in an envelope should tag you for "special treatment", and I suspect the only way to make the use of envelopes acceptable is for them to be in everyday use as a matter of habit, much like the extra hassle we go to in sealing our smail-mail letters in envelopes. It's interesting - we're so used to the envelope proceedure IRL, that it doesn't seem like it takes any extra effort, and yet the biggest reason I haven't written anyone a personal snail-mail letter for probably a year now is that e-mail is so much quicker, largely because I don't have to mess around with envelopes and the like. Bit of a double standard for me to complain about the CTRL-C, ALT-CTRL-E, Passphrase, CTRL-V key sequence needed to encrypt my email then! :-)

  47. Re:keeping it private by fanatic · · Score: 1

    can someone explain to me why anglo-saxons are so f***ing paranoid about their democratically-elected governments

    Centuries of experience (ours and others). Governments are made up of INDIVIDUALS. Failing to hold them accountable and granting them sweeping powers is a recipe for disaster.

    --

    --
    "that's not encryption - it's a new perl script that I'm working on..." - from some Matrix parody
  48. encrypting e-mail by Octal · · Score: 1

    I don't know about everybody else, but the only reason I don't encrypt my e-mail is because the other people aren't running PGP/GPG, or because I'm sending it to a mailing list. I have been known to commonly PGP sign my e-mails, however.

  49. Re:keeping it private by -Harlequin- · · Score: 3

    Why the fuck a government attempt to screw it's citizens (unless, of course, it's been totally subverted) ???? And why citizens instead of ranting about that would actually do something about it, like vote them out of office????

    Ok, I can't be bothered explaining this all in detail, so I'll be brief and over-simplify. Apologies for any innacuracies that result.

    In the Real World, the government is elected, but it is not the government that does the dirty work. It's the various secret agencies charged with protecting National Interests (and any dirty laundry the government would prefer the voters not know about :-) and are granted immense powers with which to carry out this important duty.

    Now the people who work in these agencies are NOT elected, and do not lose their jobs every time a government changes. They live in a world where secrecy is paramount, everyone is hiding something, and spies regularly turn up where you least expect them. The culture and atmosphere inside such an isolated group whose duty is to be paranoid, can get _very_ fucked up. (eg, such isolation that at least one agent thought that people who wore jeans were potential subversives.)

    An example closer to (my) home: A person who campaigned against the New Right Economic theories (which were held to be completely above question at the time) had his house invaded by the SIS. Only by accident did he have any reason to suspect it was not a normal burglary, and only by several court trails did he even manage to get the SIS to cease their denials and admit they did it. Another man here was placed under survelience for 12 years (ending in a house search for spurious reasons) because he has writen some articles for a peace magazine. Back then, "peace" meant people who didn't like nuclear weapons, and surely the only people who could possibly have any reason to dislike nukes would be the commies. Ergo peace campaigners were the Red Commie Threat. And they were treated as such, dispite of their civil rights to free thought, speech, and association. (Only Decent Folk should have rights. It's ok to violate a Crim's rights in order to catch them and thus make society safer). So they had their rights abused regularly by enforcement agencies as a result. Nothing to do with the government, (though the government, like much of the public, would have had very little sympathy and considerable suspicion for such "peace" advocates.) People who were NOT criminal, but people who disagreed with the ideology of the day (and the twisted ideology of the agencies). That, and the fact that there is virtually always no recourse and no justice, is what is so scary.

    In other words, the reason people are paranoid is because misdirected uses and abuses of power happen and happen regularly. If you know people who campaign on issues, or who are in activist circles, or who are protestors for a cause, then finding first-hand accounts of such abuses is unlikely to be difficult - agency activities are not even remotely as exotic as they seem to most citizens. And that's a huge part of the problem - the idiotically niave "Haha, she's obviously got an inflated sense of self importance to think the secret service is interested in her", thus denying victims even recognition of their injustice, and replacing sympathy with scorn.

    It's a real problem, and if you can't be bothered contacting people who have been injustly targeted by agencies, at the very least do not scoff about it.
    As to your questions, even the democratically elected governments have great restrictions on the information they can get on the activities of certain agencies, and more to the point, it's in both parties interests that the difficult questions simply don't get asked. So they don't.

  50. yep, only for criminals by Coward+Anonymous · · Score: 1

    The only other unmentioned use I can find for crypto is trading mp3s...

  51. Lets walk before we run. by Kjella · · Score: 1

    Those who need *really* secure communication knows this already, and would verify the fingerprint by a secure method. What would getting all people to encrypt it, lead to?

    First off, you have to catch the key when it's first negotiated, or it won't work. You'd have to actually have to *be* in the middle, as in having a system to take out encrypted mail, decrypt (with your man-in-the-middle key), encrypt (with recipients key) and put it back into the stream in close-to-real time to work. You have to catch every following mail, or it won't work either, people would suddenly find mail with unknown (man-in-the-middle) keys.

    Compared to now. Listen in. You don't even need access to change it. You don't need any real processing capability, just storage store (should you ever need to read it).

    Why make it easier than it should need to be? Just because cars both with and without alarm get stolen, why get one without if you can get one with for the practicly the same price? (Only as it is now, the one with alarm is far more cumbersome to use, but that could be fixed - if we want to...)

    Kjella

    --
    Live today, because you never know what tomorrow brings
  52. Crypto criminalities by deran9ed · · Score: 1

    <rant>
    Being a strong advocate of cryptography, I would advise many to use it on a daily basis for one of many reasons. Signatures for one are a definite identifier, and one can almost (99% percent of the time) be sure the sender is legitimate, it can even save you in a legal bind, unless of course a man in the middle attack took place beforehand (then you'd have to prove that which is extremely difficult).

    Having worked in the industry for some time now, I've had to send out confidential information based on a company's plan to provide certain services relating to business, and in order to make sure no one else gained access, whereas the company could lose a foothold in its market, I've used PGP religiously. Even when sending normal messages from my account I always at least sign email by default to ensure the recipient it is me and no one else sending them data, after all this is the companies bread and butter, so why should anyone think we've something to hide on a criminal sense other than the fact that we would enjoy it if our data was for our eyes only.
    </rant>

    Another problem with many crypto offerings is that they can leave you vulnerable to forensic-grade tools that can pull data from supposedly deleted files, including the temporary files that your e-mail application uses as a placeholder for the message before it's encrypted. It seems to me that the only way to get a truly secure solution is to write a mail application that has the encryption built in at the most fundamental level, so that even if temporary files are recovered, they may be rendered useless.
    <fyi>
    Well it seems this may be a Windows based problem. Using a combination of scripts, I make sure things are gone when I want them gone. I've heard this on a security list before though, and although when it comes to Windows I wouldn't know how to answer this. The latest versions of Mutt, and Pine provide its users with a lot better protection than a Windows based program. (No this is not a Windows flame)
    </fyi>
    At the same time, I don't want to think about how many people are using weak passphrases -- a sequence that is hashed with random numbers to produce the encipherment key -- which might be easy to remember, but won't stand up under a brute-force attack.
    <note>
    Familiarity is a problem for most, as simplicity can sometimes be even more deadly. One would think that in the digital age, with all the evolving constantly going on, people would think twice about using terms, words, number combinations to ensure their passwords are as safe as can be. Sadly it isn't, what can be a nice approach is for some of the developers to generate a passphrase along with the user, maybe use their MAC address along with their word or number, etc. to make it a bit more difficult to break, however due to the fact people love simplicity, they'd probably scribble it on a post it pad and leave it lying around like dumb asses
    . </note>

    <assessment>

    Government's outlook on crypto has always seemed to disturb me. Anything they cannot get their paws on, they seem to despise and attempt to discredit, shame it by any means using all their resources. This was recently seen when the NSA stated, Usama bin Laden was using high tech crypto and steganography to hide his actions. While I don't doubt this, crypto has been around for a long time, and even if they outlawed it, it'd become so taboo in the digital age I think people would crave for it.

    They tried passing a law which stated something like encryption when used in the commission of a crime will result in more penalties or something to that extent earlier this year under the public's nose.
  53. Debian by journie00 · · Score: 1

    As far as legitimate use goes, Debian comes to mind immediately. The developers use md5 hashes and gpg signed .dsc and emails to ensure that the packages they upload aren't corrupted by some grumpy cracker in transit or after upload. Their build system automatically checks these things, making us Debian users feel about 10^10 times more safe :-)

  54. Re:Actually the NSA knows... by Captn+Pepe · · Score: 2

    You know, I hear this claim pretty routinely, but I know that the best publically known factoring algorithms are superpolynomial at best. Do you know of any evidence to support the assertion that the NSA can quickly factor integers?

    From time to time I have heard about cases where law enforcement tapped some poor sap's lines, and gave the encrypted stuff they found to the NSA, who forwarded back the plaintext after a couple of years. I've never heard whether these were "strong" algorithms being crypanalyzed or exploits on other parts of the cryptosystem.

    If you "the NSA can factor quickly" folks have any evidence, please let the rest of the world know! After all, it's not too late to abandon RSA. Factoring may, but doesn't necessarily, solve discrete logs, so DSA/ElGamal encryption might still be safe. If not, elliptic curves or some such might work.

    --

    Quantum mechanics: the dreams that stuff is made of.
  55. Too bad some idiot thought your stuff was funny by crovira · · Score: 2

    Its definitely not funny. You were right, the server's SysAdmin(s) was(were) reading your email. Somebody's supposed to be charged with insuring that no proprietary information leaves the door.

    I suspect that if I tried to use encryption at the office and ran pgp on my desktop, I'd be frog-marched right out the door before being flipped into the ditch. In the military, I'd be shot.

    The problem with encryption is one of control. I can't encrypt anything but I can request that it be reviewed and encrypted before being sent. Likewise, if I get encrypted email, it has to be decrypted on the server and reviewed before I get it.

    Its not my server. Its the corporations.

    If I have something to say, I always remember that its going out in clear text on an unsecured channel, or its going to be reviewed, and that anything I put down will come back to haunt me.

    --
    MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.
    1. Re:Too bad some idiot thought your stuff was funny by Troed · · Score: 1
      Bah. This post is written on my company computer, however, when I post this form it's going to get sent to the socks5 proxy at 127.0.0.1 which is SSH tunneled through the firewall to a linux machine somewhere else where there indeed is a socks5 proxy and then out onto the net.

      All my "private" traffic from work (httpd, ftp, icq, napster, irc etc) is routed this way, via tunneled SSH. I would really like to see the IS department demanding me to stop sending a lot of "random data" down port 22 .. *g*

  56. Solution Re:Automatic by Arker · · Score: 2

    The problem is, encrypting email is a lot less automatic than when encryption is used for secure web transactions. When I visit and want to buy something I don't have to manually get their key, click the encrypt button, enter keys, send. No all you have to do is check that you've entered a secure zone. If in email programs all you had to do was click the "use encryption" tickbox and have the program sort all the details out then a lot more people would use encryption.

    Pegasus Mail does this. By default it uses the built-in encryptor, a variant of the old crypt program, to encrypt the message with the passphrase you give it, but it also has a documented interface for third parties to add decryption modules. The QDPGP plugin handles PGP. It's pretty damn slick.

    Pegasus has been around a long time, it's free-beer, and it's by far the best email program around IMHOP. Very regularly I hear or read someone wanting their email program to do this or that, and almost always pmail does it already. The only good reason not to use it is it doesn't run on linux. If you use windows, dos, or mac, I really can't see why anyone would use anything else. And the Linux port might materialise soon.


    "That old saw about the early bird just goes to show that the worm should have stayed in bed."
    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
  57. Re:I routinely encrypt my e-mail by Cyberdyne · · Score: 2
    and send it to random friends all over the country, none of whom use encryption.

    They have no idea what's in it, but more importantly, neither does the NSA!

    Actually, this is a very important way to help keep your mail secure. If I send one piece of e-mail to a friend, that one message can be "cracked" with enough effort - the NSA will run it through some dedicated hardware or whatever.

    Alternatively, I send you ten messages, all about the same size. We've agreed on the algorithm already, and I have your public key. So, I send you one encrypted message, and nine chunks of /dev/random. You just decrypt all ten; nine fail, and you delete them, the other is the message. The NSA, meanwhile, have ten message to brute-force instead of one - which makes their lives ten times harder.

    Better still, I send ten messages, all encrypted with keys of yours - nine of which are just junk. Again, this makes life much harder for those trying to crack your messages...

  58. does it make sense... by shokk · · Score: 1

    ...that the feds should waste their time worrying about people who are using crypto for *good* purposes? Should we establish a billion dollar fund to help them track down people sending their grandmother a get well email with PGP?

    Of course they're going to concentrate on kiddie porn and terrorists. For their intents and purposes the world of crypto might as well be comlpetely composed of that type of person. Just so long as they do not make absolute and blanket statements painting crypto users as such.

    --
    "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
  59. Re:I routinely encrypt my e-mail by Captn+Pepe · · Score: 2

    The problem is that there is still one person who knows about the keyphrase or certificate...you. A better encryption system would make use of one-time keyphrases or certs that not even you know of.

    The problem with this is that you can't have a secure, knowledge-free cryptosystem. The short of it is that in order to securely communicate, the system has to authenticate the receiving end. This can only happen if the sender and receiver share some secret; otherwise, there is no way to prevent man-in-the-middle attacks, or even outright impersonation.

    This means you cannot have a system where not even the sender knows the cert/passphrase/whatever -- because then there is fundamentally no way to distinguish between the supposed sender or receiver, and an imposter.

    --

    Quantum mechanics: the dreams that stuff is made of.
  60. Re:Problems with Encrypting Email by zaius · · Score: 2
    Actually, they have come down in price recently. Now they're only US$14.95 (for 1 year).

    Personally, I don't encrypt my email because I don't send anything sensitive. If I did though, the $14.95 wouldn't kill me (especially since my OS, browser, and all my apps are free).

  61. Encrypt? by Fervent · · Score: 2
    But how many people routinely encrypt their email?

    I don't, but that's because I feel I have absolutely nothing to hide. Porn, unsettling comments about George Bush, comments about professors on the school's mail server, etc: if I can't take responsiblity for what I view and say, why do it in the first place?

    I agree that encryption should be around for those want it, and without it the average Joe will automatically lose to the "man". But do I think that encryption is primarily used by people causing trouble? Well... yes. It's hard to argue logistically otherwise (unless you're going to bring up freedom fighters in some third world country, in which case I would agree you have a point). But if average Joe is using encryption, you've got to understand that someone out there is going to ask "Why? What's he sending that's so important?"

    --

    - I don't care if they globalize against free speech. All my best free thoughts are done in my head.

    1. Re:Encrypt? by Sloppy · · Score: 2

      The reason to encrypt "unimportant" things, is to increase the security of "important" things, so that it gets lost in the noise.

      It's fine that you have nothing to hide, but some day, you might. It would be a Bad Thing if that one thing that needs hiding, happens to also be the one encrypted message that you send out of thousands.

      Also, you seem to have the idea that the only party that might be listening to your "responsible" messages, is law enforcement. This is not the case. Crypto can protect you from criminals too.

      Plaintext message: "Meet you for lunch across town at 12:00." Criminal's translation: "Fervent's house will be empty at 12:00."


      ---
      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  62. Re:If crypto is outlawed... by Barbarian · · Score: 2

    However my buisnessplans, source code, very private emails to girlfriend and secret documents, etc are very valueable to me, if the competition gets a hold of them, im screwed.

    Shouldn't that be:

    if the competition, or my wife, gets a hold of them, im screwed.

    ;)

  63. Re:keeping it private by peccary · · Score: 3

    Why those incredible assaults come from countries where individual rights are paramount???? France doesn't have as high a reputation for individual rights as anglo-saxon countries, yet there are no widespread perception of wholesale government spying on and impersonating their citizens!!!!

    Yeah, not for at least a hundred years! Ok, 75. No? Would you believe 50? Ok, 50.
    Sheesh, I know lots of people who are older than that. I hope to be older than that somebody, myself, and without having to live through my goverment spying on and/or impersonating me as they might well have done 50 years ago.

  64. Re:I sign more than I encrypt. by crucini · · Score: 2
    Simple fact is, if the police want into your data, they will get in eventualy...

    Of course. But that's not the main point of encrypting email. The point is to prevent the vacuum-cleaner approach, which the intelligence community is quite fond of. Plaintext email is begging for something like Carnivore.
    Pretty much all countries have been intercepting telegrams that cross their borders ever since telegraphy existed. The explosion of personal/commercial email must look like a bonanza to these folks. Vastly more grist for their mill.
    The danger is not that government can intercept your communications - they've always been able to. The danger is that it's so much cheaper and easier to intercept, enabling massive programs of pattern matching and neural net scanning.
  65. Actually the NSA knows... by Greyfox · · Score: 2

    They developed the technology to factor primes quickly years ago. All this whining about Cryptography is just a red herring so that the terrorists and child pornographers will continue using it rather than trying to develop something else.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  66. Re:Problems with Encrypting Email by KyleHa · · Score: 1

    When I've talked to Outlook users about using encryption, the barrier is that they don't want to use passwords for it. They've clicked "remember my password" for their POP3 account, and they don't want to remember another one to decrypt or sign emails.

    I think that generations to come will use encryption because they're already comfortable with email. Yes, just using Eudora is a struggle for my mom, but it's easy for my sister, and it will be second nature for my daughter. Using crypto will be a much smaller hurdle in the future because everyone will alredy be at a higher level of expertise to begin with.

    Likewise I think PKI will get better as more people become familiar with the technology.

    There's a huge learning curve for the written word. Most people spend years in English classes and still don't get it right! Crypto is easier than that.

  67. Re:keeping it private by KenRH · · Score: 1

    We Norwegians like to look at ourselfs at the most democratic nation in the world. :-) Still there have been accusations against the largest political party here for using the civilian inteligence POT (a brance of the police) to keep track of political opponents. And there is no doubt that people with "red" political oppinions have been under surveilance, a new law makes it possible for peole to se their "folder" and lot of people have used this opportunity to see if what they suppspected was true.

  68. Re:Problems with Encrypting Email by Kristopher+Johnson · · Score: 1
    It's not just crypto training that is needed: organizations need to be giving a lot more computer and security training to employees in general.

    It doesn't matter how easy it is to use crypto software. If you send an e-mail to a random employee saying "Hi, this is Bob from the IT department. We're having a problem with your e-mail account. Please send me your private key and passphrase so that we can fix it.", chances are that the key will be sent back to you.

    And as soon as some idiot encrypts ILoveYouAnnaKournikova.jpg.vbs, then that file is going to travel throughout the organization with no chance of e-mail filters catching it.

  69. Problems with Encrypting Email by rjh · · Score: 5
    1. Crypto software is hard to use.

      Before anyone even thinks of refuting this one, think about this: anything that requires more technical know-how than Outlook Express or Eudora is automatically going to fail in the marketplace. Why? Because 95% of the market finds their own technological skills tapped out at the level of using Outlook Express for basic email, to say nothing of doing something as advanced as (gasp) installing a crypto plug-in.

      As long as crypto software has any kind of significant learning curve, crypto software is not going to be widely-used. SSH is widely-used today, mostly because for casual use it's indistinguishable from telnet--the sysadmin (who has tech savvy) takes care of key management and the users just have to be told "type ssh instead of telnet".

    2. Public-key infrastructure is still mostly a myth.

      For all the millions which have been invested in PKI, it's mostly a crapshoot. The typical user still doesn't have a bat's chance in hell of using a public-key infrastructure properly. If Joe User wants to encrypt a message for John User, Joe doesn't know where to find John's public key, wouldn't know how to import the key even if he had it, and wouldn't know to do an out-of-band fingerprint verification before using it.

    3. Crypto requires learning.

      Sometime, take a look at the documentation that comes with PGP. It's pretty good, all things considered. It's also about the heftiest documentation I've ever seen for a consumer software product.

      Users don't want to learn. Users think (not unreasonably) that programmers should make programs work the way the users think they should, instead of demanding that users learn the way the programmers think the program should work.
    ... Those reasons are the big ones for why more email isn't encrypted. 95% of the population lacks the technical skill to use encrypted email, and 95% of the population doesn't recognize the need to encrypt mail anyway.

    For the record, my public key is available on Slashdot. I encourage anyone who sends email to me to use it. Even without a fingerprint verification, it's better than nothing.
    1. Re:Problems with Encrypting Email by Higher+Authority · · Score: 1

      Why waste so much time to convey a simple thought? People (ESPECIALLY Americans; I being one of them can say that) are LAZY.

    2. Re:Problems with Encrypting Email by mystik · · Score: 2

      Encryption is not hard. Netscape, LookOut and LookOut express all have one-click access to e-mail encrytpion. The problem of course, is that users have to fork over $50 or so to verisign or whomever is the cheapest CA to get an e-mail encryption certificate. This is not pgp, but rather s/mime. (i believe that's what it's called) I currently have an OpenCA certificate (because they're free) but this does me no good because every install of Outlook will complain because OpenCA is not a trusted CA. (BTA, CA=Certificate Authority)

      If we could get affordable (read: free) certificates to work with these clients,i believe e-mail encrytion usage would grow quickly.

      --
      Why aren't you encrypting your e-mail?
    3. Re:Problems with Encrypting Email by jimmcq · · Score: 1

      You can get free personal certificates from Thawte (who was recently acquired by Verisign).

      Just go to http://www.thawte.com/certs/personal/. Its quick and easy, especially with MS lookOut Express.

    4. Re:Problems with Encrypting Email by Alien54 · · Score: 3
      Users don't want to learn. Users think (not unreasonably) that programmers should make programs work the way the users think they should, instead of demanding that users learn the way the programmers think the program should work.

      Actually, it is more a matter of thinking that they do not have the time to mess with it. Anything that would take an evening or two of reading and practice will usually get blown off by someone as too much time.

      Let's face it, who has an evening or to do something or study something that is not a primary function of your job?

      Granted, studying something to get a handle on it makes your job easier in the long run. But you have to be able to get over that first hump. Since many folks have a stimulus response association between pain and study, I wonder why they avoid it when they can.

      ;-)

      Also, the learning curve for technolgy is made up of an awful lot of little things that the average slashdot reader considers intuitive, but which many users are lacking. Anyone who has taken a look at the Computer Stupidities pages has a catalogue of things not fully understood. Once you have finished laughing at the stories, it is an interesting exercise to go through them to a) figure out what is it that the person does not understand, what their blindspot is - and b) how to educate the person in order to handle this. This is excellent training for tech support. It blows you mind after awhile, too.

      --
      "It is a greater offense to steal men's labor, than their clothes"
    5. Re:Problems with Encrypting Email by torinth · · Score: 1

      OK. So I normally avoid the shameless plugs for my products, but I just can't resist this time:

      Cypherus does a pretty damned good job of solving [Crypto software is hard to use.] and [Public-key infrastructure is still mostly a myth]. Granted, it's not perfect, yet. But's it's pretty damned good, and in a few weeks we'll have a new version out chock-full of seamless email plugins.

      Yeah, that's Cypherus, which you can buy or evaluate at: www.cypherus.com. Check it out.

      -Andrew

  70. Re:I routinely encrypt my e-mail by shokk · · Score: 1

    The problem is that there is still one person who knows about the keyphrase or certificate...you. A better encryption system would make use of one-time keyphrases or certs that not even you know of. Recent announcements on /. sound like they're headed this way. The only question is will the public ever see it or will someone get kidnapped in the middle of the night a stuffed into the trunk of a car.

    --
    "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
  71. Email is encrypted by mashy · · Score: 1

    Unless I'm sending something absolutely unimportant, like "meet me at the movies at 8", I almost always use encryption when talking about anything personal, like "meet me in front of the bank at 8 with car running". It's not really that I worry about people intercepting the message while being routed across the net, since I'm not exactly a criminal and anyone who knows me is not smart enough to intercept my email, but I fear that someone will gain access to the recipient's mailbox (boss monitoring email, friend is over playing around on computer..) and reads a message I would rather they not see.

    A problem with relying on encryption of email solving this problem is that most mail clients will allow you to save the message in a decrypted form for filing once it has been received and decrypted. It would be much more secure if mail clients didn't allow you to save a message in decrypted form, and required you to identify yourself to the decrypter every time you wanted to go back and read an email.

    The biggest problem with email encryption is that so few people have keys. I have tried to encourage friends and family members to use encryption by helping them create PGP/GnuPG keys and encrypting everything I send them. Sometimes they encrypt when they send back. Encryption of email might be more common if all the major mail clients shipped with encryption software bundled and installed/setup keys with the default installation.
    More people would probably use encryption if they were aware they can do it, had access to the software to do it, and had it setup/knew how to use it.

    1. Re:Email is encrypted by shokk · · Score: 1

      "Sending meet me at the movies at 8" in plain text is a good way to let that sniper who's been tracking you to know where to park. =)

      Gotta run! They're at the door!

      --
      "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
  72. crypto is necessary for security by bahamat · · Score: 1

    I live in San Diego, and work for an ISP in Oaklahoma administering the network systems remotely over SSH. The guys out there handle all of the sales and such then e-mail to me the usernames and passwords, credit card info, demographics, etc. This is exactly the kind of information that /needs/ to be encrypted when sent over the Internet, especially for such an insecure system of data transfer as e-mail. If that stuff was sent in plain text I'd have hundreds of sucessful crack attempts, instead of a pretty tight and secure box. Even the best security measures will ammount to nothing if we broadcast user/pass combinations to just anybody who's watching.

  73. Re:keeping it private by Moosbert · · Score: 2
    I think the whole "envelope" analogy is mostly phony. The real reason that most people use envelopes is for physical protection (wear and tear, dirt) and for packaging convenience (folded letters, more than one sheet). If I had to send something secret I sure would try harder than an envelope.

    A more appropriate analogy are the specially shielded and sealed envelopes that banks occasionally use to send you new PIN codes. But when was the last time you used one of those?

  74. Re:I routinely encrypt my e-mail by 348 · · Score: 1

    I genrally just don't send anything I wouldn't want the gov't to read. It's simpler to be safe rather than sorry.

    --

    More race stuff in one place,
    than any one place on the net.

  75. Re:I sign more than I encrypt. by CrusadeR · · Score: 2

    Same here.

    The difficulty with encrypting everything at this point is that I communicate frequently with people who don't really feel inclined (at least, not yet) to get PGP or GPG; that and most of my e-mails aren't terribly confidential.

    However, by signing everything, it may encourage people to find out for themselves what digital "signatures" and encryption involve after they repeatedly see "BEGIN PGP SIGNATURE" at the bottom of all my correspondence, in addition to the direct benefit of having some form of verification for e-mails.

    --
    :wq
  76. Data hiding by ostap · · Score: 1

    Hm, if it is going that way then the bad guys will have no choice except to start hiding their encrypted data. I am trying to imagine FBI and CIA scanning all bypassing images and mp3 files for hidden patterns of data. Perhaps then someone will try to ban the steganography? Funny. Instead of making noise more money should be invested in developing cryptoanalysis techniques.

  77. Re:keeping it private by Bios_Hakr · · Score: 1

    Once upon a time, we sent mail via telegraph, messenger, smoke signals, etc... Now almost everyone would shudder at the thought of sending anything more than "Hi, wish you were here." in the open via mail. People understand that things like:

    1. Confirmation of product orders
    2. Notifications of important events
    3. Upcoming job changes

    need to be kept private. If I want my mom to know that my wife is pregnant, I should have the right to tell her and noone else. If I order a large, black, metal-studded dildo for myself, only I should be able to see the confirmation.

    Call me an optimist, but I belive that people will eventually see that privacy is a right. If you are in your own home, on the street, at work, or in legal trouble you have the right to a private conversation.

    Also, why has noone pointed out that our government encrypts almost everything? I work for a government agency and nothing at all comes into or out of my office without encryption. If our government has the right to demand that information be kept secret from its citizens and enemies, don't we have the right to pprivacy from our government and out enemies?

    --
    I'd rather you do it wrong, than for me to have to do it at all.
  78. How many really use it? by tiny69 · · Score: 1

    How many people _REALLY_ use encrpytion on a regular basis?

    And I'm not talking about ecryption that is fairly transparent to the user, such as SSL or SSH. I mean, how many people go out of their way to encrypt every email they send? Not many. With all the people in this world who send email, I'd be surprised if one percent or two actually make a habit of encrypting email. And that's being generous.

    How many of those that do use encryption use it for other than legal purposes? I bet that the percentage he higher than those who send email without encryption. Then law-enforcement officials step in and do one of the things they are best at (regardless on how illegal it may be), stereotyping. With that they can make broad claims such as "Criminals are more likely to use encryption when sending email." Regardless that there is no evidence to back that up. They do this to help fight crime by narrowing the focus of their resources.

    The media and politicians take general statements such as the one above and distort it until it suits there own purposes. "Only criminals use encryption!" What's really scarey is the average citizen will not question such statements and accept them as being true! If they do question it, it along the lines of "I don't use encryption, my friends don't use encryption, so it must be true."

    "When the Feds -- be they CIA, FBI, NSA, or Treasury Department -- discuss crypto, they make it sound as if anyone using it must be a child pornographer, drug smuggler, or terrorist."

    Statements like that, as disheartening as they are, don't really surprise me. Don't be surprised either when politicians start passing laws making the use of encryption to further criminal activity a crime. Yeah, it sounds stupid, but laws similar to that already exist.

    --
    Go not unto/. for advice, for you will be told both yea and nay (but have nothing to do with the question)
  79. Single instance, multiple recipients by Sloppy · · Score: 2

    That still doesn't explain it. A PGP mail sent to multiple recipients is IDEA-encrypted with one single session key, and the session key is RSA-encrypted in the header, once for each recipient. So there's still just one identical copy of the message sent to everyone. Storing a single instance of the message will work fine.

    (Substitude IDEA/RSA with something else for newer versions of PGP.)


    ---
    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  80. Yah... by Greyfox · · Score: 2

    Phil Zimmerman is still alive. You think he would have ever even lasted as long as to release PGP if they couldn't break his stuff?

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  81. Stupid cultural imperialists by Medievalist · · Score: 1

    /.
    First off, it hasn't "always" been "innocent until proven guilty" even in your country. Did you sleep through history class?

    Second, this is not the norm today throughout the world (although it is now commonplace). For instance, I am told that France still requires all accused criminals to prove their innocence.

    Slashdot once again proven to be overrun by technologically talented know-nothings; frog-bashing at 11.

    --Charlie

  82. Re:If crypto is outlawed... by locust · · Score: 2
    Crypto is about more then just hiding stuff from 'The Man', its about keeping things private from all people.

    Right on. Encryption is also a tool that helps prevent your information from being violated. Notice that the availabilty of weapons and training (selfdefence) are proactive. They are things you can do yourself to learn to deal with potentailly unpleasant situations. You have options other than: wait for the cops to get there (though this may still be your safest one). Encryption is a similar tool for the defence of your information... And in this day and age direct information attacks such as true name fraud (basically by collecting enough information about you to functionally impersonate you) are much more lucrative than any pick pocketing.

    --locust

  83. Re:Paranoia level by valdis · · Score: 1

    As Bruce Schneier pointed out, if you're communicating with somebody, there has to be a cover story of why you and the somebody are exchanging JPGs of giraffes, and the cover story has to have existed before you started using stenography. "Hiding" it inside a .JPG doesn't do you much good, if the fact that you're suddenly exchanging .JPGs is itself a clue that Something Is Up. Traffic analysis is a powerful tool - the first people outside the high levels of the US Government that knew that Operation Desert Storm was in gear were the pizza parlors that noted a BIG increase in late-night deliveries to Department of Defense buildings in Washington DC.

  84. Re:Anecdotal evidence by Petrophile · · Score: 1

    Well, one big problem with PGP is the lack of integration with mailers. SMIME capable mailer (like Netscape and Outlook/OE) generally automatically verify the signature and display the results to the person reading the message.

    I have an older version of the PGP add-on for Outlook, and it doesn't automatically verify messages. I'd have to reach all the way up and push a toolbar button, an for most mailing list messages, I can't be bothered!

    Perhaps this is because the SMIME is based around the 'trusted root' idea, where PGP can be used in a completely decentralized mode. (You wouldn't be able to verify my PGP sig because I'm not on any key servers, for example.)

  85. DON'T DO IT! by autocracy · · Score: 2
    Edsfay areway ealousjay ofway ourway yptocray. Eythay antway otay oghay itway allway otay emselvesthay

    Decrypting the above message is a violation of the DMCA act - you will be punished! Oh yeah, and this entire message was also encrypted with binary ascii. If you're reading this, you've just broken the law again!

    ALL YOUR BASE ARE BELONG TO US!

    --
    SIG: HUP
  86. In a way... by Syberghost · · Score: 2

    In the United States, we have such a bewildering array of confusing and, in some cases, contradictory laws, it is very nearly impossible to go through the day without violating a few.

    So, since we're all criminals, in way anybody who uses cryptography is a criminal. But so is anybody who doesn't.

    -

    1. Re:In a way... by shokk · · Score: 1

      Sounds like a lot of other things in life get past you besides U.S. law.

      --
      "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
  87. what's the point? by sparkane · · Score: 1

    Well, it's /.-ed. If the article is simply along the lines "Why don't people really use encryption on a daily basis? Is it just because it's for doing bad things?" then I have this to say:

    Until people in general take a more serious-minded approach to computer security in their daily lives, speculating about why people don't use one tool or another tool is pointless, and basing speculations about the nature of the tool on that speculation is also pointless.

    It all comes down to what we expect to be an adequate security awareness in the general net population. Apparently, not even sysadmins really take the time to truly safeguard the systems they run, as witnessed by the latest big credit card hack. If sysadmins themselves don't take security seriously enough to plug holes in their setup that are two years old, what will this imply about the general populace's attitude toward computer security?

    Come back when electronic security has become more of an accepted part of our daily lives, and we can talk about whether crypto is for criminals or not.

  88. Only in a Court of Law by redelm · · Score: 3
    You are innocent until proven guilty only in a British-origin Court of Law. Not in most Napoleonic-origin courts [Europe]. Not in the press or court of public option [OJ]. And not by the police.

    Police have a hard job, but worst I think is the corrosive daily contact with criminals and their horrible acts. Without special precautions, they are sure to eventually see the world as made up of victims, perpetrators and cops [potential or actual].

    A user of encryption doesn't much look like a cop, although in one way he is -- enforcing privacy and wiretap laws. A user of encryption doesn't look much like a victim, although they are potential victims of wiretap or other eavesdropping. So encryptors must be criminals.

  89. Riddle me this, riddle me that: by psicic · · Score: 2

    I've got a good one for you:
    The Republic of Ireland and Britain have widely different laws regarding crytography.
    So, take it that one country makes it illegal to withold your encryption keys, even providing for jail time and fines if you 'lose' your key and can't prove that the loss genuine. That same country can have a minister or local authority, among others, issue a warrent to police to seize your encryption keys. Also, ISPs are warrented to have systems set up to intercept and decrypt e-mails.
    On the other hand, the other country makes it illegal for the police to force you to give them your encryption keys. Warrents are still the realm of the justice system and e-mails are not intercepted by-in-large.
    Now guess which country is which: Ireland, which garners a relatively huge amount of IT investment from across the globe, and Britain, which doesn't get as much investment as its skilled workforce, developed infrastructure and cheap(er) overheads would seem to warrent.
    As most of you may know, this big difference all came about with the RIP bill in Britain which introduced a lot of these draconian measures. At the same time in Ireland, legality of electronic signatures, privacy of encryption keys etc... were being insured by new legislation.
    I amn't suggesting that this difference is the sole cause of the investment in Ireland, but it doesn't hurt the matter at all. Plus it also shows the demand for the legitimate use of cyrptography by big business.
    Read this(old) wired story for more.


    8)

    --
    Concrete analysis...
  90. Re:I routinely encrypt my e-mail by xigxag · · Score: 2

    00DD, ryptoc si oodg orf uttingp p3sm no imsterA!!1

    --
    There are two kinds of people: 1) those who start arrays with one and 1) those who start them with zero.
  91. ssh remote access by MrChucho · · Score: 1

    I use ssh for remote access to my home network. There's no way I'd use telnet... it's not that I have something to hide, it's just that ssh protects my personal information and resources (i.e. my home computers). ssh is as easy to use as telnet, too!

    I also use ssh (and ppp) to create a VPN between my computer at work and my network at home since I need to work at home sometimes and my company won't provide a real VPN for non-modem users.

    Encryption is safe (safer, at least, than plain-text), easy to use a good way to protect my privacy (which we all know, is constantly threatened).

  92. Wireless by Dust+Puppy · · Score: 2

    When we are all using wireless internet, cryptography will become essential to stop passers-by sniffing all the internet traffic. It is important that we work the bugs out of the software before then.

    1. Re:Wireless by Dwonis · · Score: 1

      What's the difference between that and ethernet or cable modems? Crypto is ALREADY essential.
      --------
      Genius dies of the same blow that destroys liberty.

  93. keeping it private by steve.m · · Score: 4

    One way to look at using crypto is that you don't send postcards discussing private matters, you put a letter in an envelope so the postman can't read it.

    I encrypt my email so only the recepient can read it - if the security services here in the UK want to read my email, they will use the RIP bill to get the private key and passphrase from me. At least then I'll know they are interested in me ;)

    1. Re:keeping it private by Jens · · Score: 1
      RIP bill... is that the "Rest in Peace(s)" bill?

      "Hello, this is the FBI. We need your encryption keys. <BLAM> <BLAM> Thank you. Have a good day."

    2. Re:keeping it private by Ig0r · · Score: 2

      Yes, but citizens also shouldn't be limited to the minimun 'flimsy' encryption. Just as I am free to use as much packaging as I wish to send a letter, I should be free to use as much encryption as I wish to protect the privacy of an electronic message.

      And the other thing is that with the USPS, you're using their employees and resources to send a package, so they should be concerned about their safety. But with an electronic message, I'm only using public areas (public networks [the internet], or maybe even sneakernet), and the government (or whomever) shouldn't be concerned with what I'm transporting because it isn't going over their lines.

      --

      --
      Soma: because a gramme is better than a damn.
    3. Re:keeping it private by cicadia · · Score: 3

      if the security services here in the UK want to read my email, they will use the RIP bill to get the private key and passphrase from me

      I wonder, what grounds could any government, especially one which wants digital signatures to be binding, possibly have to ask for your private key and passphrase?

      I could understand the utility of a bill like that if it allowed the government access to a session key for a particular message. Without giving them your private key, they would be able to decrypt that message only, and they could get the information they were after. Hell, if they wanted to, they could even ask for the key to each and every encrypted document on your computer, and there's no reason why your crypto software couldn't provide it to them.

      If you have to give up your private key, though, they have automatic access to every document which has ever been encrypted to you, or will be in the future (cancelling a compromised keypair is still one of the messiest areas of cryptography, and it gets worse with every person who gets your public key). Not only that, but the government could then use that key to impersonate you, forging any document they want and digitally signing it.

      I don't know of any crypto software right now which would give you access to just the session key for a particular message... or whether lawmakers would consider restricting their power in this way... are there any UK privacy advocates out there with more insights on this law? How far does it go? Could we use something like this to get a bit of privacy back?

      --
      Living better through chemicals
  94. Re:If crypto is outlawed... by Ryan+Koppanhaver · · Score: 1

    Interesting opinion. Now Chris, did you steal that from another webpage, or was that your own opinion?

    ---

  95. As an experiment... by Bob+McCown · · Score: 5

    ...about 3 years ago, a bunch of us started pgp-ing our email at work, both internally and externally. Within a week, an email from the IT department went around asking people NOT to use encryption, as 'it is causing an undue load on the mail server'. Baloney, they just couldnt read our mail any more....

    1. Re:As an experiment... by xigxag · · Score: 1

      In actuality, it is good company policy to encrypt email. The evidence against MS would've been much weaker had they used a program like Disappearing email, which self-destructs your memos after a predetermined period of time.

      --
      There are two kinds of people: 1) those who start arrays with one and 1) those who start them with zero.
    2. Re:As an experiment... by cicadia · · Score: 1

      an email from the IT department went around asking people NOT to use encryption, as 'it is causing an undue load on the mail server'

      That's absolutely ridiculous... encryption and decryption have to be performed on your workstations (or else there's not much point to it) and so there can't be any extra load on the server. In fact, there should be less load, since PGP always compresses the plaintext before encrypting it.

      Lower storage costs, less network traffic... we should campaign for mandatory encryption just on those grounds :)

      --
      Living better through chemicals
  96. Re:I routinely encrypt my e-mail by shokk · · Score: 1

    So if the sender and receiver can know it, then someone else can guess it. And if the system is open, then it is more likely to be studied on how it can be cracked. Truly a double-edged sword.

    --
    "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
  97. I routinely encrypt my e-mail by Our+Man+In+Redmond · · Score: 3

    and send it to random friends all over the country, none of whom use encryption.

    They have no idea what's in it, but more importantly, neither does the NSA!
    --

    --
    Someone you trust is one of us.
    1. Re:I routinely encrypt my e-mail by DavidTC · · Score: 1

      Because it also screws with traffic analysis. You can send more or less encrypted stuff as the situtation requires.

      -David T. C.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    2. Re:I routinely encrypt my e-mail by kinnunen · · Score: 1
      So basically you are making brute force decryption ten times more CPU expensive. Why not just add four bits more precision to your key and make brute force attack 16 times harder? Or better yet, add EIGHT bits and make it 256 times harder. Or 16b - no wait, 32 bits and...

      --

  98. fucking plagiarist by streetlawyer · · Score: 1
    if the competition gets a hold of them, im screwed.

    You absolutely are, given that your business plan appears to be to steal other peoples' reviews.

    People have long memories, you know.

  99. Envelope = ROT13 by befletch · · Score: 1

    Since people are granted the "flimsy" protection of an envelope, without really having to worry about their privacy being invaded, would it be far-fetched if we were granted "flimsy" encryption as well?

    The best analogy I can think of for the "flimsy" encryption of an envelope is ROT13. We don't worry about postal mail privacy because the system has been around forever, but a postal employee with a light bulb can capture credit card numbers more easily than a script kiddie with an NT/IIS hack kit can.

    Sure, digital information is easier to inspect in large quantities, but I bet that somewhere in the world, in some despotic little country, there is a 'postal code reader' in a mail room that includes a backlight and an OCR system. Posties on the line wouldn't even have to know about it.

    PS, for those of you who are so concerned about email encryption; you do shred your bills etcetera when you discard them, right?

    --
    If you say, "now I'll be modded down because of X", I'll happily oblige.
  100. Lotus Notes, and automatic crypto by Anonymous Coward · · Score: 1

    I work for IBM, so of course we use Lotus Notes. Quite frankly my feelings about it are mixed... But, it does allow for both encryption and digital signatures, which most people I work with use all the time. Why wouldn't you encrypt sensitive email? Anything marked "confidential" has to go in a locked drawer if you print it out, so why not a "locked drawer" when you send it?
    More to the point, I like the fact that digital signing gives me a much stronger case if someone ever wants to call one of my decisions into question. Producing an email (or ICQ log ala eFront) is easy, but unverifiable. Producing a digitally signed message showing you had clearly stated your position is a godsend. (or a curse I suppose, depending on your actions...)
    Anyway, I think cryptography has a much place in the civilian cooperate sector as the military.
    Note: Yes, I work for IBM, and I use Lotus notes as an example. This is because it is what I am farmiliar with, and I'm not doing this to troll or advertise. Quite frankly, I don't care if you use it or not.

  101. Re: Pegasus Mail for the Mac? by namespan · · Score: 1

    If you use windows, dos, or mac, I really can't see why anyone would use anything else.

    Hmmm. After a brief look at pmail.com, I can't turn up any info about a Mac version -- looks like Dos/Windows only. Am I missing something?

    --

    --
    Libertarianism is rich wolves and poor sheep playing gambler's ruin for dinner.
  102. I encrypt all email... by tswinzig · · Score: 1

    that is sent to the remote office... automatically, thanks to VPN.

    --

    "And like that ... he's gone."
  103. The article is completely outdated by Ektanoor · · Score: 2

    Crypto is needed to secure information from being sniffed, accidently or purposedly seen by a third party or to avoid its diffusion over the limits you set it to be distributed. And crypto is used not only to exchange informations between different parties, or to hide secrets. For example we and many other networks use ssh, VLANs, VPNs and other tools to administer servers, communication equipment or to create private information channels. And most of these tools possess encryption algorythms to avoid information leakage.

    For years many organisations use crypto tools for their tasks. And I am pretty sure that Government Agencies even partially support such use. The problem here is not the use of crypto but which crypto tools are used. Unfortunately, here Agencies do play the wrong hand. Their ideas, porposals about crypto are clearly out of sync with modern needs. They would like to see us using those tools that would ease their work. Sorry but it is pretty clear that today these same tools are just easy enough to be broken, bugged or overcome by criminals, terrorists and spies. Some can even be broken by teenagers due to some stupid design flaw or something similar. Anyway, most agencies may accept their defeat, no matter the hardships they fall in, because they have a duty in priority - secure their countries from different types of menace. So the may say some bad words about PGP, SSH and similars but still don't do a finger against them.

    And I do believe that most agencies don't speak about crypto users as crooks... With exception of police forces lacking basic infrastructure and knowledge about Internet. There yes, they think they can "secure the world" for you. They look at you with such wild eyes when you say that you use crypto tools to administer the network. Yes, these ones do ask "what you wanna hide" and similar things and look at you most as a gang boss. But these people are not those who decide should crypto be used or not... First there are regulations and laws. Second the control on the use of crypto tools is mostly given not to police but to intelligence agencies. So you may say "go walk" if the guys don't understand your work.

    But there is also a group of organisations that for the last years started to talk too much about crypto, hacks and open standards/sources. And speak about their supporters and users asd terrorists, crooks, pyramid makers and criminals. These organisations are the software corporations. I wouldn't be admired that the author messed things a little bit. Note that he first speaks about Zimmerman vs. Network Associates and the fact that these guys wanna hide something. And only then he speaks about the Agencies. I wouldn't be admired that N.A. started a campaign against Zimmerman and started to claim that opening everything would only help criminals and crooks. And calls to help the poor Agencies that live so badly in this hard crypto world...

  104. "No one encrypts mail" but all encrypt credit card by Anonymous Coward · · Score: 1
    The /. article header makes it sound like crypto is rarely used by the layman. But, what about buying stuff over the web? Nearly all web stores use SSL during the actual sale transaction. *Most& people do use crypto here, even if they don't realise it.

    The bottom line is, people use crypto WHERE IT COUNTS. Usually this is when dealing with anything related to money. And no one is coming out against this use of crypto. In fact it's been strengthened in most browsers from 40 to 128 bit strength.

  105. PGP hard to manage with mailing lists by Nonac · · Score: 2

    There may be management tools that I am not aware of, but it has been my experience that PGP is hard to impliment when you are sending a message to a large mailing list. You have to know everybody on the list and encrypt the message to each of their public keys.

    Don't get me wrong. I am all for PGP, but this is one problem that I haven't found an elegant solution for.

    I currently use PGP only for sensitive email, but I would like to be able to use it for all internal email.

  106. Anybody should use crypto on sniffable links by /Wegge · · Score: 1
    My company is about to implement a VPN solution that is base on some sort of SSL. I'm not into the details, and I don't really care, as long as we get rid of the dial-up connection as the only way into the system.

    The important thing about the setup is that it is encrypted to the point where it doesn't matter if we hook up to a customers network and use their internet connection, not even if we have to discuss exactly how much they are going to pay for an Ad-Hoc change to the system while we are onsite. Anybody can see the benefits of this setup, or rather the problems of not securing the communication.

    But when it comes to home broadband access, it's a totally different matter. Here in Denmark, most of the cable companies are also providing a network connection of some sort. In most cases, the setup is such that anybody within a block of flats can sniff the traffic to and from the rest of the flats in the same block. In such a setup, it is vitally important that you believe really much in the integrity of your neighbours, or cover up your network traffic.

    --
    //Wegge
  107. If crypto is outlawed... by chabotc · · Score: 2

    If crypto is outlawed, only outlaws will use crypto? Its a bit cheesy, but i think in this discussion it makes sence, if we consider crypto to be for outlaws only, we de-educate the people, and tell them that using crypto is like being an outlaw.

    However my buisnessplans, source code, very private emails to girlfriend and secret documents, etc are very valueable to me, if the competition gets a hold of them, im screwed. So when i send them out encrypted, am i an outlaw? Hell no, i just dont want every script kiddie to get his hands on my info/passwords/documents/etc..

    Crypto is about more then just hiding stuff from 'The Man', its about keeping things private from all people.

    Thereby, does paying with a credit card over a SSL connection make me a criminal 'cause i dont want every script kiddie to have it ? :)

    -- Chris Chabot
    "I dont suffer from insanity, i enjoy every minute of it!"

  108. Automatic by Tarquin+Sidebottom · · Score: 2

    The problem is, encrypting email is a lot less automatic than when encryption is used for secure web transactions. When I visit and want to buy something I don't have to manually get their key, click the encrypt button, enter keys, send. No all you have to do is check that you've entered a secure zone. If in email programs all you had to do was click the "use encryption" tickbox and have the program sort all the details out then a lot more people would use encryption.

  109. Here too by Lysander+Luddite · · Score: 1

    My friend told me he's worried about the same thing here in Melbourne. There's not enough security conscious companies out there and even fewer mainstream users. I think because since WW1 encription has been a primarily governmnet led field. Previous to that a lot of encryption theory was done by mathematicians. At least that's what Discovery Channel says.

    But it seems the US government wants to capitalize on the ignorance of encryption to control it's image. Instead they should encourage its use and development.

  110. I sign more than I encrypt. by _Shad0w_ · · Score: 2

    The function of gpg I use the most is the signature, I very rarely use the encryption functions, in fact the last time I got an encrypted e-mail was 5 months ago and it was the new root password for a system I admin.

    Quite frankly if the police have a desperate need to know the root password on a server I admin, then they can have it...if they want to get in that desperatly they will anyway.

    Simple fact is, if the police want into your data, they will get in eventualy...I have nothing that I desperatly need to hide, just things I would rather keep to myself. I mean, if you can't trust the police, who can you trust.

    That was irony for the humourly challenge.


    --

    --

    Yeah, I had a sig once; I got bored of it.

  111. An obvious solution that's at least better.. by xtal · · Score: 2

    If the problem with users using crypto is that most don't know how or aren't technically savvy enough, why not abstract this from the user completely to make mail traffic (more) secure to snooping? People are under the assumption that there's nothing that can be done from the time that they hit send, and I'm not sure that's completely accurate.

    What about encrypting at the SMTP level? e.g. the information is transmitted plaintext to your local outgoing mail server, but then that server relays the mail traffic in an encrypted form - to other servers to which it knows how to get the proper public key from. This isn't ideal, but it would be at least a little better. Along the same lines - when CPU power is cheap, why not encrypt at the router level, too? Why do people assume that the government has some god-given right to have the ability to snoop on my private converstations?

    Along the same lines, why not integrate the encryption/identity stuff into the OS - this is harder in windows, but could more easily become a part of gnome, or whatever.

    Just some thoughts.. and I encrypt work and project related stuff when I travel in case my notebook gets swiped - and I'd like to retain that right. Crypto filesystems are the ideal here, though - again, as transparent as possible.

    --
    ..don't panic
  112. /tmp files, swap files, and RAM. by Anonymous Coward · · Score: 1
    ppl tend to forget about temp files which can contain an unencrypted copy.

    This used to be a hobby of mine when I was bored back in college.

    I'd log on the the local Unix cluster and probe the /tmp directory for anything interesting. I'd look at what people were editing, etc. Sometimes the files were writable (their umask set to 000). Insert some typos! Heh. Binary files would get run through 'strings' to look for goodies.

    strings was especially good to use on the swap file. /dev/mem and /dev/kmem may have been protected, but the swap was wide open and often contained things like passwords. Muhahahah!

    Other tricks? create a file, seek to some far off location like 10000000L, write a byte there, close the file. Then open and search the file for interesting things. Early unix did not zero out newly created files, so you could browse stuff that was earlier rm'ed and left intact on the disk. Woo hoo! Deleted pr0n!

    Ditto memory. malloc some big block of memory and then dump it to disk and search for interesting data left in there. I got the root password with this one. Tee hee!

  113. Where? by pcgamez · · Score: 1

    So, if I was very interisted in encrypting data on my HD, where would I go about getting software to encrypt it well enough that then FBI technicians would be swearing my name for a month?

  114. Re:Paranoia level by xigxag · · Score: 1

    Most people employ a sort of "steganographic" calculus in their decision that it's not worthwhile to encrypt email to begin with. After all, there are billions of pieces of email sent every day. why would anybody want to read my message to Grandma? In essence, my daily, banal emails are hiding in plain sight.

    And when it comes to more sensitive information that really does need to be encrypted, such as credit card info, it's customary to go to an SSL-enabled site to do so. So most people, I think, instinctively choose a level of security which is appropriate to their situation.

    On more than one occasion I have accidentally received incorrectly addressed email intended for another recipient. In the vast majority of cases, it's like, "See you Thursday at the ball game, Michael." However, I did once receive a large (>1 MB) corporate spreadsheet with sales figures and such. I wrote back to the sender and she asked me to please delete it asap. It would certainly have been better for this person had she encrypted the message beforehand.

    --
    There are two kinds of people: 1) those who start arrays with one and 1) those who start them with zero.
  115. Anecdotal evidence by GeorgeH · · Score: 1

    I used to be really proud that I signed all my e-mail with a PGP signature so that everyone knew that it was really me sending the e-mail. Then I got curious as to whether anyone was actually checking my signature, so I copied a signature from an old message into a few messages to mailing lists that I'm on. These are fairly geeky mailing lists, one regularly talks about crypto, another was a LUG list. Not a single person noticed the wrong signature. I don't bother to use PGP anymore.

    Crypto is only as good as the other people using it.
    --

    --
    Why can't I moderate something "Wrong" or at least "Grossly Misinformed"?
  116. Re:Problems with Encrypting Email (Not hard to use by ogre2112 · · Score: 1

    It's not hard to use. People are stupid. Say it. Yes..

  117. Crypto at work by Kondoor · · Score: 1

    I just recently wrote a company wide policy regarding the use of email. In the policy it is now mandated that when sending any information over the internet that may contain client information it must be encrypted. Each user is then audited at a random basis and checked to ensure they are following the procedure if not, termination of that employee is possible.

  118. Paranoia level by cheezehead · · Score: 2
    It all depends on how paranoid you are. Most of the time, I don't care at all if someone reads my e-mail. Just wasted time for the fool that goes through the trouble of intercepting it.

    Sometimes I do care, so I'll encrypt it. A bit more hassle for the recipient, but worth the trouble. We're talking competition sensitive stuff here.

    Then, if you're really concerned about interception, you should probably think about steganography. This is the art of hiding the encrypted message so that it won't be obvious that there's an encrypted message being sent. For example, you could hide your encrypted bits inside a picture or an audio file. There is software available to do this automatically. The security advantage is that the message needs to be recognized as being encrypted in the first place, which is not all that trivial.

    For most of my messages, all this is way too much trouble. But I guess criminals would find this attractive...

    --

    MSN 8: Now Microsoft even has bugs in their ad campaigns.

  119. Antagonise the spies by RiotXIX · · Score: 1

    I'd consider using crypto just to piss off carnivore.

    --
    "You know you don't act like a scientist, you're more like a game show host." Dana Barret
  120. Hacked email account by Anonymous Coward · · Score: 1

    The question should be "Is not using crypto begging for trouble?" in which I would promptly answer yes. I've recently had my email account hacked (or I'm under that suspicion) and I've had to move to a more secure online email service which offers encryption among other security features. The breached account wasn't my primary address where I send and receive ultra-sensitive email, but whenever you recieve attachments of your own log-in screen (among other odd events) it still pisses you off.

    I'll be the first to admit I got sloppy, but now I encrypt all my email. If that makes me look like a criminal, so be it.

  121. Just to annoy them... by RussGarrett · · Score: 1

    I routinely use crypto for every message I send. If it is confidential, nobody can read it - so much the better. If it's a routine meneal message, it's pissing the NSA/GCHQ off - none the worse.