Slashdot Mirror


Passwords Are the Weakest Link In Online Security

Orome1 writes "It's not surprising to find that 79% of consumers use risky password construction practices, such as including personal information and words. The recent Gawker breach and a detailed analysis of breached passwords show undeniably that passwords continue to be the Achilles' heel of the average Internet user. This insecure trend sadly doesn't shift as 26% of users reuse the same password for important accounts such as email, banking or shopping and social networking sites while 29% had their own email or social network account hacked, and over half (52%) know someone who has had a similar problem."

277 comments

  1. Bad Passwords Are the Weakest Link. by John+Hasler · · Score: 1

    n/t

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    1. Re:Bad Passwords Are the Weakest Link. by grumbel · · Score: 5, Insightful

      No, the weakest link is the flawed authentication mechanics that requires you to use passwords in the first place. Bad password are just the natural result of that. If you want to fix the problem, you have to fix the way users authenticated themselves, not just chose a better password.

    2. Re:Bad Passwords Are the Weakest Link. by nanospook · · Score: 1

      Passwords are cheap and easy to understand.. Whats the alternative that doesn't require users to buy something to authenticate themselves?

      --
      Have you fscked your local propeller head today?
    3. Re:Bad Passwords Are the Weakest Link. by Stiletto · · Score: 1

      It's almost 2011. They all have mobile phones. Text a code number to the mobile phone associated with their userid. They have to enter the code to log in.

      For users who still don't have a mobile, you shuffle them to the 'legacy' password login system, warning them along the way they're going the low-security path.

    4. Re:Bad Passwords Are the Weakest Link. by Sigma+7 · · Score: 1

      Whats the alternative that doesn't require users to buy something to authenticate themselves?

      Many options:

      1. Openid
      2. Emailed/texted passwords.
      3. Algorithmic passwords generated through JavaScript (which can also be stored on mobiles).
      4. No user authentication (just needed for admins)

      The third option can also be used for legacy sites that only use password authentication, simply by omitting a timestamp from the algorithm.

    5. Re:Bad Passwords Are the Weakest Link. by grumbel · · Score: 1

      Whats the alternative that doesn't require users to buy something to authenticate themselves?

      OpenId or public key encryption, the later one would need support from the browser to be easy to use, but thats not much different from passwords, give that a huge number of people probably depend on the "remember password" function of their browser.

      Another alternative, that for some reason I have never seen anywhere being used, would be pure email/cookie based authentication. The way most sites work these days is:

      1) supply username, password, email
      2) get an email for account activation
      3) login

      or for password reminder:

      1) supply username, email
      2) get an email with new password
      3) login

      Why not get rid of the password and have the link you get by email be the thing that authenticates you? Your browser already stores the cookie that will keep your login alive across sessions, the password servers absolutely no purpose and we could be getting rid of it without much harm. When you work across multiple machines that scheme of course might not work, but in those cases you could simply let the webpage generate a password or another link for you, so that you would only need to fall back to passwords when you need them, not being forced to use them when you don't.

    6. Re:Bad Passwords Are the Weakest Link. by bitingduck · · Score: 3, Insightful

      I have a mobile phone (two, actually). I also live in a hole in the ground (not quite literally, but close) that's a cell shadow with intermittent coverage at best, and zero signal a lot of the time. Your authentication scheme won't work there, and will also be spotty in my office, which is smack in the center of a building.

    7. Re:Bad Passwords Are the Weakest Link. by Creepy · · Score: 1

      That assumes texting service, and I for one refuse to pay $20/month ($30 for family) for what is essentially a costless IM system for the carrier (and yes, I have a workaround semi-implemented).

      How about barcodes on the phone, or better yet, neck barcodes?

    8. Re:Bad Passwords Are the Weakest Link. by grumbel · · Score: 1

      In that case just mail the password/authentication-tool, there is nothing magic about a mobile phone, it simply makes it easier to carry the stuff used for authentication around.

    9. Re:Bad Passwords Are the Weakest Link. by Nadaka · · Score: 1

      right. And a passcode in sms plain text transmitted by a tower with range of dozens of miles is so secure.

    10. Re:Bad Passwords Are the Weakest Link. by Anonymous Coward · · Score: 0

      Or maybe we are entering a world where the currently-accepted "average" of human intelligence is insufficient to effectively survive.

      Consider that monkeys could not live in our society. They are too stupid to understand our technologies or practices. We are simply on a higher level.

      Perhaps we are continuing to push that envelope, with passwords just being one drop in this bucket. The humans who don't have the cognitive wherewithal to manage their own passwords in a secure fashion will simply be left behind.

      Just like the monkeys.

    11. Re:Bad Passwords Are the Weakest Link. by Anonymous Coward · · Score: 0

      Why not get rid of the password and have the link you get by email be the thing that authenticates you?

      I have a question: Doesn't that make your computer the key to your security? Someone steals your laptop, they've got your everything.

    12. Re:Bad Passwords Are the Weakest Link. by grumbel · · Score: 1

      Yes, buts thats already the case anyway. Your browser already stores your passwords and cookies that give everybody access to all your accounts. If you want to prevent that when your laptop is stolen use an encrypted hard drive.

    13. Re:Bad Passwords Are the Weakest Link. by TheBig1 · · Score: 1

      My laptop is set up so that it stores passwords to an encrypted keychain, which must be decrypted at login (with the login password) or after the computer sleeps / is closed. If someone steals my computer, assuming they close it first, they no longer have access to my passwords. (I can also set it up so that password is required at screensaver, but I am not that worried).

      So in short, no, my browser does not store passwords that gives everyone access to my accounts. If yours does, you should maybe re-think how you have set things up.

      Cheers

    14. Re:Bad Passwords Are the Weakest Link. by mysidia · · Score: 1

      Passwords are cheap and easy to understand..

      And still the weakest link, even if strong ones are chosen -- they can still be captured on public computers by keyloggers.

    15. Re:Bad Passwords Are the Weakest Link. by theNAM666 · · Score: 1

      No. I should be required and able to remember, off the top of my head, a 160-character random password, with no words or phrases in it, mixing numbers and characters-- at least half of them, all caps-- for Jane and Bill's Online Wax and Bible shop in Upper Wastillia, and the other 500 sites I use. Of course. C'mon.

    16. Re:Bad Passwords Are the Weakest Link. by Stavr0 · · Score: 1

      THIS is the weakest link:
      <form><input type="password">

      The passwords are traveling in the clear over the internet, and are easy to intercept.

    17. Re:Bad Passwords Are the Weakest Link. by icebraining · · Score: 1

      And we'll have to give out our phone numbers to each website? Yeah, right. I get enough spam SMSes, thank you very much.

    18. Re:Bad Passwords Are the Weakest Link. by icebraining · · Score: 1

      1) And how do you login to the OpenID provider? Answer: most people will use a weak password.
      2) Email: see above. Text: right, I'm giving my phone number to Gawker. They can't even store a password correctly, and I'm supposed to give them a much more identifiable information?
      3) It already exists, it's called "LastPass", they have a bookmarklet version.
      4) Not useful for most websites.

      It's a very hard problem to solve, and lazy/ignorant people will always have problems.

    19. Re:Bad Passwords Are the Weakest Link. by shermo · · Score: 1

      You sound like the exception. Hence:

      "For users who still don't have a mobile, you shuffle them to the 'legacy' password login system, warning them along the way they're going the low-security path."

      --
      Insanity: voting in the same two parties over and over again and expecting different results
    20. Re:Bad Passwords Are the Weakest Link. by icebraining · · Score: 1

      Then the email account becomes the weakest link. For which a password will be used.

    21. Re:Bad Passwords Are the Weakest Link. by Anonymous Coward · · Score: 0

      No. Then if my mobile phone gets stolen, they could use it to get into all my accounts? No way. Use two factor authentication. Using a mobile phone as one factor, fine, using it as the only factor, no way. Come to think of it, I'd rather my computer be the second factor - this is exactly what I do with my sensitive data. You need a copy of the data, which is on my hard drive, and I don't let people touch my computer, or let it out of my sight, and you need the truecrypt passphrase. I'd be happy to have my computer generate the second factor, and keep the first factor in my head.

    22. Re:Bad Passwords Are the Weakest Link. by asdfghjklqwertyuiop · · Score: 1

      Public key encryption. Mature, simple, free, no third party service required.

    23. Re:Bad Passwords Are the Weakest Link. by Kittenman · · Score: 1

      No, the weakest link is the flawed authentication mechanics that requires you to use passwords in the first place. Bad password are just the natural result of that. If you want to fix the problem, you have to fix the way users authenticated themselves, not just chose a better password.

      Damn right! Let's use cookies.

      Wait a second...

      --
      "The greatest lesson in life is to know that even fools are right sometimes" - Winston Churchill
    24. Re:Bad Passwords Are the Weakest Link. by Rich0 · · Score: 2

      Actually, OpenID still solves a big problem - people using one password for all sites so that if you compromise one of them you compromise all of them.

      With OpenID you use your password for ONE site, and then you use strong crypto for all the other authentications. Sure, if you crack that one site you still get it all, but that one site is more readily secured, and as soon as you resecure the OpenID site all the others become secure again.

      Coming up with one good password isn't nearly as hard as remembering 48 of them.

    25. Re:Bad Passwords Are the Weakest Link. by xtracto · · Score: 1

      EXACTLY!.

      It would be so easy to allow TAN based authentication (with long TANs or one-time passwords) and would solve the password problem.

      I myself have created a personal webmail client to access my GMAIL using TAN via IMAP (squirrelmail) and thus can login to my email in any place without fear of getting my password keylogged.

      Even though it would be better if I could authenticate directly into Google services using this and once logged into Google accounts I could log in to other places via OpenID. The problem is that Google prevents automatic log-in with the GALX attribute.

      --
      Ubuntu is an African word meaning 'I can't configure Debian'
    26. Re:Bad Passwords Are the Weakest Link. by elucido · · Score: 1

      It's almost 2011. They all have mobile phones. Text a code number to the mobile phone associated with their userid. They have to enter the code to log in.

      For users who still don't have a mobile, you shuffle them to the 'legacy' password login system, warning them along the way they're going the low-security path.

      Mobile phones aren't any better. You act as if people can't take your phone or borrow it.

    27. Re:Bad Passwords Are the Weakest Link. by grikdog · · Score: 1

      I've always liked Truecrypt because of their keyfile support, which addresses this argument. The secret bits are vulnerable to rubber hose attacks, off course, but not if you drop your thumb drive in a convenient crucible of molten gold.

      --
      ``Tension, apprehension & dissension have begun!'' - Duffy Wyg&, in Alfred Bester's _The Demolished Man_
  2. maybe we should have some other method of authenti by yincrash · · Score: 0

    cation rather than passwords. clearly human beings are not going to make sure they are secure.

  3. You could just do what I do by Pojut · · Score: 1

    Use made-up words that come from your own brain. Let's see a brute-force script figure out a combination of seven to twelve letters and numbers that, other than as my passwords, don't exist anywhere besides in my head.

    Of course, that's irrelevant in something like the Gawker breach, but still...

    1. Re:You could just do what I do by oldspewey · · Score: 1

      There's a balance between what's secure (a bunch of random characters with no relationship to anything in the real world) and what can realistically be memorized by the average person ... times twenty or thirty variations to account for all the different sites you visit.

      For most people, it seems that balance lies somewhere near "have 2 or 3 shitty, easily guessed passwords and reuse them across all my online accounts."

      --
      If libertarians are so opposed to effective government, why don't they all move to Somalia?
    2. Re:You could just do what I do by Pojut · · Score: 1

      lol, my wife still uses her high school password for a couple of sensitive things (which is a jumble of random different case letters and numbers), even though she graduated back in 2003.

    3. Re:You could just do what I do by Iphtashu+Fitz · · Score: 1

      What I do is create passwords based on street addresses that I am familiar with. For example, one password is based on the address where I lived as a child. I seriously doubt anybody outside my family would even know what the address is so it's pretty secure.

      Suppose you have an address like 123 Main Street, Jonesville, NY. Just take the key pieces along with some punctuation and a pattern of upper/lower case letters and you can quickly come up with a password like 123ms,J.NY

      Change around the punctuation, capitalization, etc. and you've got a fairly easy to memorize mnemonic.

    4. Re:You could just do what I do by Chrisq · · Score: 1

      There's a balance between what's secure (a bunch of random characters with no relationship to anything in the real world) and what can realistically be memorized by the average person ... times twenty or thirty variations to account for all the different sites you visit.

      For most people, it seems that balance lies somewhere near "have 2 or 3 shitty, easily guessed passwords and reuse them across all my online accounts."

      I use a variation on that. Just in case someone from one site has access to my password and guesses its used in other sites I append an "easy" password to the end ... meaning that they would go and try someone else's account for example a root Guess24This76is76Hard : would be

      Guess24This76is76Hard1FatCountry for Nationwide

      Guess24This76is76Hard1Dogleys for barclays

      Guess24This76is76Hard1SlaveCard for Master card

    5. Re:You could just do what I do by Chrisq · · Score: 2

      lback in 2003.

      Sigh .... back in 2003. It must be nice top be young

    6. Re:You could just do what I do by Cwix · · Score: 1

      It really isnt that hard to memorize a good password... come up with a phrase or saying your likely to remember. For our religious friends a bible verse would work well. Then use the first letter of every word, salt it with something meaningful, and you have a password.

      Now is the time for all good men to come to the aid of their country.

      nittfagmtcttaotc

      now lets say your favorite number is 25

      nitt2fagm5tctt.aotc

      I added a . in there so its easy to remember that every 4 letters something has to be added.

      Now you have a 19 character password that is memorable and secure. Even better if you mix up the case in that password too.

      --
      You are entitled to your own opinions, not your own facts.
    7. Re:You could just do what I do by edmicman · · Score: 1

      How the fuck is that memorable? Maybe after awhile you'd get the muscle memory to type it in, but initially that is a PITA that would succumb to something easier. "Average" folk aren't going to come up with a phrase, salt it, then pepper it with numbers in their head.

    8. Re:You could just do what I do by Culture20 · · Score: 1

      7 characters? Child's play. Start with a minimum of 15 characters, and increase by four to eight every time you change your password.

    9. Re:You could just do what I do by markdj · · Score: 2

      But what if one site only allows lower case letters and another requires a mix of lower and aupper case and special characters? Are you really going to remember that if you visit the sites infrequently?

    10. Re:You could just do what I do by fwarren · · Score: 3, Interesting

      Password Composer http://www.xs4all.nl/~jlpoutre/BoT/Javascript/PasswordComposer/ is what I use.

      For example http://www.slashdot.org/ and my master password of buba yields a right(md5sum("slashdot.org:buba"),8) yields fc56e979

      They have a static web form, a bash script, and a greasemonkey script. I have also written a delphi app that runs in Linux, Windows, Mac that I keep on my memory stick. So all I have to do is remember one master password, for example "buba". And with that master password every site gets a unique password that is hard to crack. I decided about four years back that if anyone ever hacks one password of mine or can fool me into revealing a password to them, that is all they get one password.

      The ironic thing is the only site that I use a regular password that I came up with, that is related to me, that can be broken by a dictionary attack, is the one for my slashdot account. Still the same password I came up with in 1999 or 2000. I assume no one else would want to hijack my opinions.

      --
      vi + /etc over regedit any day of the week.
    11. Re:You could just do what I do by John+Hasler · · Score: 2

      > ...what can realistically be memorized by the average person ...

      And there is the real flaw: not the use of passwords, but the silly notion that average people should memorize them. WRITE THE DAMN THINGS DOWN!

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    12. Re:You could just do what I do by houghi · · Score: 1

      Or only 6-8 (or must be 6, 7 8) is allowed, or no special characters are allowed.

      --
      Don't fight for your country, if your country does not fight for you.
    13. Re:You could just do what I do by oldspewey · · Score: 1

      I'm sure it's memorable for somebody with Aspergers.

      --
      If libertarians are so opposed to effective government, why don't they all move to Somalia?
    14. Re:You could just do what I do by formfeed · · Score: 1

      lol, my wife still uses her high school password for a couple of sensitive things

      I know!

    15. Re:You could just do what I do by Anonymous Coward · · Score: 0

      ...your password would take 160 seconds.

      http://www.codinghorror.com/blog/2007/09/rainbow-hash-cracking.html

    16. Re:You could just do what I do by mcgrew · · Score: 1

      I just write work passwords down and keep them in my wallet, home passwords are written down and secured by the lock on my front door. IMO "Never write your password down" is incredibly STUPID advice, especially for the root password on your home computer. If you forget your root password you're screwed, unless you're a better crhacker than me.

    17. Re:You could just do what I do by Low+Ranked+Craig · · Score: 1

      Well, I still use the same random passwords I've been using since I graduated in 1986. Now get off my lawn.

      --
      I still cannot find the droids I am looking for...
    18. Re:You could just do what I do by Anonymous Coward · · Score: 0

      Just don't tell your bank that you did, as it'll pretty much invalidate any fraud claim you might make on the basis of that information (it's usually pretty strongly written into the terms of most bank/credit card accounts that sharing or writing down a password that gives access to your payment details puts the blame squarely on your shoulders).

    19. Re:You could just do what I do by delinear · · Score: 1

      Unless you use exactly the same formatting rules for each password, I don't see how that's particularly any more easy to remember than a random string. If you can come up with a formatting system that works with all of your address based passwords then I agree that's a pretty good method. I use a similar one for systems that require a password renewal every X days - I use a system based on town and village names near the place I grew up. That place is in the middle of nowhere and nobody's ever heard of it so it would take a pretty determined attacker to a) find out the place I came from, b) figure out that my passwords are based on locations nearby and c) crack the formatting system used to turn those place names into semi random character strings. Meanwhile, for me it makes it simple to juggle dozens of passwords in my head because I can just work through place names I remember from growing up and use them with my system until I find one that fits... and if I ever forget them I can look at Google maps for a prompt :)

    20. Re:You could just do what I do by N1AK · · Score: 1

      I'm actually quite surprised that password quality is as good as this article makes out. For my own shame, I'm a CS graduate with plenty of experience and awareness of how poor password use can be a risk.... I still used the same password almost anywhere until around 2 weeks ago. I don't know why, beyond sheer laziness and prioritising convenience over security. The password I used is secure (no real words, includes numbers etc) but that's no protection if any site I use it at is compromised.
      I have now begun to append 3 standard passwords (one for high risk sites (banks etc), one for medium risk (email), one for untrustworthy sites) with a site specific ending. I know this is still some way from perfect, but it gives me the ability to recall passwords easily, while making it harder for people to exploit one security breach to attack my other accounts.
      Example:
      Base Password "Password1234"
      Append with all the vowels in the site name.
      Slashdot password would thus be: "Password1234aoo"

      There is still a risk that someone who targets me specifically and has my password from a compromised site of the same tier could work out other passwords quite easily. This is a risk I'm not sufficiently uncomfortable with at the moment, though 2 factor authentication probably wouldn't be a bad idea.

    21. Re:You could just do what I do by Daengbo · · Score: 1

      You joke, but my bank doesn't allow special characters, and my last ISP required all lowercase for passwords. Ugh!

    22. Re:You could just do what I do by mcgrew · · Score: 1

      Um, I'm not young, but a lot has changed since 2003. Hell, in 2003 my divorce had just been finalized, my life was completely different from what it is now, and I'm 58.

    23. Re:You could just do what I do by oldspewey · · Score: 1

      Divorce finalized the year your sweetheart turned legal ... you had it all planned out didn't you?

      --
      If libertarians are so opposed to effective government, why don't they all move to Somalia?
    24. Re:You could just do what I do by nanospook · · Score: 1

      I'm just guessing.. but doesn't that kind of rainbow hash cracking require a knowledge of the encryption process? If different web sites use different hash algorithms, how does running through a table to achieve reverse lookups work? Unless it turns out that most sites use a limited range of encryption algorithms and you have a table for all of them?

      --
      Have you fscked your local propeller head today?
    25. Re:You could just do what I do by AltairDusk · · Score: 1

      The user you're replying to is not the same user whose wife graduated in 2003...

    26. Re:You could just do what I do by AltairDusk · · Score: 1

      > ...what can realistically be memorized by the average person ...

      And there is the real flaw: not the use of passwords, but the silly notion that average people should memorize them. WRITE THE DAMN THINGS DOWN!

      Write them down, then what? It needs to be secure, you don't want someone else getting their hands on your password. It needs to be accessible, you may want to access that site on the go.

      Beyond that, for the average user convenience will kill that idea quite quickly. After a few times of "I lost the damn paper" or "I left it in my other pants" etc... they will decide it's simply too much of a hassle and go back to their familiar memorized passwords.

    27. Re:You could just do what I do by Anonymous Coward · · Score: 0

      Great, I'm going to use those.

    28. Re:You could just do what I do by cyberfunkr · · Score: 1

      What I do is create passwords based on street addresses that I am familiar with. For example, one password is based on the address where I lived as a child. I seriously doubt anybody outside my family would even know what the address is so it's pretty secure.

      That is until you or your family decide to fill out some "What would you name be" facebook quiz.What street did you grow up on? Where were you born? What's your mother's middle name?

      Why people don't see these as obvious attempts to get personal information that become the security question of your bank accounts and emails accounts? Instead, they are the *wacky* and *fun* things to post on your twitface profiles.

      It's not even passwords that are the weakest link, it's people--people that think that only the nice people will read their livejournal [__]space, and other blogs so they throw their whole personal life to the winds.

    29. Re:You could just do what I do by jimicus · · Score: 0

      The person you're replying to and the person whose wife left high school in 2003 are two different people.

    30. Re:You could just do what I do by Culture20 · · Score: 1

      I'm sure it's memorable for somebody with Aspergers.

      IsimfswA that's only eight characters; good for nisplus on an old solaris box...

    31. Re:You could just do what I do by Culture20 · · Score: 1

      If you forget your encryption passphrase, you're screwed. A root passphrase is trivialy bypassed if you have physical access.

    32. Re:You could just do what I do by oldspewey · · Score: 4, Funny

      You people are determined to ruin my version of reality.

      --
      If libertarians are so opposed to effective government, why don't they all move to Somalia?
    33. Re:You could just do what I do by John+Hasler · · Score: 2

      > Now get off my lawn.

      You aren't old enough to have one.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    34. Re:You could just do what I do by Nadaka · · Score: 1

      giggity.

    35. Re:You could just do what I do by maxume · · Score: 1

      That's reality doing that, not those people.

      --
      Nerd rage is the funniest rage.
    36. Re:You could just do what I do by mcgrew · · Score: 1

      Um, I think you're replying to the wrong comment.

    37. Re:You could just do what I do by CastrTroy · · Score: 1

      Haven't tested it myself, but according to coding horror, Ophcrack can crack "Fgpyyih804423" in 160 seconds. Even seemingly strong passwords can be cracked extremely fast.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    38. Re:You could just do what I do by allo · · Score: 0

      this is good to not forget it. but not to remember it.

      choose a password like: irsded
      then i will remember it as its spoken: i r s ded
      if i ever forget it, i will remember it by the meaning: I Read SlashDot Every Day
      but if i need to look at the sentence to type in the password, i need some time to collect the first letters, thats not the way i remember it everyday.

      and because of this, i cannot use wefgi7weeglefgwaossdfwejk as password, even if it has a very nice sentence assoziated.

    39. Re:You could just do what I do by Anonymous Coward · · Score: 0

      I have an ok strategy. For the sites that don't really matter to me I just use the word "insecure" as my password. For the few sites that really do matter, I use strong, original passwords.

      Since there are so few sites I care about it works out nicely - I have only a few passwords to remember.

  4. WRONG by binarylarry · · Score: 5, Insightful

    Users are the weakest link.

    --
    Mod me down, my New Earth Global Warmingist friends!
    1. Re:WRONG by sco08y · · Score: 5, Insightful

      Users are the weakest link.

      Really? How often do people leave their keys lying around? Or blindly hand them to a stranger?

      People can be pretty responsible with secure tokens when they understand the protocol to use them.

    2. Re:WRONG by BagOBones · · Score: 1

      I know many people who misplace their keys frequently.

      --
      EA David Gardner -"... but the consumers have proven that actually what they want is fun."
    3. Re:WRONG by Monkeedude1212 · · Score: 1

      Really? How often do people leave their keys lying around? Or blindly hand them to a stranger?

      People can be pretty responsible with secure tokens when they understand the protocol to use them.

      Most people leave them lying around for about 8 hours of a day while they sleep. I've also seen keys "loaned to a friend" many a times before for a wide variety of reasons. Not that you should be paranoid of your friends, but essentially whatever happens to your keys while not in your possession is out of your control. Perhaps your friends have a habit of leaving keys lying around.

      I think a lot of people "understand the protocol" with passwords... They just don't want to follow it.

    4. Re:WRONG by Himring · · Score: 1

      Concur, but not concur, not when it doesn't matter what your password is when you visit digg.com to look at Grand Torino screens, to find later your gmail has been accessed from China, because of a recent .php hack, and finally conclude that digg.com is an infestation due to its very nature of anyone being able to leverage a malicious page to a top site.... A hack where your very strong password was plainly attained on the other side of the globe, but thank god the email account you accessed at the time was your trash one....

      When you have an em-effing strong password, and your only error was using Windows, because that's where you play wow, and thank god you're using the authenticator, and you setup separate linux boxes to do sensitive work on, and now you're doubling your spending in computing: one for fun one for work, and you realize your wife's ipad is more secure than anything for fun and leisure, and she beats the hell out of surfing on it and you have no fear, but it sucks and you hate it for yourself with a gd passion....

      Yea, used to be users were the weakest link, not anymore....

      Basically, wow is now the most secure thing I do bcs of the authenticator. I'm putting my entire family on it. I plan on having them bank there and email there, etc. I can see it now, calling my sister, "mom got killed on the way to the bank...." Sister: WHAT?!?!?!?

      --
      "All great things are simple & expressed in a single word: freedom, justice, honor, duty, mercy, hope." --Churchill
    5. Re:WRONG by BobMcD · · Score: 1

      I think a lot of people "understand the protocol" with passwords... They just don't want to follow it.

      Partly, but also I think a lot of people just don't care. This is the third, fourth, or even fifth time 'OMG GAWKER" has appeared on slashdot, so I'm sure you can find lots of discussion there, but suffice to say that most of these online accounts just aren't that important. Kind of like how I don't lock the doors on my Taurus.

    6. Re:WRONG by houghi · · Score: 1

      They just don't want to follow it.

      If nobody wants to follow it, perhaps you should look at what you CAN fix.

      Mostly this is focused at 'fixing' human behavior, but if the majority of people has an issue with it, then perhaps it is just a flay you need to take into your solution.

      --
      Don't fight for your country, if your country does not fight for you.
    7. Re:WRONG by stonewallred · · Score: 1

      Eh, common sense and security are much easier than using an authenticator. Now Blizz'es idea of using the same user name and password, along with using the user name (which is an email address) on three separate sites (forums, account management and game client)is fucking retarded.

    8. Re:WRONG by Jeppe+Salvesen · · Score: 1

      Not at all.

      The current paradigm is inherently flawed. You cannot expect what is asked of the users: To remember 20-30 secure passwords. Sure, some of use are rain men, but the security design is out of touch with reality. We need something common, like signed certificates.

      Step 1: Create a solution. Like OpenID. Or maybe we already have a solution in OpenID.
      Step 2: Mandate it.
      Step 3: Make password authentication online illegal.

      Seriously. That's what it's going to take. The HUGE, HUGE downside is that this will make us universally and easily traceable on the net. So there may not be a solution after all.

      --

      Stop the brainwash

    9. Re:WRONG by Anonymous Coward · · Score: 0

      What about accidentally handing your password to a stranger?

      Facebook, for example, requires you to enter both email address and password. So does your webmail provider. If you're paranoid and have your browser set to never remember any form info or passwords, you'll have to enter both. Given equal usernames, it's easy to accidentally type the password for your webmail account when you log in to Facebook or vice versa.

      Now ask yourself - Even if you use different passwords for all your accounts, if your username is the same, do you trust Facebook not to harvest passwords from failed login attempts?

    10. Re:WRONG by Rhaban · · Score: 1

      Really? How often do people leave their keys lying around? Or blindly hand them to a stranger?

      How often do they put their keys into their mailbox for someone else to get it in order to feed the cat while they're on vacation?

    11. Re:WRONG by Anonymous Coward · · Score: 0

      Users pick lovely passwords like 123456 and password. Uninformed users ARE the weakest link.

    12. Re:WRONG by delinear · · Score: 1

      If only there was some government sponsored secure key system for passwords, enabling the average user to have a secure key with one strong password to access all their others and some education on how to properly use it (I know these things are trivial to find if you know what you're doing, but let's face it, users who know what they're doing aren't really the issue here), we might be able to overcome some of the problems. Having said that, the government hardly have a great reputation for looking after data, I'm not sure I'd trust them with the key to all my passwords, even if it was stored in some non-reversible format (since they'd also have to have some retrieval system for lost passwords that I'm sure could be abused when they leave the doors open).

    13. Re:WRONG by Beorytis · · Score: 1

      Really? How often do people leave their keys lying around? Or blindly hand them to a stranger?

      A better question would be: "Would people, if given the chance and in the name of convenience, have their cars, home, office and deposit box all keyed alike?" For many, the answer would be yes.

    14. Re:WRONG by Alrescha · · Score: 1

      "If only there was some government sponsored secure key system for passwords"

      I don't know how to express my unhappiness that someone actually thinks like this.

      A.

      --
      ...bringing you cynical quips since 1998
    15. Re:WRONG by icebike · · Score: 1

      Sorry, but using a physical world analogy for a virtual world concept = FAIL.

      Go back and think about it, and you will see that as soon as you are dealing with a easily replicated key (such as a combination lock) the number of key holders increases over time, making lock replacement necessary.

      --
      Sig Battery depleted. Reverting to safe mode.
    16. Re:WRONG by nanospook · · Score: 1

      Not entirely disagreeing with you as I get your point, but tools can be the weakest link too.. You work with what you are given unless you can make your own..

      --
      Have you fscked your local propeller head today?
    17. Re:WRONG by blair1q · · Score: 3, Informative

      Close. Journalists are the weakest link.

      Most of the stuff that's password-protected isn't worth anything.

      A Gawker account? How much does having that hacked that cost me?

      A lot less than the time it takes to tell a journalist that it didn't cost me anything.

    18. Re:WRONG by John+Hasler · · Score: 1

      "Government sponsored secure key system" is an oxymoron.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    19. Re:WRONG by clone52431 · · Score: 1

      Really? How often do people leave their keys lying around? Or blindly hand them to a stranger?

      IIRC one of the tried-and-true methods used by “hackers” back in the day (when “hacking” meant getting unpublished telephone numbers for modems and logging in with a username/password combination to access the corporate intranet) was calling them up claiming you were a new employee and getting to an internal help desk whose operator would happily divulge the password you needed.

      (And if you prefer to use the word “cracking”, feel free to mentally edit my comment to that effect.)

      --
      Distributed Denial of APK: It takes 15 seconds to reply to him anonymously, but wastes tons of his time if we all do it.
    20. Re:WRONG by maxume · · Score: 1

      There's probably gub'ment dollars in OpenSSH.

      --
      Nerd rage is the funniest rage.
    21. Re:WRONG by uolamer · · Score: 1

      Users are the ones picking those passwords and using the same password on their email, facebook & random site they had to create an account for.

      Most all malware, trojans, viruses, etc are spread by user ignorance, lazyness, etc.

      Users are also the ones that can not tell the difference between a movie file, music file or a executable program, thereby becoming part of a bot net, sending their passwords across the net to a 'hacker', etc. I mean Windows even asks if you want to run the program and they still click yes let it make changes to my computer. Users also are the reason there is no anti-virus installed in the first place. Users have no idea how to see what starts up with their computer, leaving all those trojans installed. Users are the ones that say Macs cant get a virus, not knowing that there are almost no virus made anymore, everything is a trojan, malware, etc which works perfectly file on a mac. I do not remember the last time I saw a virus in 'the wild'. Users are the ones that get an email that says "i love you" from I_AM_A_TROJAN@FAKE_DOMAIN.COM reads it and clicks the .vbs, exe, etc attachment. Not even mentioning the prince in that foreign country that died and left them money or the pills to make their penis bigger.

      Most 'average' people have such a lack of understanding about how computers and software work they will not learn from their mistakes as well as people here think they should. They think the internet is something they buy. They have no clue nor do they care about the very basics of how the internet works, nor their computer. People forget x% of people can not read and this number is much higher in the USA than it is in most EU countries.x% of people have an IQ below 80 or 70 or 60. You might not encounter these people on a day to day basis forgetting how much of a problem it is, I know I did until recently. I was blown away at how ignorant and or stupid people are.

      I work retail atm. I've had a family ask me if they had to buy a new Wii every time they wanted to play a different game. I've had a lady ask how to use a mouse pad. I have people every day thinking the internet, at least in some aspect, is something they physically buy. The MP3 players estimate how many songs they will hold, one 4GB one says 900, one says 1300, so they think the one that estimates 1300 holds more. There is no use trying to explain what GB means most of the time, besides the fact they do not care to learn. I have people still asking simple questions about home telephones, questions they should have learned the answer to in 1975. Im not talking about the new cordless ones. I often wonder how these people manage to not die of starvation, manage to make it to my store without getting lost, etc.

      I had a theory that there is a coma ward close to my store where people are waking up after 20 years and wandering into the store. That was the only other explanation I came up with that justified most of their ignorance. You think I am being hard on these people? Put on a navy shirt and tan pants and go stand in walmart between the video games and laptops and see how long you last with your current ideas. Go stand by the music & movies and learn real quick, people can not read.

      --
      s/©//g
    22. Re:WRONG by sco08y · · Score: 1

      Sorry, but using a physical world analogy for a virtual world concept = FAIL.

      Go back and think about it, and you will see that as soon as you are dealing with a easily replicated key (such as a combination lock) the number of key holders increases over time, making lock replacement necessary.

      Passwords aren't limited to the virtual world; they are routinely used in military and intelligence scenarios in meatspace.

      But you're missing the point, as are most of the responses I got.

      I'm not using keys as an analogy to say that users are responsible with passwords and can be trusted with them.

      I'm saying that users aren't necessarily the weak point; that they can in fact employ a security device and do so on a regular basis.

      But it has to be a security device that actually works. Passwords are broken.

      To use the kind of analogy you despise, can you imagine lugging around a key that weighed five pounds?

      Of course not. You would probably not want to dig it out of your closet, so it would be left lying about somewhere obvious. You could only keep four or five on you on a regular basis.

      The human brain isn't good at storing random data. The brain's budget for purely random data varies greatly but it's probably around 200 bits or so. A typical good password should have 40 bits of entropy.

      So we can typically store maybe four or five passwords. We wind up reusing them, writing them down, etc.

      If you're trying to devise a security device, just like any device, you have to work with the limitations of the user. Passwords, fundamentally, don't work and the only reason we use them ubiquitously is that we blame the user instead of designing a better device.

    23. Re:WRONG by jamesh · · Score: 1

      I think the OP might have been referring to user behavior wrt security in general, not just passwords (or their physical counterparts). When they aren't using weak passwords and aren't giving them away to social engineers, they are 'working from home', clicking on links they shouldn't, and following the instructions of scammers who cold call and tell them their computer has a virus.

      Passwords are certainly one factor of online security but there are plenty of ways someone can get you without ever knowing your password.

    24. Re:WRONG by Anonymous Coward · · Score: 0

      any authentication system that fails to account for this is the "weakest link", password authentication should be scrapped

    25. Re:WRONG by aliquis · · Score: 1

      If only there was some government sponsored secure key system for passwords, enabling the average user to have a secure key with one strong password to access all their others

      Yeah, because I want to government to be in control of my keys to ...

      OR AM I HIDING SOMETHING DAMN PEDOPHILE TERRORIST?!

      http://agilewebsolutions.com/downloads
      http://keepass.info/

    26. Re:WRONG by aliquis · · Score: 1

      Should had been the government. Anyway, I reminded myself that (I thought) some browsers offered this functionality of their own to. And if you trust your government to hold your keys why not your browser vendor?

      http://lastpass.com/

      Maybe Opera wasn't stupid enough to do it online:
      http://www.opera.com/link/
      Maybe Apple Safari with MobileMe doesn't either.
      Chrome?

      Oh well, atleast there was a solution for people who really want to.

    27. Re:WRONG by RobbieCrash · · Score: 1

      So it's the password that's leaving itself around, or blindly jumping into a stranger's pocket?

      --
      Keep on knockin'
      https://robbiecrash.me
    28. Re:WRONG by xtracto · · Score: 1

      That's we should really standardize time-synchronized one time password tokens to login.

      Just login into a "master site" like Google or Yahoo or whatever and use OpenID to log into any other sites.

       

      --
      Ubuntu is an African word meaning 'I can't configure Debian'
    29. Re:WRONG by xtracto · · Score: 1

      But the problem is actually the people who use the same password for Gawker, Email and Facebook... They definitely exist; even the admin of Gawker used the same password for several sites. That is a problem of the people.

      Users should have to authenticate just ONCE using a secure method (TAN, time-synchronized pass, etc) and then do all following authentication using something like OpenID.

      --
      Ubuntu is an African word meaning 'I can't configure Debian'
  5. gpg-authentication? by muckracer · · Score: 1

    Why not upon registration upload one's public GPG key to somesite and then, when logging in, having the server send a challenge (i.e encrypted with the public key) to the browser/user, where you use your normal secret key and its passphrase to respond. Voila! One keyring to rule them all...

    1. Re:gpg-authentication? by MickyTheIdiot · · Score: 3, Informative

      You obviously not had to deal with the average user. I run a web site that has accounts and many non-tech users and many people can't even understand the concept of password let alone asking them to upload a public key. I regularly get complaints that our site isn't "user friendly" because the person can't manage to even remember their username... so anything that is even slightly more complicated or involves something that they don't deal with in every day life it's right out.

    2. Re:gpg-authentication? by muckracer · · Score: 1

      Would free the server-side from having to store any passwords etc. and render brute-force-attacks (except RSA :-D) a thing of the past...

    3. Re:gpg-authentication? by omgwtfroflbbqwasd · · Score: 1

      That's fine, until someone wants to log in from a different computer where they don't have their private key available..

    4. Re:gpg-authentication? by muckracer · · Score: 1

      > anything that is even slightly more complicated
      > or involves something that they don't deal with
      > in every day life it's right out.

      Well, I agree with you, that methods should be close to real life. And that's why passwords suck. But most people do know the concept of a key and if implemented correctly, I can see even average users being comfortable with sticking in a USB-stick, aka key to unlock their computer and remote account(s).

    5. Re:gpg-authentication? by mlts · · Score: 1

      Or if the user wants to be anonymous, and have everything they post on their fetish sites be tied to their same userID as they use for everything else.

      Of course, we could move to client certificates stored on smart cards which would make the need for passwords moot, but I don't want every single site to know exactly who I am, and allow third party ad trackers to have absolute knowledge of whom is visting, regardless of cookie stomping, adblocking, or other privacy functions.

    6. Re:gpg-authentication? by betterunixthanunix · · Score: 1

      I can see even average users being comfortable with sticking in a USB-stick, aka key to unlock their computer and remote account(s).

      I cannot see that, to be perfectly honest. Someone will forget to bring the USB stick with them, or lose it, or put it through a washing machine, etc. I am a big fan of cryptographic authentication, but requiring people to carry a physical token around is only going to work if they are committed to security -- which is not true of most people.

      The biggest problem is that people want convenience. Passwords, simply put, are so convenient that we will never quite get rid of them. People want to be able to log in from random computers, regardless of what they are carrying with them or who actually owns the computer they are using. Most people do not take security seriously enough to sacrifice a little convenience, at least not until someone takes advantage of them.

      --
      Palm trees and 8
    7. Re:gpg-authentication? by MickyTheIdiot · · Score: 1

      Passwords THEMSELVES aren't considered convenient enough to many non-techs or people that have managed to dodge most of the Internet revolution that I see in my day to day working life... so you can see how changing to even something like a USB key (many not ever using anything USB related in their life) cam be just as bad.

    8. Re:gpg-authentication? by muckracer · · Score: 1

      > if the user wants to be anonymous, and have
      > everything they post on their fetish sites be
      > tied to their same userID as they use for
      > everything else.

      Well, you can make the key say anything you want. User/KeyID "Furry Donald" is perfectly valid and for authentication purposes it doesn't matter at all. All that matters is, that you got the other half on your USB-stick.

    9. Re:gpg-authentication? by muckracer · · Score: 1

      > That's fine, until someone wants to log in from a
      > different computer where they don't have their
      > private key available..

      Most people do not forget their house or car keys because they got used to needing them. The same could be done for cryptographic keys, if used widely. And that's the chicken/egg issue: it will only make sense to the average user, if all his sites (say 90+%) s/he uses can be opened with that key.

    10. Re:gpg-authentication? by markov_chain · · Score: 2

      The biggest problem is that people want convenience

      This kind of thinking pisses me off. (Agent Smith voice) If only we didn't have this... problem... these... users... life would be so much easier!

      In your honor I'm gonna go and change a bunch of my online account passwords to simple English words. What's that sound I hear? Ah, it must be hackers beating down the doors to read my email. Maybe they will also get into my bank account and pay my bills or something.

      --
      Tsunami -- You can't bring a good wave down!
    11. Re:gpg-authentication? by mlts · · Score: 1

      That is true, but the current spec for client keys uses a CA that wants people's real names and other info. Some don't care if the E-mail address is unique though, so perhaps multiple keys can be used.

      In any case, it makes it easier for cross-site advertisers to tie a single person together. Client certs are a boon to security, but a serious blow to anonymity.

    12. Re:gpg-authentication? by muckracer · · Score: 1

      > That is true, but the current spec for client
      > keys uses a CA that wants people's real names and
      > other info.

      I am not talking your NSA-CA-signed certificate, but GPG keys. You can create your own and it would do nicely for authentication.

    13. Re:gpg-authentication? by mlts · · Score: 1

      Aha... very true. I was meaning client certs. However, for authentication, PGP/gpg keys just like you state work just as well (if not better because a self maintained WOT is more secure than trusting someone else's PKI any way), and would definitely provide both security and anonymity. PGP keys also work in smart cards, so a key for bouncybunny101@mailinator.com could be easily used and if needed, deleted without having it be linked to one's work key or personal info.

    14. Re:gpg-authentication? by muckracer · · Score: 1

      Exactly. And the WOT, as cool as it is, is irrelevant here (though it could optionally be used server-side for additional authentication). All you need is the key-pair...any key-pair wih any name name attached.
      Was, btw., very nicely implemented with NYM-(email)-servers, where you can create a virtual persona simply based on your GPG-keys.

    15. Re:gpg-authentication? by jimicus · · Score: 1

      Maybe not a USB key, but a credit-card sized smartcard along with a passphrase or word to unlock it would be a lot easier.

      For one thing, people would tend to keep it in their wallet rather than on a keychain (which immediately means it'll be looked after much better).

    16. Re:gpg-authentication? by mlts · · Score: 1

      Compared to S/MIME, it is a very simple end elegeant authentication system. It doesn't matter what the key pair is, as long as the same key pair is used as was set when the account was created, or when the key pair got changed.

      For sake of convenience, this is a good use for the commercial version of PGP, because it can decrypt/sign/encrypt from the clipboard, so authenticating to a site would be just copying the challenge response to that key from the Web browser, clicking "decrypt", pasting the decrypted text in a box, and clicking "OK".

      Server-side, it wouldn't be difficult to keep this. The Web server has access to a PGP keyserver, and each account has an entry for the key ID and its fingerprint. If someone compromised the Web server, they can figure out which keys matched to which users, but that's it. Another site using the same keys couldn't be cracked.

  6. News at 11 by magsol · · Score: 1

    What will be truly newsworthy is the day when passwords / users aren't the weakest link in security. Until that happens, I'll stay in my underground bunker sipping on Ramen and playing tower defense.

    --
    "I'd just like to emphasise that taking a million years isn't a metaphor here..." -Rich Bradshaw
  7. Not ideal case for study by Anonymous Coward · · Score: 5, Insightful

    There's lots of buzz going around about the Gawker breach and discussions on how good/bad the passwords were. I looked at the websites that Gawker owned and most of them are tech websites, frequented by people that have some knowledge of security and computer systems.

    I would assume that much of the readership is like myself. They know that access to their Gawker account is the most sacred and guarded of personal intrusions, and would thus treat security as the utmost important thing. My Gawker password was the ultimate in high security. It was a 280 character alpha-numeric password containing my social security number, all of my credit card numbers, my date of birth, my address, every password to every other website I use, plus all of my wife's data. That way I know that anyone who tried to crack my Gawker password could never do it, and all my information would be safe.

    Wait, no, I got that backwards. Sorry, I used "cock" as the password for Gawker... probably. You see, if I were to log into Gawker, I would assume that the password was about as secure as writing it on the bathroom wall. In addition, I know my browser would remember whatever stupid password I typed and I wouldn't have to remember it for more than 30 seconds. Furthermore, if someone hacked it, and posted a stupid comment as "bullcrapgawkeruser222" I would likely neither notice nor care. If I did care, I would create "bullcrapgawkeruser223" with a password like "cockk".

    Even more likely, if I ever commented more than once on any Gawker owned site, I probably just created a new account because I forgot I had an old one.

    So, can we stop doing ultra-security analysis on what is probably a bogus set? Next I'm going to see an analysis on how insecure Masterlock combination locks are because the users don't use uppercase letters and punctuation.

    1. Re:Not ideal case for study by Lije+Baley · · Score: 1

      The most sensible post here. Please mod up.

      --
      Strange things are afoot at the Circle-K.
    2. Re:Not ideal case for study by Anonymous Coward · · Score: 0

      please mod that coward up

    3. Re:Not ideal case for study by JonySuede · · Score: 1

      please mod parent up

      --
      Jehovah be praised, Oracle was not selected
  8. really long passwords by theshowmecanuck · · Score: 2

    Hang on, I have to look at my post-it note on the side of my monitor so I can remember all the 20 character complicated passwords for each web site I visit and secure application I use. Especially since I can't remember them as well since I started changing them every six weeks.

    Passwords become pointless when you can't remember them and can no longer access the site/service/program that they were put there for to protect. Passwords are pointless when you have to keep cheatsheets in order to 'remember' them (cheatsheets that can be stolen, copied, or lost; making it impossible to for access what you need and possible for others to...).

    Either some other method than passwords like those time based random PIN generator fob watchama-call-its we get to log into VPNs at some companies, or we just learn to deal with it.

    --
    -- I ignore anonymous replies to my comments and postings.
    1. Re:really long passwords by mlts · · Score: 3, Interesting

      Having the Web browser handle passwords is one way to address this. For a new site, I make a password in KeePass, store it in that database, as well as have my Web browser store it. This way, I don't have to bother typing it in, it will be of a decent character length (20 chars), and of random characters, and a blackhat that gets that password won't have access anywhere else I go.

      Since my KeePass database syncs with my phone, if I'm using another computer somewhere else, I still have access to sites I go to.

      This isn't the best of all worlds solution, but it does work.

    2. Re:really long passwords by Anonymous Coward · · Score: 0

      What if someone gains access to your KeePass?

      You're fucked, that's what.

    3. Re:really long passwords by mlts · · Score: 1

      Not really. If someone had access to a machine, they can stick a keylogger, and would be able to access the same stuff as stored in a KeePass database as someone enters their passwords to various sites.

      As for a secure place to store the KP database, this can be an exercise to the reader, especially if a decent passphrase is used to secure the database. One can't go wrong with an IronKey, but if the machine one is using is compromised, one is pretty much fscked no matter what they do.

  9. Security Questions Are The Weakest Link by rolfwind · · Score: 4, Interesting

    And I would say that it's even worse when you can't type your question. Too many people know my mother's maiden name, my first car, my high school -- and I assume much of this information can be had publicly as well. If I were to imagine trying to get this information on someone, I'd just call them or their family, pretend to be some High School Reunion Committee, and say "We are celebrating the class of 1987 at Shrub High" and they'd probably go "Oh no, I'm graduated in 1992 at Rose Garden High". Then reply "Oh really? I guess you're the wrong Joe Blow, I'm sorry for your trouble, thanks bye."

    Multiple attack vectors over one secure password, ridiculous. I think GMail at least does the semi-sane thing and instead of security questions, uses a phone number to verify you if you would ever lose your password.

    And that's what is needed, identity verification if the password fails. Not a cheap way to do that in an automated and very dumb way.

    There was, also for years, really dumb advice such as to never write a password down. That is unrealistic given the number of passwords someone needs to know today and leads to using the same password again and again. Now, you don't have to write it unencrypted, you could use Rot13 or, even better, some other code of your devising -- but it's better than keeping all this in your head in this day and age.

    1. Re:Security Questions Are The Weakest Link by Speare · · Score: 1

      And I would say that it's even worse when you can't type your question. Too many people know my mother's maiden name, my first car, my high school -- and I assume much of this information can be had publicly as well.

      While I expect there are many dunderheads out there who set up naively truthful answers to the canned security questions, there's no reason you should. If forced to set them up, I generally give untruthful answers. Don't go too far, as some sites give the challenges in "multiple choice" format. What's your hometown? (A) Peoria, (B) Detroit, (C) London, (D) The Fifth Inner Plane of Lord Zgothos' Realms.

      --
      [ .sig file not found ]
    2. Re:Security Questions Are The Weakest Link by Anonymous Coward · · Score: 0

      That's why I list my high school as dv6n)>L6-a}O],N and mother's maiden name as 10u{(-;Y%XB,!&If as the answers to "secret" questions. Store your answers in the Notes field in Password Safe (http://pwsafe.org/) database.

      I have almost 200 web accounts, all with different passwords that even I can't remember, and it's all very easy to manage with Password Safe.

    3. Re:Security Questions Are The Weakest Link by Anonymous Coward · · Score: 0

      And I would say that it's even worse when you can't type your question. Too many people know my mother's maiden name, my first car, my high school -- and I assume much of this information can be had publicly as well. If I were to imagine trying to get this information on someone, I'd just call them or their family, pretend to be some High School Reunion Committee, and say "We are celebrating the class of 1987 at Shrub High" and they'd probably go "Oh no, I'm graduated in 1992 at Rose Garden High". Then reply "Oh really? I guess you're the wrong Joe Blow, I'm sorry for your trouble, thanks bye."

      Multiple attack vectors over one secure password, ridiculous. I think GMail at least does the semi-sane thing and instead of security questions, uses a phone number to verify you if you would ever lose your password.

      And that's what is needed, identity verification if the password fails. Not a cheap way to do that in an automated and very dumb way.

      There was, also for years, really dumb advice such as to never write a password down. That is unrealistic given the number of passwords someone needs to know today and leads to using the same password again and again. Now, you don't have to write it unencrypted, you could use Rot13 or, even better, some other code of your devising -- but it's better than keeping all this in your head in this day and age.

      Here is my solution for the security question problem..... I pick any question in the list then I have my reply be a passphrase only I know for all password security questions. Like: What is your mothers maden name? answer: are_you_too_stoned_2_remember_your_passsword

    4. Re:Security Questions Are The Weakest Link by muckracer · · Score: 1

      > some sites give the challenges in "multiple choice" format. What's your hometown?
      > (A) Peoria, (B) Detroit, (C) London, (D) The Fifth Inner Plane of Lord Zgothos' Realms.

      That's why I always pick: (E) None of the above.

      Ha!

    5. Re:Security Questions Are The Weakest Link by irid77 · · Score: 1

      And I would say that it's even worse when you can't type your question. Too many people know my mother's maiden name, my first car, my high school -- and I assume much of this information can be had publicly as well. If I were to imagine trying to get this information on someone, I'd just call them or their family, pretend to be some High School Reunion Committee, and say "We are celebrating the class of 1987 at Shrub High" and they'd probably go "Oh no, I'm graduated in 1992 at Rose Garden High". Then reply "Oh really? I guess you're the wrong Joe Blow, I'm sorry for your trouble, thanks bye."

      Multiple attack vectors over one secure password, ridiculous. I think GMail at least does the semi-sane thing and instead of security questions, uses a phone number to verify you if you would ever lose your password.

      And that's what is needed, identity verification if the password fails. Not a cheap way to do that in an automated and very dumb way.

      There was, also for years, really dumb advice such as to never write a password down. That is unrealistic given the number of passwords someone needs to know today and leads to using the same password again and again. Now, you don't have to write it unencrypted, you could use Rot13 or, even better, some other code of your devising -- but it's better than keeping all this in your head in this day and age.

      Ok, but most of these mechanisms using security questions don't just tell you the new password or allow you to reset it. They email you the new password. So unless the hacker has access to your email, guessing your security questions won't do much good. If a site is allowing you to reset your password directly, then that's obviously a security risk. But I don't think this is how it's usually done.

    6. Re:Security Questions Are The Weakest Link by Monkeedude1212 · · Score: 1

      The problem is that I often have trouble remembering my ridiculous answer to security questions. If I ever need to use the password recovery tool and they ask where I grew up, I'll try 50 different ways to spell where I live and forget that I put "Earth" or something silly.

    7. Re:Security Questions Are The Weakest Link by e4g4 · · Score: 1

      Agreed - a password manager like Password Safe, or my personal favorite 1Password is the answer to the password problem. Knowing only how to get a password, rather than the password itself, is also less vulnerable to a certain class of social engineering attacks (noticing that your password manager is suddenly unable to autofill the password on a site that looks just like your bank's site might clue in even the dullest people on the internet).

      --
      The secret to creativity is knowing how to hide your sources. - Albert Einstein
    8. Re:Security Questions Are The Weakest Link by DrXym · · Score: 1
      It sounds like you're saying the person was the weakest link for telling a complete stranger the answer to their personal question.

      Most sites allow you to choose from more than one question or even write one yourself. If you must choose one, memorise an answer which is deliberately wrong. For example the site asks your mother's maiden name so choose McGonagall, Peshwari, Boondoggle or something memorable but not guessable even to those who know your personal history. If you are allowed to make up a question, make your question obscure and personal, possibly something you have never told someone else or a personal experience.

    9. Re:Security Questions Are The Weakest Link by Doctor+Faustus · · Score: 1

      Too many people know my mother's maiden name, my first car, my high school

      And too many of the questions don't have clear answers.

      What was your first pet? We had a dog and two cats when I was born.
      What's your favorite band? Depends when you ask me.
      What was your first car? Could be any of four, depending on what qualifies as mine.
      What city were you born in? "Elkins", "Elkins, WV", "Elkins West Virginia"?

      Sure, I can just pick one, but am I going to pick the same thing six months from now?

    10. Re:Security Questions Are The Weakest Link by blair1q · · Score: 1

      Right.

      Because nobody could ever hack the phone system.

    11. Re:Security Questions Are The Weakest Link by Anonymous Coward · · Score: 0

      solution: Always use the same answer, regardless of the question.

      What's your hometown?

      Accurate answers are for noobs.

      What's your mother's maiden name?

      Accurate answers are for noobs.

      Of course, even this is not a solution to the problem posed by stupid security questions. Some sites won't allow you to have the same answer to multiple questions. Some sites allow punctuation, but then others don't.

      And of course, this opens you up to the attack vector where the security questions answer database is compromised and now your answers to questions at Compromised Site can be used as the answers to questions at Uncompromised Site.

    12. Re:Security Questions Are The Weakest Link by maxume · · Score: 1

      So setup an encrypted store (Keepass, Passwordsafe, TrueCrypt, whatever).

      A text file inside a TrueCrypt volume has the advantage of being completely free form, a password manager has the advantage of not being completely free form, you get the idea.

      --
      Nerd rage is the funniest rage.
    13. Re:Security Questions Are The Weakest Link by Anonymous Coward · · Score: 0

      Just a minute!
      Julian Assange is a true hacker, the real deal, the govt is your enemy, corporations are owned by Reptilian people who came here secretly from another galaxy in the Roswell alien craft. Wikileaks is our only hope - wake up people before they complete the conquest of your minds!!

      Oh wait... this story is about weak links... oops...

    14. Re:Security Questions Are The Weakest Link by rolfwind · · Score: 1

      I have ran into the same problem as well. I'm sure it leads people to write down even more information...

  10. Sites sometimes limit passwords by iamvego · · Score: 1

    It doesn't help that some sites restrict the character set and length of passwords.

    Input 25 character password: "Error: password must be between 6-14 characters"

    Input 8 character password with % and ] in: "Error: password can only contain alphanumeric characters"

    __wHY&the&f**k]]can"t this l_i_n_e b3 m~y p45sw%rd?!__!?

    1. Re:Sites sometimes limit passwords by the_cosmocat · · Score: 1

      yep! Gmail for exemple. You can't use the character http://en.wikipedia.org/wiki/Section_sign that we have in azerty keyboard :( And I just saw that slashdot can't even display it (at least in the preview). you don't have it in qwerty keyboards?

    2. Re:Sites sometimes limit passwords by Quietust · · Score: 1

      The answer is obvious enough - if the site restricts either the length or the content of your password, they obviously aren't hashing it (since hashes are always the same size no matter how much data you feed them) but are instead storing it in plaintext (and thus forbidding characters that would mess up their database queries or their actual data storage) or possibly doing some simple obfuscation on it, in which case you probably don't want to be using the site in the first place.

      --
      * Q
      P.S. If you don't get this note, let me know and I'll write you another.
    3. Re:Sites sometimes limit passwords by Anonymous Coward · · Score: 0

      I used to use a fairly strong password for my online banking that contained uppercase and lowercase characters, numbers, and non-alphanumeric symbols. Then they "upgraded" their system to one that requires a 7-digit purely numeric password. Pathetic.

    4. Re:Sites sometimes limit passwords by clone52431 · · Score: 1

      The answer is obvious enough - if the site restricts either the length or the content of your password, they obviously aren't hashing it

      That’s not necessarily true, and for that matter neither is the inverse.

      --
      Distributed Denial of APK: It takes 15 seconds to reply to him anonymously, but wastes tons of his time if we all do it.
    5. Re:Sites sometimes limit passwords by mcgrew · · Score: 1

      You mean "&sect;"s? Nope, slashdot can't do it. They must be genophobiacs. And no, it isn't on a qwerty keyboard; at least, it isn't on mine.

    6. Re:Sites sometimes limit passwords by ls671 · · Score: 1

      64 characters to compose a password with ought to be enough for anybody.

      --
      Everything I write is lies, read between the lines.
    7. Re:Sites sometimes limit passwords by the_cosmocat · · Score: 1

      strange way of thinking! lack of empathy... Because it is enough for you, it's enough for everyone!?! If I tried it, that's beacause I wanted.

    8. Re:Sites sometimes limit passwords by ls671 · · Score: 1

      There was actually a mere attempt at a joke behind my comment.

      Finding what it was is really simple just google for the text of the comment, cut and paste the phrase below into google search:

      64 characters to compose a password with ought to be enough for anybody

      --
      Everything I write is lies, read between the lines.
    9. Re:Sites sometimes limit passwords by the_cosmocat · · Score: 1

      oups! Sorry!! Know the reference but not used to jokes in english :(

  11. Not me. I'm cheerfully paranoid. by Whumpsnatz · · Score: 1

    Every time I need a password, I either beat out a spastic smattering of letters and numbers, or dream up a weird phrase, and use the first letters, with a few of them converted to numbers.

    I'm fine, as long as no one gets to my written log of all those passwords. If that happens, I'm screwed.

    I refuse to create any password that has the vaguest connection to anything. Which seems apt for today's disjointed world.

  12. 3 factor authentication by Iphtashu+Fitz · · Score: 1
    When I've worked in for companies whose equipment is housed in commercial datacenters, most of them required three factor authentication to gain access:
    • something you know (a password)
    • something you are (biometrics)
    • something you have (a key, security token, etc)

    To gain entry into the last datacenter I worked at I needed a cardkey to get through the first door (something I have). I then had to have my hand scanned at the entrance to a man-trap (something I am). Once inside the man-trap with the door closed I again had to scan my hand and then enter a PIN onto a keybad (something I know). Only then did I have access to the datacenter floor.

    Doing two of these on the web should be fairly easy. Companies like eBay & Paypal have tested RSA SecurID fobs as a security token, but in this day and age where so many people have smartphones then using it to generate security keys should be very easy. I already have a Verisign app on my iPhone that generates a random key every 60 seconds like SecurID does. Unfortunately not very many websites support it. I wish more would. And I have no idea how something like biometrics could be applied to the web...

    1. Re:3 factor authentication by Sponge+Bath · · Score: 1

      I have no idea how something like biometrics could be applied to the web...

      A phone or laptop camera could take naked pictures of you and send the images to a remote security worker for "analysis". Hey, if it's good enough for air travel, it's good enough for online shopping.

    2. Re:3 factor authentication by fuzzyfuzzyfungus · · Score: 2

      Biometrics are pretty dubious for widespread use. They sure do add that "just like the movies" flavor to flashy secure facilities(and, as long as their use is rare, they are likely to be stolen only in the most targeted of attacks); but the majority of them are dangerously weak(and impossible to change).

      Were they to be used widely, it would be a matter of months before huge numbers of people had their biometric data skimmed with enough resolution that fakes could be constructed with relative ease(imagine the problem of ATM card skimmer devices, already cheap and common, spreading to biometric verification systems: is that "broken" biometric verification setup on the door/atm/whatever actually broken, or transmitting high resolution scans of your fingerprints to some gang even now?) If you do get skimmed, what are you going to do about it?

      As long as they are largely a novelty, confined to a few specific situations, you really have to be Somebody Important for your prints to be pulled off your glass at the bar and used to access your system; but, if you try to use it at a population level, the probability that attacks will become widespread rises enormously.

    3. Re:3 factor authentication by 0123456 · · Score: 1

      Were they to be used widely, it would be a matter of months before huge numbers of people had their biometric data skimmed with enough resolution that fakes could be constructed with relative ease(imagine the problem of ATM card skimmer devices, already cheap and common, spreading to biometric verification systems: is that "broken" biometric verification setup on the door/atm/whatever actually broken, or transmitting high resolution scans of your fingerprints to some gang even now?) If you do get skimmed, what are you going to do about it?

      Don't forget that the US government now has a database of millions of travellers' fingerprints, so they can trivially break online fingerprint biometrics for those people.

      As you say, the rush to 'biometric ID' is making 'biometric ID' useless.

    4. Re:3 factor authentication by Anonymous Coward · · Score: 0

      That's why you always need two of the three methods of authentication. It might be reasonably trivial to obtain someone's fingerprint, but to combine that with a key they carry at all times or a password inside their head certainly makes it a lot more complicated. Still not going to stop the determined attacker, but it would kill off a lot of these skimming attacks we see online where only a password is needed.

    5. Re:3 factor authentication by Co0Ps · · Score: 1

      But shouldnt password authentication be in the "biometrics" category? After all, when you log in with a password, the application queries the state of the neurons in your brain.

    6. Re:3 factor authentication by fuzzyfuzzyfungus · · Score: 1

      Multiple factors are certainly useful, it's just that biometrics are a really shitty one, with more dangers than upsides.

      Passwords are pitifully weak; but at least they are trivially changable and may be generated in numbers limited only by your patience.

      Crypto keys are like passwords; but without the weakness, it's just that standard pattern humans are essentially incapable of memorizing them. A promising candidate for building physical tokens on; but impractical on their own.

      Biometrics are somewhat more entropic than most passwords; but the number that any one person can possess is strictly limited and pretty much not subject to change, barring surgery or maiming. Also, they are extremely difficult to "turn off". Your fingerprints are all over the place. You shed DNA in PCR-able quantities constantly. Were biometrics to become common, you would simply trust several scanners a day to not be gathering enough data to spoof you, rather than just enough to authenticate you.

      For remote use, biometrics have to be crunched down into a number, typically somewhere between a password and a crypto key in strength; because you can't exactly send an iris over the network. No better than a smartcard, RSA key, etc. save being a bit harder to lose.

      The only thing biometrics are good for is making it even easier to track people, which is hardly a laudable goal.

    7. Re:3 factor authentication by ls671 · · Score: 1

      You fool. I manage the same datacenter. All the authentication devices that you think you went through are just dummies to allow us to better watch how you behave.

      All real authentication is made with facial/body recognition software, human judgment and other undisclosed means. In the end, there is actually an officer just like me pressing a button to let you into the building ;-)

      --
      Everything I write is lies, read between the lines.
  13. Ridiculous password requirements by Anonymous Coward · · Score: 0

    Often times the ridiculous password requirements that are imposed on some networks only force users to have to write the password down and keep it someplace close by. If all I have to do is lift up the keyboard to find a sticky note, your 12+ character alphanumeric with special characters password that changes every month becomes no more secure than "12345".

    1. Re:Ridiculous password requirements by stonewallred · · Score: 1

      That is why I add a 6 and a 7 to my passwords to make them unbreakable.

    2. Re:Ridiculous password requirements by FunkSoulBrother · · Score: 1

      It's plenty secure if you're not worried about your wife or the occasional handyman stealing your passwords. Russian hackers are not going to break into my house and look under the keyboard.

    3. Re:Ridiculous password requirements by Anonymous Coward · · Score: 0

      No they're just use your unsecured wifi to browse to your desktop and open the "Email Passwords.txt" file.

    4. Re:Ridiculous password requirements by FunkSoulBrother · · Score: 1

      That's why you store it on your PHYSICAL desktop.

  14. Expecting a user to use 100s of passwords idiotic by syousef · · Score: 1

    I don't have the best memory in the world, but I'm no moron either. I've resorted to using a password safe program because between work and personal life I'm expected to remember literally hundreds of passwords (now they're in a password manager i can count them). Guess what? Even with the safe I continue to use a couple of "low security" passwords for certain activities. That means most things at home I can work out remembering only about a dozen passwords. Work's a different story...

    --
    These posts express my own personal views, not those of my employer
  15. Important accounts? by Bogtha · · Score: 1

    important accounts such as email, banking or shopping and social networking sites

    Okay, a vulnerable email account can lead to compromising other accounts, banking and shopping sites can cost you money... since when is Twitter or Facebook an "important" account in the same category as your bank account!?

    --
    Bogtha Bogtha Bogtha
    1. Re:Important accounts? by Monkeedude1212 · · Score: 1

      Well for starters your Facebook will have almost all your personal info, possibly where you live, your phone number, and even if you adjusted privacy settings, some embarassing pictures. Next thing you know you know you're on /b/ being asked hot or not.

      Actually I've noticed a few people on 4chan who will hack Facebook accounts for you if you get them the victim's Hotmail Address. I wonder if it's just common to use your HM for FB or if they've found a vulnerability in hotmail that leads to compromising the facebook account (Like asking for a new password to be emailed to that email account).

  16. HUMANS SUCK by Anonymous Coward · · Score: 0

    Humans are the weakest link. Humans want to exploit dominate and win against other humans. That goes double for the ones that already have obtained power and control.

    1. Re:HUMANS SUCK by MrMarket · · Score: 1

      Humans are the weakest link. Humans want to exploit dominate and win against other humans. That goes double for the ones that already have obtained power and control.

      Apparently Skynet is still in its angry teen years. We are safe for now...

  17. The "detailed analysis" needs to be ditched. by dreemernj · · Score: 2

    That "detailed analysis" of the Gawker breach needs to be stricken from the web. The passwords that were decrypted were the easiest passwords in the set for the most part. That's why they were able to decrypt them. They were in dictionaries or their hashes were already on lookup tables. Then some joker takes those decrypted passwords and acts as if they are in any way representative of the rest of the passwords that could not be decrypted.

    Idiotic.

    --
    1 (short ton / firkin) = 89.1432354 slugs / keg
    1. Re:The "detailed analysis" needs to be ditched. by kaiser423 · · Score: 1

      Uh, the passwords were simply hashed with no salts.

      Because of that, any 14 character password of random noise could be cracked in under 3 minutes. RfQ$It!qIRFv#$ isn't an easy to crack password, but it was crackable off the Gawker breach in under 3 minutes.

    2. Re:The "detailed analysis" needs to be ditched. by stretch0611 · · Score: 1

      That "detailed analysis" of the Gawker breach needs to be stricken from the web.

      You are absolutely right. It was gawker... While I did not have a gawker account, I use the same password among multiple sites on the web and I still feel secure. For blog, news aggregate, and log-in-just-to-view sites, I use a relatively weak password. For email accounts, I use a much stronger individual password. For my home banking site, I use another unique and strong password.

      Seriously, How will my life be affected if someone stole my slashdot account? Wow, I would need to post more to get excellent karma again. But will my financial data be at risk? Will someone be able to steal my identity and slander my name? In the grand scheme, my slashdot password is one of the weak ones (Still not on the gawker Top 50) because I do not lose anything if it is ever compromised. On sites that I would go through hell if someone accessed it maliciously, I actually give a damn. For those sites I create a unique non-word based strong password.

      In addition, even if my slashdot (or other weak password sites) are ever compromised, it still will not matter much and affect other sites. I use different email addresses (I own a few different domains) for registrations. I create unique email address to see which sites spam me; so, even knowing my weak password will not get you access to other sites posing as me.

      --
      Looking for a job?
      Want your resume written professionally?
      DON'T USE TUNAREZ!!!
    3. Re:The "detailed analysis" needs to be ditched. by DrXym · · Score: 1
      The passwords that were decrypted were the easiest passwords in the set for the most part. That's why they were able to decrypt them.

      Those passwords were decrypted in 24 hours. I expect the majority of the remaining passwords would fall with a longer attack. It's not hard to envisage that someone slurps up every single hash into memory and begins a brute force attack from 4 chars all the way up until they get bored, striking off every password as they match it to the list. They could even use GPUs to speed things up and run hashes in parallel.

      I don't consider my password to be weak but it was only 8 chars and as a throwaway account I used the password for similar services but not banks, online stores etc. An 8 char password might have reside in a 2^40 hash space and I expect a brute force would get it eventually. So I changed the password elsewhere because I could do without the hassle of discovering some spammer is using my account to sell fake watches.

      Naturally there WILL be people who use the same password and email address on important accounts. So while it may be an inconvenience to me, it might have more severe consequences for others.

    4. Re:The "detailed analysis" needs to be ditched. by delinear · · Score: 1

      Yes - without at least knowing what percentage of all passwords was cracked this data is meaningless. If only 1% of passwords were cracked with rainbow tables/brute force attacks or whatever then that shows the even on Gawker, most paswords are pretty secure. If, on the other hand, 99% of passwords were cracked, all that tells us definitively is that Gawker passwords were weak, it doesn't say anything about passwords for sites that actually matter.

    5. Re:The "detailed analysis" needs to be ditched. by Blakey+Rat · · Score: 1

      Those passwords were decrypted in 24 hours. I expect the majority of the remaining passwords would fall with a longer attack. It's not hard to envisage that someone slurps up every single hash into memory and begins a brute force attack from 4 chars all the way up until they get bored, striking off every password as they match it to the list. They could even use GPUs to speed things up and run hashes in parallel.

      The point you're missing is that they're *only* being used for making comments on dumb blogs. Tons of people pick easy-to-remember passwords for making comments on stupid blogs, because who fucking cares if it gets stolen? This analysis is flawed because the system the passwords were for is completely unimportant.

      Now if a *bank's* passwords were leaked, and they found the same lack of security, then that would be cause for alarm.

    6. Re:The "detailed analysis" needs to be ditched. by Scryer · · Score: 1

      The initial dump from Gawker showed 188,281 cracked passwords out of 1,247,893 in the password database, or 15%. They were salted. A report from totse says "261459 password hashes cracked, 486643 left". I don't know how that user selected the particular hashes he was working on -- looks like ~70% of the ones that weren't cracked in the initial dump. John the Ripper dictionary attacker and brute-forcer is being used on the password file, but the CUDA cracker doesn't have this DES-based algorithm in it.

    7. Re:The "detailed analysis" needs to be ditched. by DrXym · · Score: 1
      The point you're missing is that you might use throwaway passwords on forums or blogs, I might use throwaways on formums blogs but some people don't. The password they use is the password they use everywhere.

      Not everyone understands the need to use throwaways for some kinds of accounts and use unique passwords for others. I can't say how many people might be affected but it would not surprise me if a significant number of people used the same pwd everywhere. As such cracking a popular site is an attractive and worthwhile proposition.

      That aside, even if it was just a throwaway password (as it was for me), and even if it's a pseudo (as it is for me too), I still use the same credentials on equivalent sites. I have 10 years or more on some forums with this alias and therefore I don't take the risk lightly.

    8. Re:The "detailed analysis" needs to be ditched. by Blakey+Rat · · Score: 1

      The point you're missing is that you might use throwaway passwords on forums or blogs, I might use throwaways on formums blogs but some people don't.

      Until you can enumerate how many "some" is, I still don't see the Gawker data as particularly compelling.

    9. Re:The "detailed analysis" needs to be ditched. by DrXym · · Score: 1
      I've never said anything of the quality of the data. What I do know is that if I were a hacker and someone handed me hundreds of thousands of accounts with password hashes that there will be many users in that list who have used the same password on other sites, possibly valuable sites like ebay, paypal, Amazon, banks etc.

      I would as a hacker expend the effort to crack as many of those passwords as possible. I might even engage in a little spear phishing with the data, and also plug the same email / password into commerce sites to see what falls out. If I was also a spammer I would plug the same email / password into different forums / blogs and spam away for any successes.

      So while at the end of the day Gawker's mistake is not the end of the world for me, it is a risk for anyone on that list who didn't take the necessary precautions.

  18. Secure Sentence Based Passwords by _16s · · Score: 1

    I wrote SHA1 Pass and use it everywhere. Feel free to modify or implement it yourself: http://16s.us/sha1_pass/

  19. expiry by Anonymous Coward · · Score: 0

    Password expiration is the biggest problem, people have to remember several passwords at work that change constantly because of some misguided policy.

    I wish I could work in a land where I could keep my password as long as the admins hadn't cracked it. As soon as they crack it my password expires. They would get to try each person's account 1 time per minute, so they could get through a basic dictionary attack in a matter of days. The stronger the password, the longer it lasts.

    1. Re:expiry by Angostura · · Score: 1

      Just a comment to say, I think that's a rather elegant idea.

  20. No. by arndawg · · Score: 1

    YOU are the weakest link. Good bye.

  21. 4ny1K1n L34rn 2 Sp311 'L337' by tunapez · · Score: 1

    I give my clients a swap list(1=i, 3=E, 4=A, 5=S, etc...) and ask them to swap at least 2 alphas for numerals of their fav passwords, add a random cap and make it 9+ characters. We do a couple examples with words/phrases of their choosing. Most actually catch on quickly when they feel involved in the process...and a little L337. Changing passwords doesn't have to be like pulling teeth.
     
      Goodbye '57 chevy', hello 'Ch3vy83l41R'.

    --
    Imagination drew in bold strokes, instantly serving hopes and fears, while knowledge advanced by slow increments...
    1. Re:4ny1K1n L34rn 2 Sp311 'L337' by mackil · · Score: 1

      I believe Sherlock Holmes already showed that a substitution cipher isn't that secure.

    2. Re:4ny1K1n L34rn 2 Sp311 'L337' by Rary · · Score: 1

      To make that super extra secure, forget the random uppercase, just convince them to hold down the SHIFT key in an alternating pattern. Then your password becomes Ch#vY8#l$1R, which is pretty rock solid and no more difficult to remember.

      --

      "You cannot simultaneously prevent and prepare for war." -- Albert Einstein

  22. KeePass/KeePassX by mikewilsonuk · · Score: 1

    I recommend using KeePass on Windows and KeePassX on Linux. I carry my passwords around on a USB stick. I use a password I can remember to access the password database. That wouldn't be too hard to crack, but first the cracker would need to steal the physical stick. KeePass generates nice long unmemorable strings of random characters, so attack without stealing the stick is tough.

    One word of warning: one oafishly implemented site I registered with silently truncated the 20 character password I pasted from KeePass to 12 characters.

  23. Do we really need secure passwords for Gawker? by hermiquin · · Score: 1

    Who cares about their password security on Gawker's sites and other like them. I personally use the crappiest password I can remember for stuff like that. Just keep that passwrd away from you email and bank account. If you feel the need to have an ultra secure random 25 character password to protect your Paris Hilton article clippings security is the least of your problems. On the other hand if you use your gawker password for your bank account also security is the least of your problems.

    1. Re:Do we really need secure passwords for Gawker? by muckracer · · Score: 1

      > Who cares about their password security on Gawker's sites and other like them.
      > I personally use the crappiest password I can remember for stuff like that.

      Please read the story of the guy using his neighbor's wireless and sent e-mails in 'his' name to threaten various high-profile people, sent childporn etc.. While you might get cleared eventually, when somebody used YOUR oh so unimportant account for such purposes, good luck in the meantime until it gets to that point. And hopefully your boss is OK with you being in jail for the interim 3 months and will welcome you back with open arms, since he still trusts you to work for him after the USSS grilled him about you...

    2. Re:Do we really need secure passwords for Gawker? by John+Hasler · · Score: 1

      > I personally use the crappiest password I can remember for stuff like that.

      Thereby enabling comment spammers.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    3. Re:Do we really need secure passwords for Gawker? by Angostura · · Score: 1

      Sorry, but how does a weak password on a worthless Gawker comment page translate to sending e-mails in your name?

  24. Most users consider passwords a hindrance by petes_PoV · · Score: 1
    They get between a person and their goals, they are too easily forgotten and once you have to keep track of more than a few they become unreliable and burdensome. Add on to that, most of the "information" that these passwords protect is not really worth protecting, anyway.

    So, since they are an annoyance and don't give users any tangible benefits, you shouldn't be surprised when users choose their passwords so they require the least amount of effort: either to remember or to enter. As for enforcing rules to require users to change them regularly - you might as well forget it. All they'll do is take their core password and add a number onto it - I know: that's all I do.

    Passwords have been in effect since the beginning of multi-user systems: what? 50 years or so. Surely in all that time the world could have come up with something better, easier, more reliable and keyed to the user rather than the piece of paper all the passwords are undoubtedly written on.

    --
    politicians are like babies' nappies: they should both be changed regularly and for the same reasons
  25. This has been discused and nothing gets done by markdj · · Score: 1

    We have discussed this ad nauseum - still nothing gets done. We have way to many passwords to remember. We have way too many different password policies to follow. What is a valid password on one site is not at another. It takes too much time to look up a password you have "written" down and you need a separate password to get into the list!. That supposes you have the list with you when you need it. Today the internet is mobile and not just used at home or at the office. Additionally, there are sites whose compromise could ruin you financially or ruin your reputation and sites where compromise doesn't matter. So most resort to a few easy to remember passwords, phrases or algorithms and these are probably easy to crack.

    It's not clear what could be done. An RSA key fob and biometrics need a reader. You have to remember to have the fob with you. The blind can't read it. All this costs extra.

  26. So what? by RKThoadan · · Score: 1

    Passwords may be the weakest link, but they are not the most common attack vector because what they are protecting is of minimal worth. The most common attack vector is exactly what we have seen here: someone uses CSS/default password/other vulnerability and grabs the whole database. It's certainly sensible to keep good passwords on e-mail and financial accounts, but even there I'm much more worried about the backend being hacked than someone trying to brute force my password.

  27. Do passwords even matter? by Anonymous Coward · · Score: 0

    If anything, situations like the Gawker security breakdown make me less likely to put effort into creating/maintaining passwords. It seems to me like accounts are more likely to be hacked by means where the hacker has your password, no matter what it is. For example I had my Warcraft account hacked, and the password I used was 10 characters and a mix of random symbols numbers and letters. The reason it was hacked was because a trojan found its way on to my system through a new, infected USB stick. I don't really see why any hacker would sit there and try and brute force their way into a single account without already knowing the login/password by some other means.

  28. And, did you know that the sky is blue? by sitarlo · · Score: 2

    This isn't news. It's common sense. Of course people and their passwords are the weakest link. Same thing in physical space. You can have the best lock in the world, but if you make copies of the key and are careless with them you'll get robbed.

  29. Re:maybe we should have some other method of authe by Anonymous Coward · · Score: 1

    cation rather than passwords. clearly human beings are not going to make sure they are secure.

    Nothing is more annoying than someone who starts a sentence in the subject and finishes it in the body except maybe someone who starts a WORD in the subject and finishes it in the body.

  30. Personal info by jwietelmann · · Score: 1
    You mean the Facebook info and pictures that I can get you to voluntarily give me by:
    1. Creating a fake Facebook account.
    2. Using a picture of an attractive female in your age range.
    3. Locating your friends.
    4. Carpet-bombing them with friend requests. (Surely someone will bite.)
    5. Sending you a friend request. (I'm a friend of a friend, so we've probably met, and you've just forgotten.)
    6. Reading everything about you.

    It doesn't matter what your privacy settings are. I would bet money that you could get access to 99% of Facebook targets' info by following that pattern. Social networks are practically designed for social engineering hacks.

    1. Re:Personal info by Monkeedude1212 · · Score: 1

      ummm. No.

      You can get THAT Facebook info you described often by just GOOGLING the name.

      I was talking about login credentials. To do some real damage.

  31. Passwords are fine by jdoug · · Score: 1

    as long as they're used correctly, both by the user and the system, and that they correspond to the amount of security a particular system requires. That includes the usual refinements such as salting, proper storage, moderate to high strength, etc. Saying that passwords are weak is like saying that hammers are dangerous. Tools, when used properly, will do the job.

    I've used an online banking system that required entering a password, selecting an image and answering a question before being able to log in. These three systems in themselves are not particularly full-proof, but used together (and correctly) make for good security. Other systems also include a hardware token.

    Exploits exist for routers and firewalls. Put more than one layer and getting in gets more difficult. Passwords are only one of many security schemes that exist and not all systems require the same amount of security. I'm quite happy slashdot doesn't need as many security elements as my bank does to log in.

    When articles about passwords come up, the usual rant is mostly against users choosing weak passwords or writing them down. In cases where the security of an account is compromised, the user, that is, the customer, should never be blamed. It is the responsibility of the system to pick a suitable security scheme, enforce it and take all possible measures to avoid leaking the data. Blaming a customer for choosing hunter2 as a password and getting hacked is ridiculous. It's like blaming the customer for "excessive bandwidth" while using their 100Mbit/s line. Users will take what you give them.

    You want strong security? Implement it. You don't need it? Stick with passwords.

    Stop blaming the users.

  32. Re:maybe we should have some other method of authe by Ismellpoop · · Score: 1

    "Genetic bum print accepted activating Poop-chute."
    http://en.wikipedia.org/wiki/Zeroman

  33. It is safe to say that by gotpoetry · · Score: 2

    combination codes are the weakest link in bank vaults.

    1. Re:It is safe to say that by DigiShaman · · Score: 1

      So what your saying is that a safe is "safe", not secure. Right?

      --
      Life is not for the lazy.
    2. Re:It is safe to say that by gotpoetry · · Score: 1

      I have the most secure passwords ever, but if a person hits me in a different spot with a hammer after each time I refuse to hand over the password, I'm going to quickly hand it over. They may not even get the first hit in before I blurt it out. Same thing would apply to a person's safe combination I'd imagine.

  34. Some SysAdmins too by Fibe-Piper · · Score: 1

    Yesterday our admins changed our wireless access from WEP to WPA in order to make our connections more secure - sadly the password we have been using for over a year stayed the same.

    --
    I went to battle M.C. Escher, but drew a blank.
  35. Lastpass by defaria · · Score: 1

    Again, in a world - Lastpass!

    1. Re:Lastpass by Anonymous Coward · · Score: 0

      Ditto LastPass.

  36. The amount is the problem by houghi · · Score: 4, Insightful

    How many places do need a login? Websites, computers, programs, ...
    If all websites would use openID, that would solve already a lot. However many places give me my login and then ask me to change that every month. At work every first day of the month I change all my passwords. That takes me about 20 minutes.

    So I have several passwords depending on level
    1. Generic websites. Lowest security level (e.g. Pa55word)
    2. Work related. These will change every month and will include some sort of year/month where only that part changes (e.g. 10Work12 for this month)
    3) Provider related pass word for email and connection (Resused semi-random 8 charcater password)
    4) Personal password for local system and openID and banking(Reused semi-random 8 carcater password. Different from 3)
    5) Secure password for encryption, ssh and the like (Loooong semi-password of at least 16 characters.)

    So the moment I am forced to change passwords where I used first 3 or even 5, I will go back to less secure of 2.

    The main problem is that each security person treats their security as if they are the only one and treat security with the standard error. Solving a social problem with a technical solution. It is very hard to explain people that changing passwords every month will LOWER the security.

    It is the nature of people to find the way of least resistance and as long as security people do not understand that, nothing will change.

    I sometimes feel that it is not about security, but about reliability. Reliability is moved from the IT department to people who do not understand security, because they 'did something' and now it is not their issue anymore. That is why they also look only to the security of 'their' system and not at security as a whole.

    --
    Don't fight for your country, if your country does not fight for you.
    1. Re:The amount is the problem by Chucky_M · · Score: 1

      It is very hard to explain people that changing passwords every month will LOWER the security.

      If I had a penny for every time I had to say that ....

      So we force users to change passwords using complicated passwords, users being human (mostly) make typos and in coordination with mandatory locking after multiple password failures and there we have it a whole new department servicing user password problems and stability and functionality are thrown out of the window. Then came SOx but after that things just became silly, I wonder how many campaign contributions auditing and high tech security companies made.

    2. Re:The amount is the problem by Coward+Anonymous · · Score: 1

      While I generally agree and use a similar system. I think you got the priority of 4 and 5 mixed up. I value my financial information much more than I value my SSH connections to Just Another Machine.

    3. Re:The amount is the problem by Decker-Mage · · Score: 1

      The main problem is that each security person treats their security as if they are the only one and treat security with the standard error. Solving a social problem with a technical solution. It is very hard to explain people that changing passwords every month will LOWER the security.

      Got it in one. Security, like any other aspect of operations, is a process. If you have a broken process you don't always go for the most technical solution or a solution that fundamentally only works for certain people of a certain type. I spend time on the line with the people that are going to use any new approach to find out what they know works, doesn't work, and especially where the pain points lie. It's handy if you've ever been out in the field with an anthropologist who have to elicit not only how people do things but why, or why not.

      The approach I strongly favor uses pass-phrases consisting or one or more sentences or phrases, always something that is easy for me, or whomever I'm training, to remember. Use the capitalization and punctuation and it meets complexity rules. And it's easy to remember. Fairly easy to type if you (they) do any word-processing. And it's easy to remember. Oh yes, ditch the change each time period paradigm or make it something annually. Monthly, probably even quarterly change requirements usually get you back to where we are using a broken process.

      Did I mention it's easy to remember?

      [Apologies hougi as this isn't directed at you, but this has to be repeated to this audience. Technically astute (perfect) solutions are useless if not practiced. The Real World is The Real World. So sorry if you in the audience can't understand that. I hope you can find another job after your firm goes bankrupt due to a data-breach.]

      --
      "[I]t is a wise man who admits the limits of his knowledge or skill, and that pretending either causes harm." --Terry Go
  37. I'm skeptical. by jwietelmann · · Score: 1

    If you're using real, common words and phrases and just transcribing them to 1337, I'm pretty sure there are password cracking tools out there to account for that.

    1. Re:I'm skeptical. by tunapez · · Score: 1

      I'm pretty sure there are password cracking tools out there to account for that.

      I don't doubt it, probably not up to Enterprise or Military standards. Small biz and average users will never remember 12+ random alpha-numeric strings every * days, however. Most I teach opt for one character substitution, cap first letter only. It is stronger than proper words and names, regardless.

      To answer mackil below, thanks for the link, good read. With a sampling of 9-* characters, not knowing how many unique subs are made, even if you collected multiple passwords using the exact sub(s), that's a tough nut to crack. One SB I set-up had withstood 60 hours of brute force using 10 account names lifted from the AD before new management noticed(FTP, enabled but unmonitored). Most users had used different substitutions. A better algorithm, a better cracker or more time could have proven successful.

      Thanks for the pointer, Rory. I will play around with it, average users may not grok it.

      --
      Imagination drew in bold strokes, instantly serving hopes and fears, while knowledge advanced by slow increments...
  38. Re:Not me. I'm cheerfully paranoid. by John+Hasler · · Score: 1

    Every time I need a password, I either beat out a spastic smattering of letters and numbers, or dream up a weird phrase, and use the first letters, with a few of them converted to numbers.

    I use pwgen. It is much better at generating truly random strings than I am.

    I'm fine, as long as no one gets to my written log of all those passwords. If that happens, I'm screwed.

    Keep it with your credit cards and cash.

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  39. Re:Not me. I'm cheerfully paranoid. by Anonymous Coward · · Score: 0

    me to, but I refuse to write them down, exactly for the reason you mention.

    posting as AC, having a little logon problem at the moment.

    paranoid253 (aka paranoid1 - 252)

  40. Why should this be a concern? by Anonymous Coward · · Score: 0

    People nowadays have on the average 15 passwords they need to memorize. E-mail accounts (work and personal), ATM pin, bank web accts, shopping accts, etc. Chances are you can't memorize 15 different ones, so they are the same password or very close variation. More likely you use 10 of those accounts on a daily basis and the other 5 on an occasional basis, so those 10 you may get away with memorizing because you use it often. But those other 5, you probably forget what they are if they were totally unrelated passwords. This doesn't even give credit to all the people (which is the majority) that set on their PCs/laptops/smart phones to memorize the password, so they shave the extra 10-15 secs of typing username and password. Which when they need to change the password and need the current password, they won't remember.

    Now, you're telling us we are not secure because most of our passwords are similar or same, but the same lecture about how dangerous if we write the information down anywhere (on a piece of paper/notepad file) because the majority of us do not have the memory of an elephant.

  41. Need A Good Pasword? by Anonymous Coward · · Score: 0

    Here is a quick and easy method for generating passwords on a Linux system. Just open a terminal and enter the following command:

    openssl rand -base64 20 | tr -d '/' | cut -c1-X

    Substitute the final "X" with the number of characters desired (e.g. 12, 16, etc.).

    This will produce very strong passwords that can be pasted into any application. The only remaining problem is remembering the password, but most browsers provide a method for storing and retrieving the passwords that are used for on-line accounts. Otherwise, a simple text file can be used for storage and retrieval.

    There is no excuse for using weak passwords.

  42. Security that prevents use fails. by rickb928 · · Score: 1

    I'm facing more restrictive password policies at work every day. Some expire every 14 days. Some require that they start AND end with an alphanumeric character, include a symbol from a short list of acceptable symbols, upper and lower case characters, and be 8-11 characters long. These restrictions broke my normal conventions. I'm pretty much forced to keep a cheat sheet of hints to my passwords. Today I have 11 unique passwords shared among 22 different systems comprising 32 different hosts and services. That's just work. I'm required to change at least one password 4 out of 5 days a week. Some of these require me to use unique passwords, not using any of the 5 to 8 previous passwords. Some deny using duplicate sequential characters, some any duplicate characters, some deny using specific words, one denies using any character that is in my master employee ID (8 chars, 1 alpha & 7 numeric), and some restrict using the same password as other systems that use the same authentication server - yes, our SSO server is no longer SSO, depending on the service it is supporting. They still call it SSO. Perhaps 5 of these systems permit me to recovery my password by resetting it via a process or phone call. Two of them require managment approval for a password reset. One, the magic one, requires me to get upper management approval for resetting a password, and this system will expire my password if I don't log in before the periodic change period expires. This password expires every 30 days, and I need to use it ever 30 days. Yup, I make a note to log in mid-month to keep it alive. Most users only use it monthly, and it is designed that way. Several services delete my user account if I let a password expire, requiring a new user ID setup. I also have to watch for my access being denied due to any of various initiatives, Sarbanes-Oxley regulations, arbitrary system resets, etc., but that's just corporate policy. The weasels think they are winning.

    No fix is in sight. This company is proud of their record of zero breaches ever. But I spend a noticeable amount of time managing passwords, and am delayed in work by failed authentication. Security for my position is becoming an impediment to work. I am in a relatively unique position, requiring a lot of access to several different systems, and combinations that bring me to the attention of our Corporate Lawyers occasionally, and I'm not even doing anything wrong, just my job. I'm not proud to say I've never looked up sensitive data out of curiosity. If I got caught, it would be my dismissal. And they watch specifically for that stuff.

    For my personal business, I have only 7 specific payroll, banking, or healthcare sites I need to maintain passwords for. Some expire, some don't. Some require specific rules, some don't. Two of them show me their score for relative strength of the password I'm trying to use.

    Then I have all the other stuff. I easily have 30+ logins to various technical and social sites, probably 50+. Some I don't use for years. I use a lot of conventions to manage them by role and relative importance to me. Don't get me started on usernames.

    My only, ONE AND ONLY password breach was thanks to my lovely wife, who was too lazy to change the Facebook page to HER signon, and clicked away on a bunch of quizzes, tests, free stuff, and finally an auction link. eBay had me down to buy a bunch of stuff and I got the emails confirming it. I cancelled them all with eBay's help, they tracked down the offending user which was pointless as they don't exist, and I avoided bad feedback and PayPal problems. Looks like the seller was creating fake buys to get feedback and enhance their rep enough to attract more willing victims. My wife was shocked. Then she was angry with me. Then she started playing Farmville. I got her a computer of her own. Grrr...

    Passwords are not enough. My home notebook has a fingerprint scanner I use, wish I could teach it some tricks. I use a couple of password keyrings online, but not for everything. I'm using OpenID more, but I can't yet see the value.

    We need something better. Fingerprint scanners or camera-based something that isn't fooled by a photo.

    --
    deleting the extra space after periods so i can stay relevant, yeah.
  43. Speak for yourself by Anonymous Coward · · Score: 0

    My passwords are easy to remember when you know the trick, but look like a big, incomprehensible string of letters numbers and special characters. Good luck trying to bruteforce that!

    Clearly the weakest link is website administraters without the common sense to use encryption, and those who do encryption wrong. Is it really so hard just to generate a random salt for every password and store it along with a salted hash? And I'm not even talking about the fact that you can't even know what the websites intentions are. For all you know, they could be storing it in plain text and harvest it for id theft.

    So the best plan is to have unique passwords for every little site/service/forum wich requires registration you ever use. Another method is to have seperate tiers of passwords important and less important thngs. Both are a hassle.
    Passwords: Convinience, Security. Pick one or suffer in both.

    Maybe a better way is to have every user generate their own certificate (simplified compared to those currently in use in other areas) based on a passphrase. The user could easily generate it again if lost, or maybe even on the fly during authenticating, or generate a new one if he needs another identity. Others will not be able to authenticate as the intended victim without a matching certificate. But for this to work it would have to be able to be integrated into OS and/or and websites in a way that is easy to use.

  44. Irony by Bandman · · Score: 1

    Does anyone else find it ironic that they're using information obtained from a cracked server to determine that the weakest security is the password? Anyway, I think the passwords are only weak because the users get to choose them, and *users* are the weakest link in the security chain.

  45. how to be safe(r) online by drew30319 · · Score: 1
    How to be safe(r) online

    Here's an excerpt from an article I wrote for my law school's paper about online security w/ some suggestions about passwords. (I doubt there's any interest in the whole article but here's the link if you are for some reason: http://law.gsu.edu/thedocket/node/519 )
    -----

    1) Stop using the same password for everything. At a minimum come up with a base password and then append (or prepend) it with something unique for each application. If your base password is "fido" then for Twitter you could use "fidotwit" or "twitfido."

    2) Don't use "Fido" as your password. One of the most common passwords is the name of the user's pet (Paris Hilton's Sidekick was hacked because the cracker knew her dog's name was Tinkerbell). Teenage guys often use the type of car they drive. Parents often use the names of their children. Law geeks often use the name of their favorite Justice.

    3) Change your passwords occasionally. Just because you haven't noticed anything amiss doesn't mean that your emails aren't being accessed. If you have a base password of "fido" (which you won't because you're faithfully adhering to #2, you might change it to "fidomarch2010."

    4) Avoid dictionary words (even non-English words). One fairly simple technique is to come up with a phrase that has some meaning to you and then use the first letter of each word. "I love taking Fido to the park when it's sunny" becomes "iltfttpwis" which could be used as your base password. Applications that allow you to use upper-case and lower-case characters as well as numbers and symbols exponentially increase the complexity of your password. "I love taking Fido 2 the park when it's sunny!" then becomes "IltF2tpwis!" and you have a fairly robust base password; when combined with a variation for each site and occasional changes you should have a decent password system.

    --
    JAGga.me ----> Producing video games addressing emotional health and wellness issues affecting teens.
  46. And in OTHER ground breaking NEWS! by mrnick · · Score: 1

    It was recently reported that the sky is BLUE and the Earth is NOT FLAT!!! File this under "DUH!"

    --

    Encryption: I may not agree with what you say, but I will defend your right to encrypt it...
  47. WoW authenticator - But for everything. by Gorkamecha · · Score: 1

    Why not a universal authenticator? At the very least, I could see a common system setup by the banks here in North America allow the use of any debit card to work on almost every debit machine.

    I'm not sure why my video game character is the most secure bit of digital data I have.

  48. It is possible where others fear to tread... by selil · · Score: 1

    My students using 300 nodes of a computing cluster were able to crack 57K DOD spec passwords (7 characters, upper, lower, symbol, number) in a few hours (Windows 2003 enterprise server). The goal was to crack 450K passwords in 24 hours but we had to call off the last run due to finals. Nothing about this project was hard. Using F/OSS and a lot of computing cycles cracking them was a piece of cake. Simple two-factor authentication is horrible. Especially when you give up the userid as an email address, or use a standardized naming scheme. Yes this would have required basically physical access to the server. Still as a test with enough horsepower and some tuning you can break even tough passwords quickly. We were basically trying to up the ante on a previous example where a person did 400K passwords in a few months using commodity hardware.

    --
    --- Location Unknown
    1. Re:It is possible where others fear to tread... by PhxBlue · · Score: 1

      When did your students conduct that test? Because IIRC, the most recent DOD spec is 16 characters with at least two upper, two lower, two symbols and two numbers.

      --
      !#@%*)anks for hanging up the phone, dear.
    2. Re:It is possible where others fear to tread... by selil · · Score: 1

      Not sure about that. DOD Instruction 8500.2 (2003) says 8, but the construction requirements are exactly the same as we did it. There are differences based on the information found on the system. The Windows Server 2000/3 wouldn't even allow more than 14 characters if I remember right.

      --
      --- Location Unknown
  49. The right responsible thing to do by CKW · · Score: 1

    The right responsible thing for website and application developers/owners to do is NOT allow users to create their own passwords. Generate one for them.

    But that doesn't mean the passwords have to be hard to remember. Four randomly chosen 3-5 character words from the standard 25k word dictionary on Solaris is identical in strength to an 8 character purely random password that that uses all possible keyboard characters (26 lower case, 26 uppper case, 10 numbers, 12 special characters). Three of those is identical in strength to a 6 character password, which is certainly far more secure than 95% of the stuff I see people using, even "professionals".

    ex: fuse larva elite scare

    Question -- why doesn't Firefox or Windows or Linux come with a little application that GENERATES a secure password for the user? Why do people who make operating systems and Browsers expect USERS to generate passwords themselves, and then you wonder why they are so insecure?

    In my professional opinion -- the professionals are to blame.

    *** WHERE is an average user supposed to get a properly generated secure password? ***

    Linux has a perfectly good random number generator based on proper entropy collection, does Windows? Unfortunately, neither is usable as is by an end user. Don't point me to some idiot website run by who knows who. Unless someone big like google or yahoo have an SSL page that I know I can trust to have done it right and/or not be tracking IPs and passwords for latter exposure.

    (Disclaimer - I am a professional, and in the small company that I work at, I've been slowly eliminating all of the "luser generated" passwords for quite some time now, and forcing them to use ones that have been properly generated.)

    The second thing to do would be to get things like OpenID working and make users aware of them, do things to encourage them to use it. Unfortunately I tried to use OpenID myself (as a user) a year ago -- and I was *really* unhappy with how hard it was. There's no way in hell I can recommend friends and family to use it. There's huge usability problems with it impo. It requires way way too much expertise and willingness to screw around.

    We need something conceptually simple to USE, but that still doesn't present a single target that would result in all of the end user's accounts being violated if a single site is penetrated. This is an excercise left to the reader. :)

    1. Re:The right responsible thing to do by John+Hasler · · Score: 1

      Question -- why doesn't Firefox or Windows or Linux come with a little application that GENERATES a secure password for the user?

      Most Linux distributions include several such applications.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  50. Re:maybe we should have some other method of authe by Daengbo · · Score: 2

    This is why we should be having real discussions about standardizing on better authentication methods (OAuth, etc.) and multi-step auth instead passwords. I personally think password + hardware (phone / SD / etc.) + retina scan would be a good base to run an auth server off of. I also think identity should be in the browser (see sig).

  51. Bruce Schneier has the answer. by Hobart · · Score: 1
    --
    o/~ Join us now and share the software ...
    1. Re:Bruce Schneier has the answer. by Scryer · · Score: 1

      I like shocking nonsense: it's easier to remember something dirty that you make up yourself, for some reason. "My Uncle John had carnal relations with blueberry pies 3 times a week." => "MUJhcrwbp3taw.". I'm suspicious of pulling letters out of a known document, no matter how obscure.

      For passwords on unimportant sites it's not worth the effort to use strong passwords.

    2. Re:Bruce Schneier has the answer. by owlstead · · Score: 1

      Tried to do that, only to find out that many sites did not accept those kind of passports, many even restricting me to 8 letters. And my memory fails me for less often used sites. Yours will too, just wait until something really important happens in your life and you can't tell left from right for a while. Hell, I did not even remember my slashdot password, one of the most used on my computer (yeah, yeah, I know, pathetic :).

  52. Re:maybe we should have some other method of authe by sean.peters · · Score: 2

    It would help if Slashdot didn't limit the subject line to something ludicrously short. I've often had to result to continuing the subject line in the body, because I couldn't come up with something sufficiently pithy for Slashdot's subject line policies. I have to admit, though, that breaking a word between the subject line and body is a crime against nature.

  53. Yes, but how many keys does anyone have? by sean.peters · · Score: 1

    I've got maybe 12 or 15 keys on my ring, all bound together to form one not too large of an object. It's easy to keep track of where it is and keep watch over it. But if my key ring had several dozen keys on it, and if I had to take keys off the ring and hand them to someone else to get various doors open, and oh by the way, I had to make the keys myself (with more secure keys being larger, heavier, and more difficult to make than less secure keys), then you'd see the same problems with physical keys as you do with passwords.

    The problem is less that people don't understand the concept of secure passwords, and more that developing and remembering secure passwords for the myriad of sites people use is very difficult. I personally understand the concept quite well, and yet I reuse a handful of passwords over and over... because I simply can't remember a secure password for a site that I might visit once or twice a month. I've recently thrown up my hands and bought a copy of 1Password, because I just can't keep track of all the passwords I'm expected to.

  54. You know what the weakest link is? by Anonymous Coward · · Score: 0

    Security 'experts' who have came up with the idea of 'security questions' that can often be answered just by Googling a person. ...Unless, of course, one is smart enough to use false information. My mother was indeed the Queen of England, and my first car was the HMS Victory. *nods*

  55. Now think of 20, with their own different styles by fantomas · · Score: 2

    ok, so that's password no.1 .

    Most people need 20, maybe more by the time they have all their online utility bills, social media, work accounts, banking accounts, etc. Some of these have specific formats you have to follow (6-8 characters, 6-12 characters, at least one upper and one lower case letter and a number and a non alphanumeric, etc).

    So now try and hold all 20 of these in your head with these different formats. And probably some of these have to be changed every three months or so (e.g. decent work passwords).

    This is the big problem: the number of different passwords in varying formats that people have to remember, and change on occasion to fit in with the security systems.

    If everybody only had to remember one password, this would not be the security issue that it is.

  56. Dude, do you think you're the only site by sean.peters · · Score: 1

    ... in these people's lives? While I'm not the world's biggest geek, I'm far from a non-tech user, and I can't keep my logon details straight either. I use dozens of secured websites, each of which has slightly different rules for constructing the username: is it my e-mail address? Which e-mail account did I use? Or is this the one that allows underscores but not periods? Was this the site where I could only have a 9 character username... etc. Passwords are just as bad: is the site that limited me to 8 characters, or the one that required 15 characters including 1 lowercase letter, 1 uppercase letter, 1 number, and 1 special character?

    Sure, there are a lot of dumb people out there. But remembering all these usernames and passwords is legitimately hard.

    1. Re:Dude, do you think you're the only site by Ornlu · · Score: 0

      I second this opinion. I've got a master list I started keeping in a truecrypt file that's got all my various website login credentials. It's got more than 100 (that's right, a freaking hundred!) websites, at least 20 of which I use on a regular basis. If you follow the rules of "secure" credentials (ie: each website has a unique password of 12+ random characters and maybe a unique login too), no one can possibly remember all of this. There's got to be a better system than this bulls**t.

    2. Re:Dude, do you think you're the only site by owlstead · · Score: 1

      Yes, keep a password file on your phone, or if you are an old-timer, a PA. And for gods sake, use one that is portable across computers, so you can back it up. Use a strong password to encrypt the file.

      Or use ROT or something to generate passwords from a base password. Even if you use just letters and digits, it is rather safe unless people are specifically targeting you. You may even write down the way you do ROT as it is the base password that adds the most security. I'm using a base password, ROT and the site's name as a "derivation key" myself.

  57. Yeah, that whole thing is poorly thought out by sean.peters · · Score: 1

    My favorite: web sites that force on you a password that's so ludicrously complex that there's no possible way to remember it, and then allow you to recover/reset by providing your mother's maiden name. There's one site I have to use a few times a year that I literally have to reset the password every time I use it, because the passwords are so ludicrous that even if I could remember them, I'd practically never actually be able to type them without making an error. But that's ok, because I (or anyone else) can just get access by knowing my mother's maiden name.

  58. Again? by n_djinn · · Score: 1
    What is this, the 50th story on bad passwords on /. this year? Yes we all use bad passwords on sites what hold no relevant data. I use a weak password sites that require a login of some kind to read or post. I guess I am not a total sheep since even my "weak" password have no meaning to me, it's just a long word thats easy to type (in my crappy, poor form typing style), if the OTC password system requires a number I just add one on the beginning or end. At best cracking these for someone would capture my email address, but who cares, I get tons of spam that never makes it to my inbox. I rarely use my real name even if they ask for it. I think a big part of the problem is the OTC systems. What one shows as "strong" another website will declare "weak".

    I used to have one bank account and every time I loged in it had a login, pass phrase, password, and icon with no alt text that required a one word description to validate me. That was a very strong and very annoying, it took about 5 minutes to login and frankly I just don't have that much money. "We" really need a new way to validate our usage. I don't remember George Jetson, Nero or Han Solo having these kinds of problems. When will then be now?

    --
    I do not play in the middle of the road
  59. Maybe your Facebook by sean.peters · · Score: 1

    I provide basically zero contact data on mine. Because after all, do you really trust Zuckerberg with your personal info? If people find me on FB and want to contact me, they can send me a Facebook message.

  60. Re:maybe we should have some other method of authe by nanospook · · Score: 2

    While scanning 300 responses do I really want to have to work through 300 wordy "sentences"? Pithy is good..

    --
    Have you fscked your local propeller head today?
  61. Re:Now think of 20, with their own different style by nanospook · · Score: 1

    My generic password is my sigma 9 mainframe account number from 1980.. but then on each site I use it, I add a suffix thats easy to remember. Having spent so many years typing the first part and the 2nd part is usually easy to guess even if I forgot it.. But the end result is that if someone gets a password to one of my accounts, it won't work on another account. Although having the first part the same for many passwords is weak, I find it acceptable security..

    --
    Have you fscked your local propeller head today?
  62. Have users ever leaked 33.2 million passwords? by isoloisti · · Score: 1

    Cause of Gawker and Rockyou leaks: compromised servers. Total accts compromised because of security pros: >= 32 + 1.2 million. Total accts compromised because of users: X. Before we launch yet another round of blame the user don't we need to show that X is greater than 33.2 million?

  63. Re:maybe we should have some other method of authe by vgerclover · · Score: 1

    OpenID?

  64. Sites w/ different p/w capabilities by backspaces · · Score: 1

    A definitely non-trivial problem is that different sites have different acceptable passwords. Some don't like special characters. Some don't like 12 characters.

    +1 PKI

  65. Sure by sean.peters · · Score: 1

    So now all I have to do is remember four randomly chosen words... for each of the dozens of websites I use that require a password. That'll be no problem.

    Look, the users may be dumb, but that's only part of the problem. Even if all users were as smart as you, no one can remember the 20 or 30 passwords required just to go about your normal life on the web, especially when you consider that you don't use all of them on a daily basis. And there are no really good tools to help you keep your passwords straight. As you say, OpenID has issues. I recently purchased 1Password for the same purpose, and it's been excruciating - trying to change a password to something secure, and then have 1Password remember and be able to accurately fill the password into the website has been incredibly painful, particularly when there's anything not absolutely standard about the way the website handles password entry (I just spent no less than 15 minutes trying to change my online bank password, requiring multiple rounds of "I've lost my password" with the site, because to change your password you have to go to a different page than the login screen and 1Password was unable to figure out how to match the order of entries on the "change password" screen to that on the logon screen).

    The situation as a whole is just a mess, and it's not fair to blame all of it on dumb users.

  66. Re:maybe we should have some other method of authe by sean.peters · · Score: 1

    Sure, but typically you don't have the option of scanning 300 pithy subject lines. In reality, what you're going to get is a whole lot of subject lines continued in the body. Wouldn't it be better to just give people another couple of words?

  67. Write Passwords Down In A Safe & Secure Locati by ATestR · · Score: 1

    For me, that location is in a password protected Word file buried deep in a directory structure on a USB flash drive that is always in my pocket. That way, I only have to remember one password. The others I may or may not remember (generally do after a few uses), but if I don't I can always recover them.

    --
    âoeAny society that would give up a little liberty to gain a little security will deserve neither and lose both.
  68. What? by Tyndmyr · · Score: 1

    "26% of users reuse the same password for important accounts such as email, banking or shopping and social networking sites." Since when have social networking sites been important? Ditto shopping accounts. Those are only important if they store your credit card details, and most of them will let you opt out of that. Even email, I'd only consider one of my personal accounts important. The rest are glorified spam-traps. It's not terribly easy to memorize unique, complex passwords for every single web site you visit that demands enrollment. Most people toss off the same cruddy credentials for everything not deemed important. Short of a password database, it's the only practical solution. Protect those accounts that grant access to your money. The rest, don't bother securing them unless it's a problem.

    --
    Support more choices in goverment-Vote 3rd party.
  69. Maybe they have to load their SSH key? by mrflash818 · · Score: 1

    ...then all interactions with the site might be like an SSH session, but what a pain to set up!

    --
    Uh, Linux geek since 1999.
  70. Perhaps the browswer would have a keystore by mrflash818 · · Score: 1

    Then the keystore would be organized as a hashmap of [loginURL,key]

    That way each site was secure with a separate authentication key for each site to securely visit.

    As always, the worry then would be to keep the browser from getting compromised by malware that would try to steal the keystore of a user.

    It would be a pain to maintain, as a user would have to export the keystore and distribute it to each computer they used to access such stuff....

    --
    Uh, Linux geek since 1999.
    1. Re:Perhaps the browswer would have a keystore by owlstead · · Score: 1

      Doesn't work for the simple reason that it would be extremely easy to perform a dictionary attack on the hash of the URL. That is, unless you are referring to the already common practice for browsers to have a form field -> password map (which is basically the same as a URL -> password map).

  71. Re:Now think of 20, with their own different style by sumdumgai · · Score: 1

    Absolutely correct. And then try being a webmaster. I have over 75 accounts with passwords for control panel, ftp, site admin, database, etc, etc, etc. My Firefox password store has over 500 passwords saved in it.

    --
    âoeIn theory, theory and practice are the same. In practice, they are not." â Albert Einstein
  72. Dr. Zolex Password Video by Steve+from+ZolexPC · · Score: 1

    Here is a video I did for people who can't remember passwords or use extremely weak ones. This is meant for the Average Home User. http://www.youtube.com/watch?v=_6ACcIGuFhw Passwords seem to be a problem for everyone to remember or using something extremely simple. And of course not remembering them either.

  73. Thanks for letting us know by Peristaltic · · Score: 1

    ...passwords continue to be the Achilles' heel of the average Internet user.

    This just in from the No Shit News Network: Water is wet, it gets dark at night.

  74. Over-engineering a fix by TheDarkMinstrel · · Score: 1

    The worst part is the response to this kind of thing... Propeller-heads around the world will set their Password Service to require more complex content, such as 14 punctuation marks, etc.

    Personally, as a published expert on this subject, I think that is the worst thing to do. THe problem is, that as more sites "tighten" to stronger content, people start to write them down and that's far worse... Lose the little black book or the iPhone and everything is gone. Make your rules that much more complex and suddenly the patterns people have been using for years (patterns, not always values) no longer work, forcing the "backup" system to memorizing it.

    The other thing is that some sites simply need to get over themselves... A donut shop need not require 16 character passwords, email confirmation and CAPCHA just to get info about the latest sales...

    To paraphrase somebody else: Passwords are a horrible form of authentication, just better than everything else [for typical uses].

  75. Bad Programming is the weak link in Online Sec... by Xphile101361 · · Score: 1

    A good application wouldn't allow a user to create a "weak" password. It would check that it had X character, a few upper cases, some symbols, some numbers and wasn't a dictionary word spelled out in l33t. Oh yes, it would also disable the account after the user failed to enter the password a few times, completely eliminating the ability to brute force the passwords.

  76. Re:necks by maxume · · Score: 1

    Yeah, and then someone tattoos their cat with your barcode.

    --
    Nerd rage is the funniest rage.
  77. Dumb users are the weakest link. by clone52431 · · Score: 1

    FTFY. Whether they’re using passwords like 12345 or writing their password on a Post-It or telling it to whoever calls them and claims to be tech support, dumb users are almost always the weakest link.

    Quite possibly the only time there’s a link that’s weaker than the users themselves is if you have really, truly incompetent admins (when they store passwords in clear-text databases or something royally stupid like that)... but in general, users are the weakest link.

    --
    Distributed Denial of APK: It takes 15 seconds to reply to him anonymously, but wastes tons of his time if we all do it.
  78. Lame password applications are the problem. by Anonymous Coward · · Score: 0

    Honestly now, how many people really, ultimately give a rat's ass about having their gawker (or any other commenting account) compromised? These are such low-importance accounts that it's really worth wondering why they need secured user accounts at all. Spam is probably the only real concern, but is easily defeated by other means (including moderation) -- what this actually does is put the responsibility for filtering spam on the users rather than on the site's engineers. However, using automated spam filters would preclude harvesting people's email addresses.

    Some users might want secure accounts in order to build up their "rep", and yet, does anyone really care who is on the other side of a comment post? No. For all intents, we might as well all be posting as anons. The artificial "need" to create dozens of secure accounts with passwords desensitizes people to the importance of passwords, and becomes just another hoop for them to jump through to get to the things they need to do. And realistically, very few people are going to go through the trouble of inventing and memorizing a new password for every application that requires one.

    Posting as AC because commenting accounts are stupid.

  79. I blame the sites by Evro · · Score: 2

    Every website has different rules for their passwords. Some sites require at least 6 characters. Some require at MOST 10 characters. Some require special characters; some forbid special characters. Because each site has completely different rules, this leads people to develop lowest-common-denominator passwords that work across sites. If there were standard rules for passwords - at least 8 characters, must contain 1 letter, 1 number, one "special" character, max length 100 characters - then people would be able to create very strong passwords that are easy to remember, and use them across sites if they wanted. Imagine attempting to bruteforce this password:

    I wuz bron on the 21st Day of January, 1966

    A simple phrase with personal meaning and some misspellings. Create 3 tiers of passwords - one for throwaway sites, one for semi-important stuff (maybe Facebook/Twitter), one for critical stuff (email account, banking). Since no two sites seem to have compatible password rules this can't currently be done. I remember GoDaddy as being unbelievably strict to the point that I need to reset my password every single time I want to log in because I have to create such an impossible password for them that I can never remember it.

    --
    rooooar
  80. Re:Bad Programming is the weak link in Online Sec. by screwzloos · · Score: 1

    I disagree. A good application would have password requirements in line with the security requirements of the application. Users don't want or need a long, convoluted password of caps and numbers and symbols with a dictionary check for their twitter account or for a Mazda RX-7 enthusiast forum. I could understand having more security on something like an online bank account service, but even that leash could be kept loose, depending on what features are available on the site. My bank only offers a debit transaction listing. Everything else has to be handled in person.

    Forcing asinine levels of security on everything is just going to make users write their passwords down. This is especially true of sites that require frequent password changes.

  81. Re:Now think of 20, with their own different style by peragrin · · Score: 1

    I do something similar, however the first part is part of the sight in question.

    Forums, use the name of the first forum i had an account with,
    Games, usually have quake or doom as the first part of their
    generic websites with accounts use another format.

    For numbers it is the house number I was living at the time it was created. it worked well as over a course of 6 years the USPS changed the house number 5 times. No new neighbors they just kept changing it.

    --
    i thought once I was found, but it was only a dream.
  82. Re:Now think of 20, with their own different style by oldspewey · · Score: 1

    the USPS changed the house number 5 times. No new neighbors they just kept changing it.

    So that's their new business model!

    --
    If libertarians are so opposed to effective government, why don't they all move to Somalia?
  83. Re:Bad Programming is the weak link in Online Sec. by mysidia · · Score: 1

    A good application wouldn't allow a user to create a "weak" password. It would check that it had X character, a few upper cases, some symbols, some numbers

    Because Abc123. is a great password? And users will never write down complex hard to remember passwords that they have to change frequently?

    Trying to make up for a poor authentication method by externalizing a burden upon users of the software is bad design. Kind of like the plumber who designed your house's piping saying... "Oh, by the way, make sure to always keep a pan under this sink and periodically dump it outside. Otherwise it will fill up with water seeping from the sink's drain pipe."

    And then somehow claiming when the pan overflows that it's the user's fault, not bad plumbing.

    I would suggest you go read So Long, And No Thanks for the Externalities: The Rational Rejection of Security Advice by Users. and listen to Security Now, Episode #229

    it would also disable the account after the user failed to enter the password a few times, completely eliminating the ability to brute force the passwords.

    Because legitimate users always remember their strong passwords perfectly never typo their strong password a few times?

    Because bad guys never take advantage of account lockout mechanisms to annoy the legitimate user?

  84. Same password by fishbowl · · Score: 2

    I often use the same password on sites where I just don't care, and by that I mean I really just don't care.
    That is, I don't care if my "account" is "breached". I don't care if someone gets my login from one stupid web site that I don't care about and uses it in another stupid web site I don't care about. Nothing about it will get you into any site where I *do* care.

    --
    -fb Everything not expressly forbidden is now mandatory.
  85. Important sites by jrumney · · Score: 1

    important accounts such as email, banking or shopping and social networking sites

    I think some people have a distorted view of what is really important. Banking obviously. Email yes because it is used to verify password reset requests. Shopping maybe, if the shop keeps your credit card details on file. Social networking? Only if you suffer anxiety problems that would cause you to have a breakdown if someone posted false information to your profile/wall whatever.

  86. Re:maybe we should have some other method of authe by nanospook · · Score: 1

    Well look at the parent's subject line.. "Maybe we should have some other method of authentication". He could of easily typed.. "Some of method of Authentication?" or "Other methods?" The meat is in the reply really..

    --
    Have you fscked your local propeller head today?
  87. Selection bias. by John+Hasler · · Score: 2

    Most people never ask you any questions. Only the dumb ones ask dumb ones. You forget the sensible but boring ones. You are confounding the left tail of the distribution with the middle.

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    1. Re:Selection bias. by uolamer · · Score: 1

      Yes you might be right on many levels. I get quite frustrated at my job, but I really do give good customer service, even those people. Assuming they do not see the micro expressions come across my face before I gain composure and put on that fake smile.

      On some levels I think some of my point stands. I worked in the higher end web/tech industry for 15 years I did not have to deal with very many every day people. I would bet 'some' people that read this site also do not deal with the "general public" all that much. I mean I knew on paper "14% of people in my county lacked basic prose literacy skills"[1], which is about 1 in every 7, but without dealing with this in person, it was just some number on paper. "25% of people in the USA's IQ are below 90"[2], while not a perfect measure of intelligence, still says something. Beyond that people in the USA seem to lack in logic related skills (math), compared to the rest of the first even second world. We are the stupidest nation dollar for dollar[3] there is. I just find it sad and frustrating. I doubt you can solve people using bad passwords without addressing some of those facts first.

      But as you started I am talking about the left of the tail not the middle and you are very right on that end.

      1. http://nces.ed.gov/naal/estimates/StateEstimates.aspx
      2. http://en.wikipedia.org/wiki/The_Bell_Curve
      3. https://www.cia.gov/library/publications/the-world-factbook/rankorder/rankorderguide.html

      --
      s/©//g
  88. Re:Write Passwords Down In A Safe & Secure Loc by ls671 · · Score: 1

    > that location is in a password protected Word file buried deep
    > in a directory structure

    Try using some encryption instead: GPG, PGP, etc.

    --
    Everything I write is lies, read between the lines.
  89. How about using physical keys? by master_p · · Score: 1

    Since we are all accustomed to using physical keys, how about using one for the Internet? the physical key would be a USB stick that is used by the browser to store a randomly generated password/username (or other credentials) which would then be used to logon to a site. All the users would have to do is to have this 'key' with them.

  90. passwords bad, national id good by Finite9 · · Score: 1

    passwords are just plain bad at what they are supposed to do: authenticate users. But authentication is only half the equation. Important sites like bank sites and such should require identification (proving that it is actually, physically you that is logging in... web cam facial recognition maybe?), as well as authentication (proving by some token that you are authenticated to use that site and have an account there).

    Passwords fulfill the authentication part of the equation, but do it badly, because it's very easy to hack etc. I don't know anyone that does identification on the net. It would be better if I didn't have to remember 200 passwords at all. I like the model of "something you physically possess and something you know" as authentication and my "e-legitimation" or e-identification that is contained on a standard chip and pin credit card performs that function very well, because I have a card reader, and a card with a chip on it, which fulfills the physical thing, and I havea 6-digit pin code for the thing I know part. This works great with the 6 or 7 state sites that are tied into e-identification (which is inappropriately named) as it's only authentication.

    It would be great if state owned sites or banks could tie in to a state issued ID card. If some sites did not want to rely on national ID they could issue third-party independantly issued cards, so that there could be competition between state issued ID and competitors and run that system in parallel with a national-id system.

    Im not saying this to troll for national ID. I belive that ID cards have some great benefits, and the technology is sound, but people jump on the privacy bandwagon, and yes, it's a great concern, but with the right mechanisms in place within the implementation of national-ID, it could make snooping,harvesting,spying etc. very difficult. As to whether private persons could rely on the government to actually implement those mechanisms or not is another issue.

    Hasn't this already been hacked on for years though? Didn't we already come to the comclusion that passwords are not the way to go? What happened to the solution?

    --
    "Everyone knows that vi vi vi is the number of the beast" -- Richard Stallman
  91. Just use smart cards. by elucido · · Score: 1

    Forget about phones, forget about passwords.

  92. 3 tries, then a 15minute lockout would help, too by mrflash818 · · Score: 1

    Since brute force attacks rely on many password crack attempts, a system that would

    1. allow three tries for an account, then
    2. not allow any tries to the accuont for 15 minutes before resetting to "step 1"

    Would also help people's accts stay secure.

    --
    Uh, Linux geek since 1999.