Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Security The Internet

MySpace Users Have Stronger Passwords Than Employees 263

Ant writes "A Wired News column reports on Bruce Schneier's analysis of data from a successful phishing attack on MySpace, and compares the captured user-passwords to an earlier data-set from a corporation. He concludes that MySpace users are better at coming up with good passwords than corporate drones." From the article: "We used to quip that 'password' is the most common password. Now it's 'password1.' Who said users haven't learned anything about security? But seriously, passwords are getting better. I'm impressed that less than 4 percent were dictionary words and that the great majority were at least alphanumeric. Writing in 1989, Daniel Klein was able to crack (.gz) 24 percent of his sample passwords with a small dictionary of just 63,000 words, and found that the average password was 6.4 characters long."
This discussion has been archived. No new comments can be posted.

MySpace Users Have Stronger Passwords Than Corporate Employees

Comments Filter:
  • by MindStalker ( 22827 ) <mindstalker@@@gmail...com> on Thursday December 14, 2006 @04:51PM (#17243762) Journal
    he probably used html codes.
    You can also hold alt while you type numbers on your keypad. like alt(128) = Ç

    Note: most password forms won't allow anything non alphanumeric even slashdot didn't allow alt(127)
  • by Chyeburashka ( 122715 ) on Thursday December 14, 2006 @05:03PM (#17244002) Homepage

    $ cat passphrase
    Slashdot It is what IT is.
    $ openssl dgst -sha1 <passphrase
    78538e69c508e665ccdbc37c841af2453bb69 035

    Just pick how many digits/letters you want from either the beginning or the end, and pick a passphrase which you can correctly and exactly remember.

  • Re:why alphanumeric? (Score:3, Informative)

    by TranscendentalAnarch ( 1005937 ) on Thursday December 14, 2006 @05:07PM (#17244088)
    It depends on length and the character set.  Many cracking programs, brute force cracks, will iterate through all possible combinations of a character set up to a certain length.  This lets the program find simpler passwords faster.

    With just alphabetic characters and a 6 character length you have about 26^6 or about 308 million possibilities

    With alphanumeric characters and a 6 character length you have about 36^6 or about 2.1 billion possibilities

    Extending to common non-alphanumeric characters (using shift+#) adds another 10, 46^6 or 9.4 billion possibilities

    By comparison, changing the length of the previous examples:

    Alpha: 26^7 = 8 billion
    Alphanumeric: 36^7 = 78 billion
    Extended with non-alphanumeric: 435 billion

    So "crackability" as you dub it, is influenced heavily by the length of the password, but it is also greatly influenced by the character set used.

    As for whether "adklfjsldfjsdf" is harder to crack than "adklf123dfjsdf".

    "adklfjsldfjsdf" is 15 in length and alpha characters only (26^15)
    "adklf123dfjsdf" is 15 in length and alphanumeric (36^15)

    1,677,259,342,285,725,925,376 is less than 221,073,919,720,733,357,899,776

    So the alphanumeric one is definitely more secure.
  • Re:The Lesson? (Score:3, Informative)

    by Vlad_the_Inhaler ( 32958 ) on Thursday December 14, 2006 @05:08PM (#17244118)
    Dead on.
    The passwords I use at work are pretty pathetic.

    The first reason is that I have to be able to remember them which is difficult when they have to change every 6 weeks, the second reason is that only people within the company have access to the network anyway.

    In order to get in from outside, I need another (strong, permanent, set by me) password and a 6-digit Tamagotchi code which changes every 60 seconds. If I did not have to change my work password so frequently, it would be a lot stronger.
  • Re:Okay... (Score:5, Informative)

    by h2g2bob ( 948006 ) on Thursday December 14, 2006 @05:23PM (#17244410) Homepage
    Or maybe it's just the fact that Myspace requires new users to have a number in the password!
  • Re:Okay... (Score:5, Informative)

    by andreamer ( 937648 ) on Thursday December 14, 2006 @05:25PM (#17244448)
    From a link in the article:

    "The attacker had registered a MySpace account named login_home_index_html, meaning that the MySpace page hosting the fake login, looked like a legitimate place where users would sign on to the service."

    So it was just a user page but it DID have myspace.com in the URL. The URL was:

    http://www.myspace.com/login_home_index_html [myspace.com]
  • by D H NG ( 779318 ) on Thursday December 14, 2006 @05:38PM (#17244690)
    The only reason MySpace users have stronger passwords is because they're required to. Try signing up to MySpace with a weak password (i.e. without numeric characters) and see what I mean. I signed up for MySpace for a throwaway account with an easy-to-remember password, but couldn't.
  • by drinkypoo ( 153816 ) <drink@hyperlogos.org> on Thursday December 14, 2006 @05:44PM (#17244796) Homepage Journal
    Not really. Most cracking software knows that a letter k might be k, K, |<, et cetera. It makes things take a little longer but most check for such substitutions by default now.
  • Re:Duh! (Score:3, Informative)

    by silas_moeckel ( 234313 ) <silas@@@dsminc-corp...com> on Thursday December 14, 2006 @10:15PM (#17248460) Homepage
    Might have something to do with the fact that myspace allows users to sign in via http. I see hundreds of myspace passwords going though corporate permimiters any way to many of them match there corporate logins when tested. Yes the fact that people sign into myspace from work is it's own separate issue. Just goes to show that you need more than just passwords, time synced pseudo random number generators for everyone :)

It is easier to write an incorrect program than understand a correct one.

Working...