Slashdot Mirror


The Psychology of Passwords

afabbro writes "According to this study, people's password choices put them into four groups: "Family", "Fan", "Self-Obsessed", or "Cryptic". I'm sure we're all good Cryptics here...now if only my users would stop being "Family"." And then there's the category "Stupid" for the zillions who use "Trustno1", "Swordfish", and "Password",

20 of 492 comments (clear)

  1. passwords by VAXGeek · · Score: 5

    On some enterprise systems, the administrator has the option to have passwords checked against a dictionary for common words, palindromes or other easily guessed passwords. If you are interested in such "smart" password software, check out npasswd at: http://www.utexas.edu/cc/unix/software/npasswd/
    - -----------
    a funny comment: 1 karma
    an insightful comment: 1 karma
    a good old-fashioned flame: priceless

    --
    this sig limit is too small to put anything good h
  2. Re:Random is the only way! by general_re · · Score: 5

    That is not nearly random enough. You need an algorithmic process that'll give you something really random.

    Here's what I do. First, you take a phrase, famous or obscure. For this example, I'll use a little Shakespeare - "He hath a daily beauty in his life that maketh mine ugly."

    Then, you take the second letter of each word, ignoring any single-letter words, thus producing "eaaeniihaig" in this case.

    Then, you convert each letter to its decimal ASCII equivalent, giving us:

    101 97 97 101 110 105 105 104 97 105 103

    Then squash that all into a single number in that order, producing:

    101979710111010510510497105103

    Then, you take the 5'th root of that number, and drop any decimal places:

    101979710111010510510497105103^(1/5) = 633436.01848182821643020050352705 --> 633436

    Then, you take THAT number, and break it into pairs thusly:

    63 34 36

    Finally, you take the first pair and convert it back to its ASCII decimal equivalent, and that's your password. In this case ASCII 63 is "?", so your password is "?" (without the quotes, naturally).

    And that, my friend, is pretty damn random.

    --
    ABSURDITY, n.: A statement or belief manifestly inconsistent with one's own opinion.
  3. Cliff Stoll by sammy+baby · · Score: 5

    I once read an interview with Clifford Stoll, who was speaking about another interview he did on camera in his apartment. Apparently, the camera crew set him up seated in front of his computer. By the time the interview was aired, he realized his monitor - and the Post-It (tm) note with his root password on it - was clearly visible in the shot.

    The obvious retort is, "But anyone can read it!"
    No, the obvious retort is, "But anyone who can get inside the room can read it." At my place of bidnez, our administrative passwords all get written down, then placed in a fireproof safe, which is in our locked operations center. If you're confident that nobody is interested enough to read your passwords, that's fine. Just don't give any TV interviews.
  4. I'm doing this study... by RandomFactor · · Score: 5
    the most common type of password attack comes in the form of "social engineering"

    *cough*

    Like giving your password to someone doing a study on passwords?

    --
    --- Mercutio was right.
  5. Sales Department by Talisman · · Score: 5

    "The Internet domain name registry CentralNic who commissioned the study, claims that the most common type of password attack comes in the form of "social engineering", when a cracker poses as technical support, and contacts someone in a different department within a big corporation claiming that there is a network problem, and asks for the user's password."

    Brrrnnnggg!!!
    Brrrnnnggg!!!

    "Good morning and thank you for calling the sales department at ACME Widget Corporation. My name is Janet. How can I help you today?"

    "Good morning, ma'am. This is the tech support department. We're currently installing quizzards for the loopstep stabilizers on your PC and we need your password."

    "Oh, OK. My password is J-A-N-E-T."

    (tapping sounds)
    "Ummm... No, ma'am. That's your login name. We need your password. The thing that you type in after your login name."

    "You mean that box underneath my name?"

    "Yes, ma'am. The box that says "Password" next to it..."

    "Oh it's B-U-S-T-E-R. That's my puppy's name."

    (tapping sounds)
    "No ma'am, that isn't it either."

    "Yes it is. When the 'Password' box comes up I type that in or else I can't get my e-mail."

    "That's the password to your e-mail account, Janet. When you FIRST turn the computer on, a box comes up that has a text entry field... err... I mean a little white rectangular box that you can type in, underneath your login name. What do you type in that box?"

    "Nothing."

    (silence)

    "What do you mean 'nothing'?"

    "I kept forgetting my password so one of the boys from the IT department set it to Auto Save so I wouldn't have to type it in."

    (silence)

    "Janet, can you please transfer me to the accounting department?"

    "Don't you want to place an orde..."

    "SILENCE, DUNCE! TRANSFER ME NOW!!!"

    --

    "Study your math, kids. Key to the universe." -The Archangel Gabriel
    1. Re:Sales Department by vbrtrmn · · Score: 5

      I'll trump that one...

      I used to work for an ISP in Virginia, called Erols Internet.

      We had to answer the phone with:
      "Erols technical support, may I have your userid?"

      Half the People who called answered with:
      "Is that my password?"

      Soon after I started working there, I changed my username to IsThatMyPassword, basically as a geeky joke.

      It has been about 3 years since I quit, I called up support, because I didn't pay my bill.

      A nice man answered and asked me for my userid, and I said, "IsThatMyPassword".

      After I explained it to him, he laughed for a few minutes and said that I had been his best caller ever :)

      --
      microsoft, it's what's for dinner

      bq--3b7y4vyll6xi5x2rnrj7q.com

      --
      it's a sig, wtf?
  6. More high school fun... by Monthenor · · Score: 5
    We got our computer lab's admin password the old-fashioned way: we watched over our teacher's shoulder. Turned out to be a "cryptic", so he didn't suspect anything for a looooong time. This was on a bunch of PowerPCs with Mac OS8, and normally the account menu in the menu bar would say "Student"...and if it said "Administrator" when he walked by, we were busted. The solution? With our newfound administrator access, we created an account called "Student " and gave it privileges :) He didn't catch on until after I graduated; he even tried changing passwords once, to another "cryptic", but by then we had keystroke-loggers and our own accounts...

    So many people neglect the meatspace security.
    ------------------------

    --
    Co-founder of GerbilMechs
  7. Random is the only way! by glitch! · · Score: 5

    For all my passwords (and I have a lot of them), the only acceptable way is to pick them randomly.
    And I don't mean pseudo-random, like a computer generated password, or "sounds random", from just
    making up letters and digits out of my head.

    I have a cup full of small squares, each one with a letter or digit on them. Pull one out, put it
    back in, shake, and repeat 7 or 8 times.

    --
    A dingo ate my sig...
    1. Re:Random is the only way! by Che+Guevarra · · Score: 5



      I have a cup full of small squares, each one with a letter or digit on them. Pull one out, put it back in, shake, and repeat 7 or 8 times.

      I have a bottle full of small pills, each one with a small letter on it. When ever I get that obsessive-compulsive I pull one out, swallow, and repeat 7 or 8 times.

  8. Re:Is there a category for... by The-Pheon · · Score: 5
    ...the idiots that write their passwords on post-its and stick them to the bottom of their keyboards?


    Bottom of their keyboards?


    My users stick them on their monitors!

  9. "swordfish,' for those who don't know.... by AugstWest · · Score: 5

    ...comes from a marx brothers movie. it's the password to get into the speakeasy. how it became a completely unrelated travolta title, I'll never know...

  10. Is there a category for... by Ron+Harwood · · Score: 5

    ...the idiots that write their passwords on post-its and stick them to the bottom of their keyboards?

    1. Re:Is there a category for... by ManDude · · Score: 5
      Part of the problem is stupid admins. They want strong passwords changed every 3 days for internal joe average accounts. What else can they do but post it to their keyboard?

  11. My /. password is... by Psmylie · · Score: 5

    1... 2... 3... 4... 5...
    I specifically chose it because that's what I have on my luggage.

    --

    psmylie's dictionary: Godzillion (noun) Any number large enough to destroy Tokyo

  12. I'm with Stupid -- by Ian+Wolf · · Score: 5

    Or I was I should say. One of my previous employers had fourteen NT/Win2K and 4 Solaris boxes all with the combos of administrator/password and root/password. Nice eh? Their web server, ftp servers, domain controllers, everything. I tried twice to get them changed. I even started to put better passwords on new machines, but the CTO kept changing them.

    "I don't want to have to remember 18 different passwords." You don't Genuis, give the same password if you must, but make them tough.

    To this day, if I want to call an old co-worker, but can't remember their number, I look it up on their intranet.

    --
    "The words of the prophets are written on the Slashdot walls."
  13. The clueless disease by Alien54 · · Score: 5
    Of course, there is the possibility that the user may be deficient in other areas as well

    As seen on Computer Stupidities:

    Student: "Hey, how do I lodge in to Hotmail?"
    Me: "You've got to type in your username and password in those fields that say 'username' and 'password'."
    Student: "I don't have one of those."
    Me: "You need one to log in to Hotmail."
    Student: "It's 'LODGE' in."
    Me: "The term is 'log in,' and you can't log in without a username and password. I can help you create one if you'd like."
    Student: "Um, excuse me, but I THINK I know what I'm talking about. It's LODGE in, and I don't want a username and password, I just want to get some email!"

    I just went back to working after that, and he left complaining about how "crappy" the computers in the lab were, after trying to "lodge in" for ten more minutes.

    Of course, there are hundreds of stories out there just like that one.

    Check out the Vinny the Vampire comic strip

    --
    "It is a greater offense to steal men's labor, than their clothes"
  14. How to choose a password by agentZ · · Score: 5
    If you really want to read all of the rules on how to choose a good password, check out this guide from MIT's SIPB.

    Do the karma whore dance!

  15. Are most /. passwords cryptic? by brlewis · · Score: 5

    I'm sure we're all good cryptics here

    Do we really know that /. passwords are more secure than average. Everybody e-mail me your /. password. I'll summarize the results.

    Bruce Perens: Don't bother; I have yours already.

  16. Writing down passwords isn't always stupid. by whjwhj · · Score: 5

    Everybody keeps suggesting that writing down passwords is 'stupid' and something an 'idiot' would do. This is not always the case.

    Here, in my home office, I have every single password I need (about 20 of them) written down in pencil on a single sheet of notebook paper. It's tucked in a relatively obscure location in my files.

    Is this a security threat? Not really. Somebody would have to bust into my house and ruffle through my paper files in order to find them. Unlikely, at best.

    What would be considerably more insecure than writing them down is to keep them in a text file on my machine. Somebody hacks my machine across the internet and I'm toast.

    So next time you folks start throwing out terms like 'stupid' and 'idiot', think it through a little bit, OK? Saves you from the embarrasment of being the stupid one.

  17. Oops... by jmcneill · · Score: 5

    I think someone discovered the password to my other account, 'Anonymous Coward'. People keep using it to post annoying messages under every article.