Slashdot Mirror


Unbreakable Crypto: Store a 30-character Password In Your Subconscious Mind

MrSeb writes "A cross-disciplinary team of US neuroscientists and cryptographers have developed a password/passkey system that removes the weakest link in any security system: the human user. It's ingenious: The system still requires that you enter a password, but at no point do you actually remember the password, meaning it can't be written down and it can't be obtained via coercion or torture — i.e. rubber-hose cryptanalysis. The system, devised by Hristo Bojinov of Stanford University and friends from Northwestern and SRI, relies on implicit learning, a process by which you absorb new information — but you're completely unaware that you've actually learned anything; a bit like learning to ride a bike. The process of learning the password (or cryptographic key) involves the use of a specially crafted computer game that, funnily enough, resembles Guitar Hero. Their experimental results suggest that, after a 45 minute learning session, the 30-letter password is firmly implanted in your subconscious brain. Authentication requires that you play a round of the game — but this time, your 30-letter sequence is interspersed with other random 30-letter sequences. To pass authentication, you must reliably perform better on your sequence. Even after two weeks, it seems you are still able to recall this sequence."

287 comments

  1. "Reliably better" by FireballX301 · · Score: 4, Interesting

    How many standard deviations above 'random guessing' are we talking about? Over how many trials? And 2 weeks is fine, but what about 6 months to a year?

    I still prefer 80+ character passphrases lifted from song lyrics whenever possible. If you know the song well enough it's impossible to crack, and the search space is still large among people who know you like that particular song

    1. Re:"Reliably better" by Anonymous Coward · · Score: 0

      I have stopped using persistent information if it needs to be classified. I have l3ftNu7Z as password everywhere! (and boot all my OS's from RO media) This works well! :-)

    2. Re:"Reliably better" by Anonymous Coward · · Score: 0

      I can still play various pieces of piano music I learnt about 15 years ago, and they are a lot longer than 30 notes!

    3. Re:"Reliably better" by Anonymous Coward · · Score: 5, Funny

      He's not kidding. I just logged onto his /. account and posted this after reading the password he posted.

    4. Re:"Reliably better" by Anonymous Coward · · Score: 0

      That's exactly what I was going to say, for most of us song lyrics can't be forgotten, and in case of doubt you can always find them on the internet.
      The only thing you really need to remember is the beginning and end positions, and maybe the way to handle spaces and punctuations.
      The drawback is that long passphrases can be cumbersome to type in...

      Personaly I use a 30+ characters long easily typed sentence, and for extreme security needs (aka passphrase for sensitive backups) the whole paragraph wich comes at a hefty 180 chars...

    5. Re:"Reliably better" by aaaaaaargh! · · Score: 1

      I still prefer 80+ character passphrases lifted from song lyrics whenever possible. If you know the song well enough it's impossible to crack, and the search space is still large among people who know you like that particular song

      I highly doubt that the search space is large enough. You cannot memorize many song texts (no more than a few thousand, and I'm being optimistic here) and it is easy to predict from background information which songs you know and like. Given that, plus the fact that it is highly likely that you will start your passphrase at a word boundary, it looks awfully easy to break your 80+ character passphrase using a customized dictionary attack.

      Passphrases from books might fare better, assuming that you have a few thousand books and choose the book and passage fairly randomly. (Then again, we all know the guy with the rubber gloves from movies, who inspects your books by letting them "fall open" and finds the right passage immediately...)

    6. Re:"Reliably better" by 0100010001010011 · · Score: 2

      I like irreversible hashes generate passwords for me salted with wherever I am.

      sha1('mypassword'+'slashdot.org')

      Tada. Or if you're really paranoid.

      sha512(md5(rot13('mypassword'+'slashdot.org');

      Even sha512("") is just 0x cf83e1357eefb 8bdf1542850d66d8007d620e4050b5715dc8 3f4a921d36ce9ce4 7d0d13c5d85f 2b0ff8318d2877 eec2f63b931 bd47417a81a538327af927da3e

      Good luck cracking that in your or my lifetime.

      echo "Hello Worldslashdot.org" | sha512sum
      78dce89143430dbbda805 9e7cc12a90c9d8f95090972579cb11bc23d119f7bea9f59646a40 b9da6dfd091d68d 9cac705e95091d778509af721402277b5d57ddf -

      And if for some reason that wasn't enough. You could left shift everything by 64 to the left. So 97 would become 33 (!). Now you've just converted all of your a-o into '!' through '/'. And since most passwords require it start with a letter (for some arbitrary and unknown reason) prefx that with x.

      My company has weird old unix password system that needs to be changed every month. Has to start with a letter. Has to have at least !$%or # in it. Has have numerous other requirements.

      Take the month. Run it through a standard known crypto function that you wrote and tada, easily generated/memorized number, difficult to crack.

      Filter error: That's an awful long string of letters there.

    7. Re:"Reliably better" by Yvanhoe · · Score: 1

      The search space is incredibly small. You better add one or two unrelated words to that if you want to have a chance.

      --
      The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
    8. Re:"Reliably better" by rjgii · · Score: 5, Funny

      He must have changed it... I can not log in as "Anonymous Coward" anymore =(

    9. Re:"Reliably better" by errandum · · Score: 5, Interesting

      That is not true. It has been proven that passphrases can be weaker than passwords, simply because words usually follow each other in an ordered pattern.

      You'll be safe from brute force attacks, but not any attack that adds intelligence to the mix. And if the person cracking your password knows it uses music lyrics you love, you'll be even more at risk since it only has to test for the songs you like.

      What you just described is NOT safety.

    10. Re:"Reliably better" by Anonymous Coward · · Score: 0

      We now know your trick.

    11. Re:"Reliably better" by RivenAleem · · Score: 1

      But you don't get around the extraction by torture. You can tell someone your password is the first verse of God Save the Queen, but what you've got here is actually a form of biometric password, but instead of a finger print, it is instead using the unique process by which you learn a given task, a kind of 'brainprint'. You can still be coerced to enter the password, having been brought to the location. But would you be able to enter the password under duress?

    12. Re:"Reliably better" by Anonymous Coward · · Score: 1

      it's impossible to crack, ...

      ... until you start singing "Never gonna give you up. Never gonna let you down." every time you enter your password.

    13. Re:"Reliably better" by Joce640k · · Score: 4, Insightful

      There's numerous flaws in your plan, but that's beside the point.

      The whole point of this system (which you missed) is that it's secure against rubber hose cryptanalysis (aka $5 wrench cryptanalysis).

      --
      No sig today...
    14. Re:"Reliably better" by hlavac · · Score: 3, Funny

      Next up: Most popular song lyrics added to cracklib wordlist :)

    15. Re:"Reliably better" by jaymemaurice · · Score: 1

      How can you predict which song is used if the person doesn't like it? Also, if the stored hash is small enough, you'd probably sooner brute-force a collision or threaten to kill the persons family.

      --
      120 characters ought to be enough for anyone
    16. Re:"Reliably better" by hlavac · · Score: 2

      Can you do SHA512 in your head? I can't, dammit!

    17. Re:"Reliably better" by djmurdoch · · Score: 5, Interesting

      But the brute forcer also has to try all sorts of stupid variations:

      One ton O'Mara
      Feel the beat from the tangerine
      Scuse me while I kiss this guy
      I can see Deirdre now Lorraine has gone

    18. Re:"Reliably better" by jaymemaurice · · Score: 1

      Parents described flaws: Like only characters being 0-9 a-f? Such a crypto function can be known/modified without you knowing?

      It's not really secure against the decrypt it or people you know die cryptanalysis, only the don't tell us and people protected by the encryption will live but not you situation.

      --
      120 characters ought to be enough for anyone
    19. Re:"Reliably better" by Anonymous Coward · · Score: 0

      Good luck cracking that in your or my lifetime.

      Makes it a bit easier as you posted accurate instructions how you do it.

    20. Re:"Reliably better" by jaymemaurice · · Score: 2

      Deftones and many genres of music have lyrics which don't follow normal language ordering. How about the song scatman - not many actually like it but the lyrics easily burn into your head.

      --
      120 characters ought to be enough for anyone
    21. Re:"Reliably better" by Anonymous Coward · · Score: 0

      The search space is amazingly larger. If he starts with *the first word* of the song, or refrain, and types *the entire verse* or chorus, then yes. However, there are a lot of songs, a whole lot of songs.

    22. Re:"Reliably better" by tbannist · · Score: 1

      People don't tend to memorise songs they don't like. Generally speaking, most users would probably choose a lyric from one of the songs listed as their favourite songs on their Facebook (or equivalent) page. Additionally, if everyone were doing this and you had a collection of hashes you wanted to break, you could probably break a large percentage of them just by choosing the "best" lyrics from a list of the top 100 all-time songs.

      --
      Fanatically anti-fanatical
    23. Re:"Reliably better" by tbannist · · Score: 4, Insightful

      Also, what happens if you're just really good at the game? I mean it's based on you being better at playing your password than other chords. If you're playing everything flawlessly are you permanently locked out?

      --
      Fanatically anti-fanatical
    24. Re:"Reliably better" by SuricouRaven · · Score: 1

      As the salt is known and fixed, it'd still be fairly efficient when bruting a large number of passwords at once as would be obtained from a stolen database. A trivial change would make life substantially harder for an attacker: change sha1(mypassword+'slashdot.org') to sha1(mypassword+username+'slashdot.org')

    25. Re:"Reliably better" by ThatsMyNick · · Score: 1

      Nope, but you get can tell the "passphrase" and the hash algorithm you used.

    26. Re:"Reliably better" by silentcoder · · Score: 4, Insightful

      Sadly - songs you hate tend to stick in your memory far too well.
      How many people can quote "call me maybe" or Justin Bieber's baby.

      Now how many of them actually LIKE those songs ?

      --
      Unicode killed the ASCII-art *
    27. Re:"Reliably better" by LordLimecat · · Score: 1

      Shifting by 64 would result in uppercase letters like A turning into control characters and BELs.

    28. Re:"Reliably better" by ByOhTek · · Score: 1

      Not just that, but for rubber-hose methods - have your victim go through the login a couple times, if you can access a remote login - record. Or even over the shoulder recording of a couple logins (well placed security cam) to get the desired sequence?

      Seems like this has quite a few flaws.

      As for the music lyrics, add quotes from movies/books and poems, and you have an even nicer space to go through. Especially if you can think of (to you) sensible and regular mutilations of the words.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    29. Re:"Reliably better" by jgtg32a · · Score: 3, Funny

      I know your password,

      Thank you for being a friend
      Traveled down the road and back again
      Your heart is true, you're a pal and a cosmonaut.

      And if you threw a party
      Invited everyone you ever knew
      You would see the biggest gift would be from me
      And the card attached would say, thank you for being a friend.

    30. Re:"Reliably better" by jgtg32a · · Score: 2

      Dammit, the AC I copied the lyrics from got it wrong, confidant not cosmonaut.

    31. Re:"Reliably better" by sirlark · · Score: 2

      Yeah, the basic premise here is to store the key in muscle memory, which is a fantastic idea. It's difficult to forget (not impossible, but difficult) and near impossible to extract without the owner's knowledge and permission; An attacker might be able to induce finger tapping but capturing it and recording it will be extremely difficult. Also, it comes with an indirect from of biometric identification, because even if an attacker somehow manages to extract the correct key, the input mechanism can presumably pick out the pattern of entry far more precisely than an attacker could mimic without a hell of a lot of training. I'm still not sure about playing a game every time I want to log in to something, but as a access to an encrypted volume or a key ring at the beginning of my day... makes sense.

    32. Re:"Reliably better" by postbigbang · · Score: 1

      While an interesting exercise, with outstanding payoff, I'd prefer to memorize the names of people that have been convicted of breaking into systems and abusing them, then sentenced to 30-50 years in a Gulag.

      Think about it: forcing yourself to memorize a long stupid string because there are jerks out there that will break into your stuff, steal your identity, and give your credit card numbers for pennies per. There's something wrong here.

      --
      ---- Teach Peace. It's Cheaper Than War.
    33. Re:"Reliably better" by PopeRatzo · · Score: 1, Funny

      Personaly I use a 30+ characters long easily typed sentence, and for extreme security needs (aka passphrase for sensitive backups) the whole paragraph wich comes at a hefty 180 chars...

      Ain't nobody got time for dat.

      --
      You are welcome on my lawn.
    34. Re:"Reliably better" by camperdave · · Score: 1

      mypassword+username is just as fixed as mypassword.

      --
      When our name is on the back of your car, we're behind you all the way!
    35. Re:"Reliably better" by DarwinSurvivor · · Score: 4, Funny

      That's a bad example. How hard could it possibly be to memorize a combined 10 words?

    36. Re:"Reliably better" by silentcoder · · Score: 2

      Apple Rodeo Clowdscape Brain Horrible Homunculus Arousing Sixty Icicle

      --
      Unicode killed the ASCII-art *
    37. Re:"Reliably better" by jcadam · · Score: 1

      I don't know. I rather don't like the theme to "The Fresh Prince of Bel-Air", but years of watching that show when I was a kid has permanently burned the lyrics into my brain. Many an 80s sitcom theme song is still rattling around in my brain as well. Also, I only had to hear the nails-on-a-chalkboard-awful "Just A Friend" by Biz Markie once and I will now be able to instantly recall the lyrics to the chorus until the day I die.

    38. Re:"Reliably better" by SuricouRaven · · Score: 1

      It is, yes. But it means you can't construct a salt-specific table, or compare a single hashed salted-password with every password on the stolen database to find a match. If you use the username as part of the hash, then the attacker needs to run their brute force on every single user individually.

    39. Re:"Reliably better" by Anonymous Coward · · Score: 0

      You need to change the salt, not the fixed password. Besides, they most likely know your username if they are trying to hack your account.

      password = 'password'
      salt = 'slashdot.org'
      password_change_date = '2012-05-01'

      salty_slat = salt + password_change_date

      sha256(password + salty_salt)

    40. Re:"Reliably better" by Jeremiah+Cornelius · · Score: 2

      This subconscious method works well. Ask any lone, crazed gunman. Just don't mention "Catcher in the Rye".

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    41. Re:"Reliably better" by Anonymous Coward · · Score: 0

      Additionally, if everyone were doing this and you had a collection of hashes you wanted to break, you could probably break a large percentage of them just by choosing the "best" lyrics from a list of the top 100 all-time songs.

      Or Mambo Number 5.

      (I'd say I'm sorry, but I'm not)

    42. Re:"Reliably better" by Anonymous Coward · · Score: 0

      so what... they'll just cut of your hands and play the game for you with $5 pliers.

    43. Re:"Reliably better" by Yvanhoe · · Score: 1

      How large would be a library of all the songs lyrics out there ? I would guess a few GB top. That means that in the 10-80 range of length, you have a research space of 10^9 * 70. That is 36 bits of entropy, roughly the same as an alphanumeric (lower/upper case) password of 6 characters.

      --
      The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
    44. Re:"Reliably better" by cstacy · · Score: 4, Funny

      11A ...11A2B...1B2B3...Zero-Zero-Zero Destruct Zero

    45. Re:"Reliably better" by Anonymous Coward · · Score: 0

      it is easy to predict from background information which songs you know and like. Given that, plus the fact that it is highly likely that you will start your passphrase at a word boundary, it looks awfully easy to break your 80+ character passphrase using a customized dictionary attack.

      If you had an automated attack, you wouldn't even have to bother with figuring out what songs FireballX301 likes. There are probably far less than a million songs that have been reasonably popular. Assume the average length is 1000 words, and the password can start at any word, and have a length between 2 and 20 words. Then you have 18 billion combinations to try, which should be feasible in a few hours (assuming no password stretching was used). Trivially, this is equivalent to a numeric password between 0 and 18 billion, i.e. a password 10 numbers. This of course assumes that the attacker *knows* the nature of the password, otherwise it's quite unlikely that they will try this very specific dictionary attack

    46. Re:"Reliably better" by Anonymous Coward · · Score: 0

      Apple Rodeo Clowdscape Brain Horrible Homunculus Arousing Sixty Icicle

      Trivial. It took me 30 seconds.

    47. Re:"Reliably better" by Siridar · · Score: 2

      Correct horse battery staple.

    48. Re:"Reliably better" by AliasMarlowe · · Score: 1

      While an interesting exercise, with outstanding payoff, I'd prefer to memorize the names of people that have been convicted of breaking into systems and abusing them, then sentenced to 30-50 years in a Gulag.

      Think about it: forcing yourself to memorize a long stupid string because there are jerks out there that will break into your stuff, steal your identity, and give your credit card numbers for pennies per. There's something wrong here.

      Exactly. There is value for most people in being able to divulge the password under duress. Merely denying that you know the password - even if true - won't get you far in court.

      And anyway, I use passwords that I can remember, which are not words or composite words or leet-modified words or phrases, and they have rather more than 38 bits of entropy. A quick calculation indicates almost 62 bits of entropy for the password I use here, and I use several passwords of similar or greater complexity for other purposes.

      --
      Those who can make you believe absurdities can make you commit atrocities. - Voltaire
    49. Re:"Reliably better" by camperdave · · Score: 1

      Considering that the salt is just as unique as the username, I don't see that it gains you anything. After all, if you have the database, you already have the username. Looking back at your earlier post, I have to ask: Where did you get the idea that the salt was known? It is only known to the user. To the attacker, it just multiplies the search space, since you now have to "unhash" each password against each possible salt sequence.

      --
      When our name is on the back of your car, we're behind you all the way!
    50. Re:"Reliably better" by girlintraining · · Score: 3, Informative

      But the brute forcer also has to try all sorts of stupid variations:

      An 8 character password using ASCII printable characters only has 5,595,818,096,650,401 possibilities. I'm guessing less than that number of songs have been written... even with variations in lyrics. Even with a thousand variations per song, and a trillion songs to seed the password cracker... you're still looking at a few minutes, perhaps an hour, to crack your password. Your keyspace is pathetically small.

      Length does not increase entropy.

      --
      #fuckbeta #iamslashdot #dicemustdie
    51. Re:"Reliably better" by camperdave · · Score: 2

      Somehow, I can't picture playing Guitar Hero to access my bank machine.

      --
      When our name is on the back of your car, we're behind you all the way!
    52. Re:"Reliably better" by Anonymous Coward · · Score: 0

      why did you post this...?!? now all i can hear is that DAMN CALL ME MAYBE SONG :'(

    53. Re:"Reliably better" by Anonymous Coward · · Score: 0

      I still prefer 80+ character passphrases lifted from song lyrics whenever possible. If you know the song well enough it's impossible to crack, and the search space is still large among people who know you like that particular song

      I just cracked your password....

      WhenIdancetheycallmeMacarenaAndtheboystheysayqueestoybuenaTheyaSotheyallcomeand

    54. Re:"Reliably better" by liquidweaver · · Score: 1

      This is not a salt - that is an IV. They are not the same.
      A salt exists outside the hash as well as plaintext.

      --
      mov ah, 4ch
      int 21h
    55. Re:"Reliably better" by bipbop · · Score: 1

      That's nine, not ten!

      It's not directly relevant, but you can memorize this fairly easily by breaking it into 3 sets of three, memorizing each set separately, then repeating them in sequence.

    56. Re:"Reliably better" by Anonymous Coward · · Score: 0

      Apple Rodeo Clowdscape Brain Horrible Homunculus Arousing Sixty Icicle

      Trivial. It took me 30 seconds.

      Come back in a week and see how well you fare.

    57. Re:"Reliably better" by Fatch+Racall · · Score: 1

      Screw that. Just use the easiest to remember password in history. upupdowndownleftrightleftrightbastart

      --
      #include <disclaimer.h>
    58. Re:"Reliably better" by Eponymous+Hero · · Score: 1

      Merely denying that you know the password - even if true - won't get you far in court.

      that was true before they invented subconscious muscle memory passwords. now it's plausible.

      --
      insensitive clod overlords obligatory xkcd car analogy russian reversals whoosh pedant fanbois ftfy in 3...2...1..PROFIT
    59. Re:"Reliably better" by 0100010001010011 · · Score: 1

      Do you really think someone is going to magically coordinate ALL of my online accounts at the same time. And it's not like any place will let you use the full SHA256. So what if I picked every other letter? Or the last 10 instead of the first 10?

      Remember, slashdot and other sites (hopefully) have their own hashing mechanism. So now you're trying to reverse the md5 sum of every other letter of the first 20 characters of a Sha256 that have been shifted by (int)-34

      They're picking the low hanging fruit, people that have password123!.

        I feel sufficiently safe that someone isn't going to start posting as me.

    60. Re:"Reliably better" by 0100010001010011 · · Score: 1

      (Hint, sha only returns lowercase).

    61. Re:"Reliably better" by hacksoncode · · Score: 2
      The rubber hose cryptanalysis won't be able to get you to *tell* them the password, but I see no reason why they couldn't get you to *reveal* it by playing the game.

      Since it's subconscious, you won't even know that you're revealing it.

    62. Re:"Reliably better" by antdude · · Score: 1

      o/~ (Yeah, Ah-Ah-Ah-Ah-Ah-Ark)
      Oo-ooh-ooh, hoo yeah, yeah
      Yeah, yeah Yeah-ah-ah Yeah-ah-ah Yeah-ah-ah Yeah-ah-ah Yeah, yeah, yeah

      Seven a.m., waking up in the morning Gotta be fresh, gotta go downstairs Gotta have my bowl, gotta have cereal Seein' everything, the time is goin' Tickin' on and on, everybody's rushin' Gotta get down to the bus stop Gotta catch my bus, I see my friends (My friends)

      Kickin' in the front seat Sittin' in the back seat
      Gotta make my mind up Which seat can I take?

      It's Friday, Friday Gotta get down on Friday Everybody's lookin' forward to the weekend, weekend Friday, Friday Gettin' down on Friday Everybody's lookin' forward to the weekend

      Partyin', partyin' (Yeah) Partyin', partyin' (Yeah) Fun, fun, fun, fun Lookin' forward to the weekend

      7:45, we're drivin' on the highway Cruisin' so fast, I want time to fly Fun, fun, think about fun You know what it is
      I got this, you got this My friend is by my right, ay I got this, you got this Now you know it

      Kickin' in the front seat Sittin' in the back seat Gotta make my mind up Which seat can I take?

      It's Friday, Friday Gotta get down on Friday Everybody's lookin' forward to the weekend, weekend Friday, Friday Gettin' down on Friday Everybody's lookin' forward to the weekend

      Partyin', partyin' (Yeah) Partyin', partyin' (Yeah) Fun, fun, fun, fun Lookin' forward to the weekend

      Yesterday was Thursday, Thursday Today i-is Friday, Friday (Partyin') We-we-we so excited We so excited We gonna have a ball today

      Tomorrow is Saturday And Sunday comes after ... wards I don't want this weekend to end

      R-B, Rebecca Black So chillin' in the front seat (In the front seat) In the back seat (In the back seat) I'm drivin', cruisin' (Yeah, yeah) Fast lanes, switchin' lanes Wit' a car up on my side (Woo!) (C'mon) Passin' by is a school bus in front of me
      Makes tick tock, tick tock, wanna scream Check my time, it's Friday, it's a weekend We gonna have fun, c'mon, c'mon, y'all

      It's Friday, Friday Gotta get down on Friday Everybody's lookin' forward to the weekend, weekend Friday, Friday Gettin' down on Friday Everybody's lookin' forward to the weekend

      Partyin', partyin' (Yeah) Partyin', partyin' (Yeah) Fun, fun, fun, fun Lookin' forward to the weekend

      It's Friday, Friday Gotta get down on Friday Everybody's lookin' forward to the weekend, weekend Friday, Friday Gettin' down on Friday Everybody's lookin' forward to the weekend

      Partyin', partyin' (Yeah) Partyin', partyin' (Yeah) Fun, fun, fun, fun Lookin' forward to the weekend o/~ :P

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
    63. Re:"Reliably better" by errandum · · Score: 1

      Just the fact that lyrics are used immensely reduces the search space. The length is only perceived security, not real security...

    64. Re:"Reliably better" by Anonymous Coward · · Score: 0

      Hey, that's the password to my luggage!

    65. Re:"Reliably better" by mcgrew · · Score: 1

      How about the Rolling Stones' "Angie"? Was there ever such a sappy, insipid tune with such stupid lyrics?

    66. Re:"Reliably better" by Anonymous Coward · · Score: 0

      I like irreversible hashes generate passwords for me salted with wherever I am.
      sha1('mypassword'+'slashdot.org')

      I used the "what site" logic for subscription emails and utility logins. The problem is that companies buy each other, sites change names, etc. My phone carrier is AT&T, but my email is still cingular@example.com (remember Cingular?). My gas company modified their name a while back too. If you don't bother to keep these site or company names updated, your site-specific password or email address can become harder to memorize, especially for an account you only log into every year or two. (Is my login still cingular@example, or did I updated it to att@example? Which email did I use to register so I can reset my password or remember my account name?)

    67. Re:"Reliably better" by wierd_w · · Score: 1

      That's why you use a mnemonic device.

      For instance, to remember my prepositions in school, I was confronted with the following list:
      (wrote memory was the method dujour at my gradeschool)

      about, above, across, after, against, along, among, around, beyond, but, by ...

      Thats a pretty long list of seemingly unrelated words. (the full list is even longer.)

      To keep the list, I imagined it as a series of cryptic announcer panels in a cheesy comic book. Our hero first swings somewhere "About above" the perp, "across 'after'" (rather, a large neon sign which features the word), "against 'along'" (where he scales up some graffiti on a wall saying "cant we all just get along?") , "Among; Around" (where he disperses among a crowd to get around the security forces patrolling a media event), and then "Beyond, but by." where he sneaks backstage behind the perp-- beyond observation, but near his mark.

      I can remember the narrative structure, and so can remember the list. It got really complicated for the full list of prepositions though, which has over 50 words in it.

      A list of prepositions has structure that could be defeated, because all the words are prepositions, and it's alphabetized. However, the approach to storyboard the obscure and seemingly disjointed and unrelated words into a coherent mnemonic will (or at least should) work with any long list of random words if you are imaginative enough. It helps you move "nonsense" out of short term memory, where it cant possibly be preserved, and into long term memory.

      Another technique is to remember cadence and pitch along with the written words, so its like reciting a poem or a song. Humans are wired for music, even if they cant sing or play an instrument. Musical progressions are powerful tools for remembering bits of data. The lyrics dont need to make sense. Take for instance, the false lyrics to hiakugojuichi, "TV says donuts are high in fat, kazoo. Found a hobo in my room. It's princess leiah, the yodel of life, now give my sweater back or I'll play the guitar." While certainly more cogent than say: "Apples blessed toroid gamma crochet gingerbread tickling robot coffee watermelon ex-wife lead emergence confound listless goofball union applesauce tuple bastard wood", and therefore easily attacked, the latter can also be recorded musically/ through cadence. Observe:

      Mine eyes have seen the glory of the coming of the lord
      {Apples blessed toroid gamma crochet gingerbread}

      He has opened up the vineyards where the grapes of wrath are stored
      { tickling robot coffee watermelon ex-wife lead}

      He has struck down all our en'mies and has put them to the sword, his truth goes marching on
      {emergence confound listless goofball union applesauce, tuple bastard wood}

      Eg, if you "sing" the incoherent words to that tune, you will find the cadence matches sufficiently that you can then use the familiar song to recall the obscure list. Lyrics do not have to make sense, nor does the music have to be original, for the memory improving effect to manifest itself.

      Another, less contrived set of lyrics that seems incoherent are the actual lyrics to Lemon Demon's "Word disassociation"

      Good luck as an attacker, trying to figure out that my passphrases are all cadence based mnemonic devices. Even with the plaintext in front of you, if I didnt point it out, you would never see it.

      That "Glory haleluja" one was 21 words long. You can remember a list of almost indefinite length, if you properly cross-link it with other information in subtle and obscure ways like this. I used that musical score, because it is frequently lobbed at people from a young age, and gets a strong hold, and is fairly commonly known.

      Still, its pretty clear how music can help you remember even secure passwords.

    68. Re:"Reliably better" by anotherzeb · · Score: 2

      It may be plausible but I think that here in the UK it's still illegal - we can be given 2 years inside for not revealing a password when asked for it by the relevant authority. I can see this system putting some people away for a little while.

      --
      Good luck sometimes arrives disguised as bad
    69. Re:"Reliably better" by SuricouRaven · · Score: 1

      If the database is compromised, there's a good chance the salt is too.

      If the attacker is aiming to compromise a specific account, you are right. But if they grabbed a database, they'd be just aiming to break as many as they can. Generating the hash is the computationally expensive part, much more so than comparing it to a stored hash. So the obvious method is to iterate through possible passwords (Brute or dictionary), salt, hash... and then compare this hash against every stored hash in the hope at least one would match. If you used the username as part of they hash, they'd need to salt and hash every potential password for every user - making their attack many times slower.

      Using a constant salt also makes it possible to correlate, to see when two users have the same password set, which can reveal information such as which users are using weak passwords or if more than one account is associated with one person.

    70. Re:"Reliably better" by AmiMoJo · · Score: 1

      Would you actually want to be unable to produce your password in that situation? If they can torture you for the password anyway it seems like not revealing it will only lead to more pain and eventual death. Of course if you have others relying on your silence it could be an option, but basically once you are at that stage you are fucked either way.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    71. Re:"Reliably better" by Anonymous Coward · · Score: 2, Funny

      Your keyspace is pathetically small

      What if you're a hipster? The attacker would never have even heard of the song whose lyrics you used, so how could he try its lyrics?

    72. Re:"Reliably better" by LordLimecat · · Score: 1

      The RETURN from sha isnt "lowercase", its hexadecimal. Its uncased, and could be implemented as either uppercase or lowercase; trying to perform ascii operations on it will not get consistent results, because it isnt ascii.

      I assumed parent was talking about doing a bitshift on the input, which could, again, have unpredictable results if the SHA function is expecting text, and you send it "A" shifted 64 ascii chars down, which is a control character.

    73. Re:"Reliably better" by TCM · · Score: 1

      Bad algorithm.

      Why limit yourself to 0-9a-f in the final output? What if you need to change a single password? That's why you pipe the binary(!) hash to base64 and add $iteration: more possible characters in the output and changeable passwords. Ideally, make iteration the date you "created" the password.

      Better do

      echo "$user:$domain:$masterpassword:$iteration" | openssl sha -sha512 -binary | base64"

      --
      Of course it runs NetBSD. BTC: 1NT7QvbetmANwaMzhpVL6
    74. Re:"Reliably better" by TCM · · Score: 1

      What makes you think the "salt" is known? It's the secret in this case.

      I use this same approach with some refinements and I do it on a non-connected box because "mypassword" is the ultimate master key to the whole idea. It's not a salt.

      --
      Of course it runs NetBSD. BTC: 1NT7QvbetmANwaMzhpVL6
    75. Re:"Reliably better" by errandum · · Score: 1

      It obviously can, and there is nothing wrong with using mnemonics to remember a complicated (normal) password, but the lyrics to your favorite song (or any song you listen to) are not secure in any way or form.

    76. Re:"Reliably better" by Anonymous Coward · · Score: 0

      Yeah, the basic premise here is to store the key in muscle memory, which is a fantastic idea. It's difficult to forget (not impossible, but difficult) and near impossible to extract without the owner's knowledge and permission; An attacker might be able to induce finger tapping but capturing it and recording it will be extremely difficult. Also, it comes with an indirect from of biometric identification, because even if an attacker somehow manages to extract the correct key, the input mechanism can presumably pick out the pattern of entry far more precisely than an attacker could mimic without a hell of a lot of training. I'm still not sure about playing a game every time I want to log in to something, but as a access to an encrypted volume or a key ring at the beginning of my day... makes sense.

      In my experience with using muscle memory for passwords, it makes it impossible to log into sites on my phone's browser.

    77. Re:"Reliably better" by Tom · · Score: 1

      I'd like to see the proof. Not because I don't believe you, but because I've done research in this area and hadn't heard of it before. Can you post a link or citation, please?

      --
      Assorted stuff I do sometimes: Lemuria.org
    78. Re:"Reliably better" by KingOfTheDustBunnies · · Score: 1

      There's a bathroom on the right....

      Okay, I've just decided that all my future passwords will consist of lyrics from "Louie Louie". That'll be completely uncrackable!

    79. Re:"Reliably better" by camperdave · · Score: 1

      But why would a user's salt be in the database? Just because Alice uses sha1('mypassword'+'slashdot.org') as a password, doesn't mean that Bob uses sha1('bobpassword'+'slashdot.org') for his. Bob may use sha1('slashdot.org'+'bobpassword') or md5sum('bobpassword'+'slashdot') . Bob might even be using just sha3('bobpassword). The thing is, ripping off Slashdot's password database won't get you anything. Even knowing how Alice works it, doesn't tell you how Bob works it.

      --
      When our name is on the back of your car, we're behind you all the way!
    80. Re:"Reliably better" by kbolino · · Score: 2

      An 8 character password using ASCII printable characters only has 5,595,818,096,650,401 possibilities

      GP was talking about 80 character passwords (not 8), which even if we assume a low entropy of 2 bits per character still gives you 160 bits of entropy. If you throw odd spellings, capitalizations, number substitutions, and in-jokes into the mix, you can significantly increase that number, but 160 bits still puts you well above

      Length does not increase entropy.

      Yes it does.

      Let X and Y be independent and identically distributed distributions. Let H>=1 be the entropy of each variable (iid = same entropy).
      Let Z be the concatenation of X and Y. Then p(Z) = p(X) * p(Y). The entropy of Z is:

      H(Z) = E[log(p(Z))] = E[log(p(X) * p(Y))] = E[log(p(X)) + log(p(Y))] = E[log(p(X))] + E[log(p(Y))] = H + H = 2H

      Since 2H > H, increasing the length of the string increased its entropy.

      This is true if you pick ASCII characters at random, provided that longer passwords aren't transformed into a lower entropy version, such as by truncating or breaking into chunks and XORing them.

      You may be able to make the case that using whole phrases instead of particular subphrases has (slightly) lower entropy by being more likely to be chosen by an adversary, but I would still say that, as a general rule, you can't go wrong by making your password longer.

    81. Re:"Reliably better" by wierd_w · · Score: 1

      Agreed. You should never use a "widely known" phrase as a password. You should only use the musical score and cadence progression from your favorite song instead. The association is unknown unless you blab it. The reason people frequently use a song reference straight up is because it is easy to remember. Creating a random and high entropy password that fits the progression of that easily remembered musical phrase has nearly the same recall capability as using the unsecure lyrical phrase.

      The idea is to have the ease of generation, length, and recall capacity of the musical score-- coupled to the secure and cryptically high entropy passphrase. (There is no reason why this technique could not be used with a raw hexadecimal crypto key, for instance. Just say the numbers and letters as the new lyrics.)

      I was merely pointing out this connection. You *can* make use of your favorite song in the creation of your verifiably strong passwords and crypto keys-- you just use "parody" lyrics that "jive" with the musical score. Your brain will readily store the association, and then you can easily remember the password.

      The association has no externally observable connection to your mnemonic device, and is unique to the individual who created it as long as they don't blab it. This forces the attacker to resort to brute force. If your password is sufficiently long, and high enough entropy, the universe will end before he successfully guesses it.

      I do agree though. The naked lyrics to a song are by no means secure. It would be easily attacked with a dictionary attack, and some meatspace intel about the target's interests. Its about as dumb as using a name, a birthdate, or other "personal" data chunk as a password. A clever data mining period followed by a dictionary attack, and you're pwned.

    82. Re:"Reliably better" by errandum · · Score: 1

      the wikipedia article kind of sums it up:

      http://en.wikipedia.org/wiki/Passphrase#Security

      If you use passphrases of music lyrics or any sentence that makes sense, then you are particularly vulnerable. Not saying passphrases can't be safe (long ones, with enough words, can - especially randomized words), but the method he described (music lyrics) is extremely weak.

    83. Re:"Reliably better" by errandum · · Score: 1

      Your last sentence sums up my whole point :P. I was attacking the op's method, not passphrases. If your algorithm is secret and good enough, then they are extremely safe.

    84. Re:"Reliably better" by sarkeizen · · Score: 1

      Please. just. die. Just go, get a hammer and hit yourself repeatedly until you stop moving.

      Firstly you confuse the point of analyzing cryptography - it's not that X *can* be weaker than *y* - that could be true for just about any two systems. Rather it's a question of the amount of entropy the system delivers. Yes sentences will follow a Markov chain where each word narrows the potential pool of the next word however there is a rather large number of words that can initialize the system *STILL* makes it better than 8 character passwords. However that's ONLY if the person uses a sentence. If it's just a string of five nouns then you're SOL.

      Secondly you seem to misunderstand that targeted attacks might narrow the amount of entropy - it also narrows the number of people who can even attempt the attack.

    85. Re:"Reliably better" by errandum · · Score: 1

      Since you mention entropy, the entropy for the english language is around 1.1 bits per character (average), which is extremely low. Passphrase attacks, especially ones that use common english sentences (like song lyrics) are extremely weak by today's standards. Passphrases can be secure if they are long and/or random enough, but if you're gonna have to memorize a random sequence of words, why not memorize a damn password?

    86. Re:"Reliably better" by Anonymous Coward · · Score: 0

      But the brute forcer also has to try all sorts of stupid variations:

      An 8 character password using ASCII printable characters only has 5,595,818,096,650,401 possibilities. I'm guessing less than that number of songs have been written... even with variations in lyrics. Even with a thousand variations per song, and a trillion songs to seed the password cracker... you're still looking at a few minutes, perhaps an hour, to crack your password. Your keyspace is pathetically small.

      Length does not increase entropy.

      I believe the lyrics offered by the GP were misheard. What he offered was not a real song but what the listener thought they heard, not what the actual lyrics are. The attacker is going to need more than a database of song lyrics to break that, they'll need a way to predict all possible misheard interpretations as well.

      [Add in commas, no commas, capitalisation, no capitalisation, apostrophes or not, semicolons, etc and the search space grows a bit more again]

    87. Re:"Reliably better" by Anonymous Coward · · Score: 0

      They'll have to keep you alive if they can't get the plaintext password out. Every time they want in you'll have to open the lock fresh.

    88. Re:"Reliably better" by f3rret · · Score: 1

      It may be plausible but I think that here in the UK it's still illegal - we can be given 2 years inside for not revealing a password when asked for it by the relevant authority. I can see this system putting some people away for a little while.

      Is this legal? I mean here in Denmark we have "The right to remain silent", you should have that in the UK as well.

      --
      Admit nothing. Deny Everything. Make Counter-accusations.
    89. Re:"Reliably better" by Skal+Tura · · Score: 1

      Am i really the only one thinking there is something wrong about that? oO;

      And here i thought you were innocent until proven quilty AND you do not need to testify against yourself - That is including giving your passwords, ie. granting access to potentially incriminating evidence or at the very least giving up your privacy.

      What's next, sentenced for not confessing to something you may have or may not have done?
      Why not skip court all together.

    90. Re:"Reliably better" by Xenna · · Score: 1

      Absolutely, that's the classic 'game in the middle' attack!

      How could they have missed that?

    91. Re:"Reliably better" by sumnerp · · Score: 1

      OK, I'll play that stupid game for you, just stop hitting my partner/child/pet with your $5 cryptanalysis wrench/rubber hose/baseball bat.

    92. Re:"Reliably better" by Anonymous Coward · · Score: 0

      Length does not increase entropy.

      Yes it does.

      ...

      The entropy of Z is:

      H(Z) = E[log(p(Z))] = E[log(p(X) * p(Y))] = E[log(p(X)) + log(p(Y))] = E[log(p(X))] + E[log(p(Y))] = H + H = 2H

      Since 2H > H, increasing the length of the string increased its entropy.

      This is possibly the finest slashdot comment ever. This is the reason I come here.

    93. Re:"Reliably better" by riT-k0MA · · Score: 1

      The tenth is all nine combined.

    94. Re:"Reliably better" by kbolino · · Score: 1

      Proofreading FTW.

      GP was talking about 80 character passwords (not 8), which even if we assume a low entropy of 2 bits per character still gives you 160 bits of entropy. If you throw odd spellings, capitalizations, number substitutions, and in-jokes into the mix, you can significantly increase that number, but 160 bits still puts you well above

      ... what any attacker with finite resources could brute-force in any conceivable amount of time.

      Let X and Y be independent and identically distributed distributions.

      Should be "random variables".

  2. repetitive phrases slightly modified by alphatel · · Score: 5, Funny

    This 30-character sequence is played back to the user three times in a row, and then padded out with 18 random characters, for a total of 108 items. This sequence is repeated five times (540 items), and then there’s a short pause. This entire process is repeated six more times, for a total of 3,780 items.

    Replace 'character' with 'note' and it's clear subjects were tortured with Philip Glass for 80 hours and won't soon forget.

    --
    When the foot seeks the place of the head, the line is crossed. Know your place. Keep your place. Be a shoe.
    1. Re:repetitive phrases slightly modified by Black+Parrot · · Score: 1

      Replace 'character' with 'note' and it's clear subjects were tortured with Philip Glass for 80 hours and won't soon forget.

      I notice the study didn't report on how many subjects jumped out the window afterward.

      --
      Sheesh, evil *and* a jerk. -- Jade
  3. So to recover your password ... by Anonymous Coward · · Score: 5, Insightful

    State Security forces you to play this game?

    1. Re:So to recover your password ... by Dr_Barnowl · · Score: 5, Interesting

      The game only works if the machine knows what your password is, so that you can succeed at playing that sequence better.

      Which reveals the flaw in the scheme ; currently, the computer you are logging into doesn't need to know your password - it stores a hash instead. With this scheme, the machine needs a way to recover your password as plaintext, so that it can test you on it. Which means that if you can sieze the system itself, you can get into it, you just need to extract the password and train someone else to know it.

    2. Re:So to recover your password ... by Grantbridge · · Score: 1

      If you've seized the system already, then the passwords might as well be in plaintext. With this system users can't choose their own password, so knowing their password at once website won't help you break into their accounts on other websites, since they cannot be the same (except by chance.)

    3. Re:So to recover your password ... by Rich0 · · Score: 2

      I think this is one of the biggest weaknesses with any password-based system. We're too dependent on uncontrolled terminals, and nobody has figured out to do SSL directly to the human brain.

      We like to blanket ourselves in feel-good measures like PCI/etc, but the fact is that nobody really knows if that box you're punching a PIN/etc into has been tampered with.

    4. Re:So to recover your password ... by dohzer · · Score: 3, Interesting

      I'm fairly sure that by the time anyone can SSL directly into your brain, they'll also have some sort of high-res MRI scanner to simply read your brain's contents.

    5. Re:So to recover your password ... by Anonymous Coward · · Score: 0

      The game only works if the machine knows what your password is, so that you can succeed at playing that sequence better.

      Are you sure of that?

      I could rig the game to let the user play random strings. The user would play better at some, suggesting that those substrings are part of his key. After a while, most key components are identified. Now we can do a limited brute-force search, using only variations of the useful substrings.

      Another more serious problem: If several services uses this system, the user will eventually become "good" at playing many different "keys". So his own key on one particular system might not stand out anymore.

      And then there is the oprion of denial-of-service. Make a (funny) game that is too similiar to this authentication method. Not only will you gain some key substrings in the beginning - but then the user get so good at the game that he no longer show any preference for his key. The key drowns in the increasing noise of gameplay, so he can't log in anymore.

    6. Re:So to recover your password ... by martas · · Score: 1

      I could rig the game to let the user play random strings

      Seems like that would take a pretty long time for 30 characters. Plus it might not work the way you describe -- it's not necessarily true that the user would be better at playing any substring.

    7. Re:So to recover your password ... by Gravis+Zero · · Score: 1

      Homey don't play that game.

      --
      Anons need not reply. Questions end with a question mark.
    8. Re:So to recover your password ... by Anonymous Coward · · Score: 0

      Get yoa ass to maaas.... errr, i mean inceptioned...

    9. Re:So to recover your password ... by Junta · · Score: 1

      Shared secrets are not insecure. Applied incorrectly they are insecure.

      When a given pairing is unique (i.e. the credential authenticates exactly one endpoint to exactly one other endpoint), then a breach of the level of acquiring the password data is likely going to yield nothing more than you already have: free reign over the system holding the data. In this case, the authenticator selected the characters randomly.

      Shared secrets generally allow something that's impossible with one-way hashes: Being inherently impervious to MITM. The key would be that the secret must be set in a secure manner, but this is a straightforward and intuitive thing in general. For example, on some pieces of networking equipment, you must set initial SNMPv3 password using serial port before you can ever manage it. Intuitively, this makes sense to more people as they consider it 'initial setup' and over the network configuration is reasonably explained as chicken and egg. SNMPv3 uses the password as a shared secret, meaning a third party can't impersonate it, even though the admin took no effort to understand and implement something like a PKI.

      In this situation, I presume the envisioned scenario is that the training would occur under a special circumstance (e.g. your super secret organization has you play this game in a secure office to train it where they control everything).

      --
      XML is like violence. If it doesn't solve the problem, use more.
    10. Re:So to recover your password ... by Anonymous Coward · · Score: 0

      Wow. "SSL directly into your brain". Welcome to Slashdot.

    11. Re:So to recover your password ... by tucks · · Score: 1

      The only winning move is not to play.

    12. Re:So to recover your password ... by elucido · · Score: 1

      State Security forces you to play this game?

      Exactly. This game is just a way to trick people into getting themselves tortured.
      It's really a dumb idea and whoever invented the concept doesn't really know shit.

      Unbreakable crypto already exists. Unbreakable individuals never can exist. You can however have a group of very difficult to break people and this is fairly strong as long as the codes expire. It's not likely you'll capture and be able to torture all of them and without doing that you cannot reconstruct the password. If it's 5 people and you only can find 3 to torture, then you'll never get the password even if you break 3 out of 5.

    13. Re:So to recover your password ... by elucido · · Score: 1

      I think this is one of the biggest weaknesses with any password-based system. We're too dependent on uncontrolled terminals, and nobody has figured out to do SSL directly to the human brain.

      We like to blanket ourselves in feel-good measures like PCI/etc, but the fact is that nobody really knows if that box you're punching a PIN/etc into has been tampered with.

      Even if it's not tampered with it still leaks emissions. The idea of a password when your key strokes make sounds which are unique, the person who thought of this was just a nerd who didn't know what he was thinking up.

      This idea would never work in practice. It only works on paper because the real world isn't anything like academia. You cannot rely on passwords to secure secrets. If it's that important it should probably be biometrics and then the person wouldn't have to memorize it either as only their fingerprint would work anyway.

      But then you'll say someone could capture them and make them enter the password or a bullet to their head? Well that could happen with this game system. They either beat the game or take a bullet to the head.

    14. Re:So to recover your password ... by rastoboy29 · · Score: 1

      Well, the CGI form or whatever of the application itself still gets your password in plain text when you log in.

      It's hard to win this battle.

    15. Re:So to recover your password ... by yakovlev · · Score: 1

      Well, you could calculate the encryption with pen and paper, and only enter the encrypted values. That would be safe on an untrusted terminal, but would not be immune to a hidden camera.

      It also would not be immune to the user selecting "large" primes like 3 and 5, but that's their own fault. :)

    16. Re:So to recover your password ... by Tom · · Score: 1

      If I can seize your system, I can usually install a key logger just as well. Storing hashes protects against a compromised database or OS, not against physical access.

      --
      Assorted stuff I do sometimes: Lemuria.org
  4. How ingenious by Chrisq · · Score: 5, Funny

    The "cross-disciplinary team of US neuroscientists" came up with the most original excuse ever for why they were spending all their grant money on games consoles and all their time playing games.

    1. Re:How ingenious by Anonymous Coward · · Score: 2, Insightful

      I can't stand idiots like you, who always act as if games were an "excuse" or "waste of time", when they are the MOTHER of all education, art, sports and entertainment.
      There is no better way to explore something new, than games. That's what they are there for.
      It's things like school as we know it, that is a waste of time and deeply utterly wrong.

    2. Re:How ingenious by metacell · · Score: 2

      How on Earth did the parent get modded "Informative"? Funny, yes, informative, no.

    3. Re:How ingenious by Anonymous Coward · · Score: 1

      whoosh....

    4. Re:How ingenious by loimprevisto · · Score: 2, Funny

      Mods occasionally rate a funny post as something else to boost that person's karma rating, since Funny doesn't give a karma boost.

      ...or at least that's how it used to work, something might have been tweaked in the moderation system since that was true.

      --
      Much Madness is divinest Sense --
      To a discerning Eye --
      Much Sense -- the starkest Madness
    5. Re:How ingenious by Anonymous Coward · · Score: 0

      I that was what 'underrated' was for.

    6. Re:How ingenious by Viol8 · · Score: 1

      "There is no better way to explore something new, than games. That's what they are there for."

      Yeah ... right. I'm suuure the developers of Call of Duty were thinking about its educational aspect first and foremost.

      "It's things like school as we know it, that is a waste of time and deeply utterly wrong."

      In other words you're one of the thick kids who couldn't handle being educated so you pretend games are a valid substitute. Good luck trying to convince a future employer that your 733t score on Mass Effect 3 means you be given a job ahead of someone who bothered to work and got first class degree in a relevant subject.

      Moron.

    7. Re:How ingenious by Anonymous Coward · · Score: 0

      Yeah ... right. I'm suuure the developers of Call of Duty were thinking about its educational aspect first and foremost.

      Well America's Army was explicitly created as an education and recruiting tool. So the principle is valid even if there are examples where the utility is accidental rather than designed in.

    8. Re:How ingenious by Anonymous Coward · · Score: 0

      >It's things [...] that is a waste of time

      Obviously.

  5. How is that resistant to rubber-hose cryptography? by Anonymous Coward · · Score: 5, Insightful

    Log in or else!

  6. Does the server need to know the password? by kasperd · · Score: 4, Insightful

    It sounds like the way this works, the server will need to know what the password is in order to produce the combined sequence. Doesn't that make it weaker than ordinary passwords? And if you repeatedly get the same random sequence, over time you'll learn that as well. OTOH if you get different random sequences, then it would be possible to extract the original sequence. Did I miss something here?

    --

    Do you care about the security of your wireless mouse?
    1. Re:Does the server need to know the password? by queazocotal · · Score: 1

      Sort of - there are caveats.

      There are a few ways to do this.
      Pretending that it's for the moment typing a letter in response to some other letter.
      If the correct response to a stimulus 'A' is 'a' - then the server can take a response to a randomly chosen phrase -
      AQRGS, and then get response fqrgs, and hand both of these over to an authentication server, which determines the match.

      Or, it can contact an authentication server, which deals with both the exact challenge to be sent, and verifies the response.
      In some apps, this may be a valid way to do things.

      If you can get a reliable enough response from the user in a binary manner that you can determine the exact key, then you can simply hash this as any other password.
      Having one server know all the passwords is a weakness, but it's a very known weakness.

    2. Re:Does the server need to know the password? by Anonymous Coward · · Score: 1

      Exactly so.

      Authentication requires that you play a round of the game — but this time, your 30-letter sequence is interspersed with other random 30-letter sequences.

      This means attackers will play it twice recorded on video, then know your password. I think they're considering this a non-issue, since "knowing" is only half the battle -- but it can then be defeated by training offline on the known password, or possibly by deliberately muffing the random (non-password) sequences.

    3. Re:Does the server need to know the password? by realityimpaired · · Score: 3, Insightful

      Or, it can contact an authentication server, which deals with both the exact challenge to be sent, and verifies the response.
      In some apps, this may be a valid way to do things.

      Not really... if I want to crack your password, all I have to do is send a few requests to the authentication server, and look at the challenges it responds with. Find the sequence of 30 characters that's repeated in all of them, and there's your password.

    4. Re:Does the server need to know the password? by Anonymous Coward · · Score: 0

      Exactly my thoughts.

      Also. We already have destroyable keyfiles/chipcards/etc to prevent the rubber hose thing. You destroy the key, show them the destroyed key, and if they had any interest in letting you live at all, that's it. (If they want to kill/torture you, no matter what, there is no way around anyway.)

    5. Re:Does the server need to know the password? by Anonymous Coward · · Score: 0

      why do you assume that the client system can't convert the sequence you played into a hash and then compare the hashes?

    6. Re:Does the server need to know the password? by Tom · · Score: 1

      Depends. "password strength" is usually used to judge the complexity of the password, not attacks on the server. So strictly speaking, storing plaintext passwords does not make the passwords any weaker (nor stronger), but it does weaken the system as a whole.

      --
      Assorted stuff I do sometimes: Lemuria.org
  7. unbreakable my shiny ass by Anonymous Coward · · Score: 1

    what prevents the rubber hose cryptanalysts from making you play guitar hero in front of their eyes? nothing.

    1. Re:unbreakable my shiny ass by jpate · · Score: 1

      what if they already broke your hands to find out which computer system the sooper sekret information is kept on?

  8. So, brute force it is. by Anonymous Coward · · Score: 0

    This would be easy to break with brute force. If it is subconscious you just have to precent the subject with the right conditions (drugs / hypnosis should be able to do that) and the entry system and he will produce the key. Its just like a normal password only you have no conscious control over it.

  9. Why can't this be rubber-hosed out of someone? by Anonymous Coward · · Score: 1

    If the user authenticates by performing some action, they can be coerced into performing that action.

    1. Re:Why can't this be rubber-hosed out of someone? by Black+Parrot · · Score: 1

      If the user authenticates by performing some action, they can be coerced into performing that action.

      Do you think having your piano teacher stand beside you slapping a rubber hose in her palm while you play makes it less likely for you to miss a note?

      --
      Sheesh, evil *and* a jerk. -- Jade
    2. Re:Why can't this be rubber-hosed out of someone? by kanweg · · Score: 2

      the hose isn't necessary. Just the rubber would do, I guess.

      Bert

  10. Standard password security practices. by mwvdlee · · Score: 4, Insightful

    Their experimental results suggest that, after a 45 minute learning session, the 30-letter password is firmly implanted in your subconscious brain. Authentication requires that you play a round of the game

    I'm assuming I'll still be automatically logged out after 5 minutes of inactivity, cannot recover but will have to change my password when forgotten and passwords will expire every month?

    Also; the research suggests users will have to perform better on the injected "password" sequences than random sequences... how will they deal with top players that get a perfect score every time for the entire sequence?

    --
    Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    1. Re:Standard password security practices. by Anonymous Coward · · Score: 0

      Their experimental results suggest that, after a 45 minute learning session, the 30-letter password is firmly implanted in your subconscious brain. Authentication requires that you play a round of the game

      I'm assuming I'll still be automatically logged out after 5 minutes of inactivity, cannot recover but will have to change my password when forgotten and passwords will expire every month?

      Nevermind that: They seriously expect people to sit through 45 minutes of training to learn a password? Am I going to have to do that for every job, financial institution, and online ordering system I interact with? What happens with the server gets hacked and my precious maze-solution gets stolen?

      It may be more fun than typing "password123" twelve times a day, but password123 takes less than 2 seconds, and I doubt that the fun lasts for more than a week. Worst. Solution. Ever.

    2. Re:Standard password security practices. by arth1 · · Score: 1

      Nevermind that: They seriously expect people to sit through 45 minutes of training to learn a password?

      And how long to log in?

      But the biggest problem I see apart from the plain text storage of passwords is that people don't just authenticate to one place, but dozens or more. This could only work it was a global SSO system, where you log in once. But that implies that if the system is compromised anywhere it's compromised everywhere.

      Colour me unimpressed. It's good that people study these things, but we need a system where scientists can report their study as a failure and still be thanked for their job. As it is, everything is marketed as a success, because that's what those who fund research want to see. Those are the idiots - they should reward the scientists for telling the truth, not for making a spin.

    3. Re:Standard password security practices. by Anonymous Coward · · Score: 0

      how will they deal with top players that get a perfect score every time for the entire sequence?

      Those can be marked as 'super user' and can get a more difficult sequence. There should be some point when they can't keep up.

  11. Because they can't possibly coerce you... by Anonymous Coward · · Score: 0

    completely removes the danger of rubber-hose cryptanalysis — i.e. obtaining passkeys via torture or coercion. It also gives you deniability: If a judge or policeman orders you to hand over your password, you can plausibly say that you don’t actually know it.

    Eh? Surely if they're inclined to use rubber-hose techniques (Or the XKCD Wrench Technique) all they have to do is plonk you in front of the machine and tell you to play the game or they start with the wrenching? Same goes for a judge, surely they'll just adapt the law to "you have to provide access to the data", which means "type in the password or play the damn game".

    Sure, it means they need physical access to the machine, but if they already have physical access to you then I doubt that'll often be a problem...

  12. Easy to remember by Centurix · · Score: 1

    Up, left, left, left, down, up, down, up, right. Got it.

    --
    Task Mangler
    1. Re:Easy to remember by Anonymous Coward · · Score: 0

      ...B, A, Start

      There, FTFY.

  13. All NES players have a subconscious password: by cvd6262 · · Score: 2

    up-up-down-down-left-right-left-right-B-A-start

    --

    I'd rather have someone respond than be modded up.

    1. Re:All NES players have a subconscious password: by Anonymous Coward · · Score: 0

      care to elaborate?

    2. Re:All NES players have a subconscious password: by Anonymous Coward · · Score: 0

      Search for Konami code. Oh Life Force, the memories...

    3. Re:All NES players have a subconscious password: by Black+Parrot · · Score: 1

      up-up-down-down-left-right-left-right-B-A-start

      care to elaborate?

      Apparently some kind of masturbation joke.

      --
      Sheesh, evil *and* a jerk. -- Jade
    4. Re:All NES players have a subconscious password: by Anubis+IV · · Score: 1

      It's the Konami code. Everyone here was supposed to learn it by their third year of nerddom, but it seems you may have forgotten your lessons.

      For me, Contra on NES was the game that inscribed that in my memory forever (30 lives instead of 3? yes, please, for that game), and it still comes up fairly frequently. Just last month it came up during a meeting when my supervisor brought it up and then wrote it on the whiteboard in response to another topic.

    5. Re:All NES players have a subconscious password: by Anonymous Coward · · Score: 0

      Wow, what a couple of fucking idiots. I'm not even going to bother to elaborate on this. Unless you made your slashdot account when you were a baby, then you might as well hand over your geek card with that low UID.

      This code has a Wikipedia article for fuck sakes. It is entered on the NES (that's another name for Nintendo Entertainment System, which is a game console. You should be able to Google for those) controller at the title screen of a game. The code gave you the potential to beat the game without being fucking hardcore. The Wikipedia article for the code is named after the company that made the game.

    6. Re:All NES players have a subconscious password: by Anonymous Coward · · Score: 0

      you forgot [select]

    7. Re:All NES players have a subconscious password: by Anonymous Coward · · Score: 0

      you're missing a SELECT in there.

    8. Re:All NES players have a subconscious password: by Black+Parrot · · Score: 1

      Wow, what a couple of fucking idiots. I'm not even going to bother to elaborate on this. Unless you made your slashdot account when you were a baby, then you might as well hand over your geek card with that low UID.

      This code has a Wikipedia article for fuck sakes. It is entered on the NES (that's another name for Nintendo Entertainment System, which is a game console. You should be able to Google for those) controller at the title screen of a game. The code gave you the potential to beat the game without being fucking hardcore. The Wikipedia article for the code is named after the company that made the game.

      You have a funny way of not bothering to elaborate on this...

      --
      Sheesh, evil *and* a jerk. -- Jade
  14. 38 bits of entropy by Anonymous Coward · · Score: 2, Insightful

    Only 38 bits of entropy because there's only 6 choices for each of the 30 characters. Yeah a Tesla GPU can chew through that in a day. I'd post the relevant XKCD comic but I'm pretty sure everyone here knows what it is already.

    1. Re:38 bits of entropy by Anonymous Coward · · Score: 0

      That xkcd is about making passwords hard for computers to crack given a hash -- the threat most people have to worry about.

      This is about making passwords hard for thugs to beat out of you -- a threat most people don't have to worry about. (And, AFAICS, it doesn't actually accomplish that either.)

      It's entirely non-surprising that making a system strong against one of these attacks doesn't make it strong against the other.

  15. Another variant by art6217 · · Score: 2

    The system requires that you copy-write a short random message by hand, but at no point do you actually remember the subtleties of your individual writing style, like the ballpoint pressure or distribution of the shape of "o"s, meaning it can't be presented as a plain sequence of letters and it can't be obtained via coercion or torture i.e. rubber-hose cryptanalysis. The system, devised by Anonymous Coward, relies on implicit learning, a process by which you absorb new information, but you're completely unaware that you've actually learned anything; a bit like learning to ride a bike. The process of learning the password (or cryptographic key) does NOT involve anything, as your writing style is likely already precisely and intricately shaped for years.

    Without a human specialist, a dedicated OCR software would need to be developed, though...

    1. Re:Another variant by Anonymous Coward · · Score: 0

      But what about the people who CAN'T write the same way every time?

    2. Re:Another variant by art6217 · · Score: 1

      Yes, it's an obvious problem, just like with playing the game the same.

      I do not claim, that a system like that would be good in general. I just wondered, if it could be simplified by resuing what's already learned.

  16. No coercion? by TranceThrust · · Score: 2

    How does the scheme prevent ``play this game or I'll kill your family''?

  17. Forty Five Minutes? by AlienIntelligence · · Score: 1, Interesting

    Who has 45 min to learn a new password? I can't see a company willing to
    pay someone for 0.75hr just to learn a password.

    -AI

    --
    For me, it is far better to grasp the Universe as it really is than to persist in delusion
    1. Re:Forty Five Minutes? by geekmux · · Score: 1

      Who has 45 min to learn a new password? I can't see a company willing to pay someone for 0.75hr just to learn a password.

      -AI

      Well then I suppose you would find a company who finds no point in protecting their most valuable asset (people) from losing their second most valuable asset (information).

      Maybe the senior executives would sing a different tune if you showed them that 75% of their current workforce passwords were cracked in 45 seconds or less.

    2. Re:Forty Five Minutes? by Corbets · · Score: 2

      Who has 45 min to learn a new password? I can't see a company willing to
      pay someone for 0.75hr just to learn a password.

      -AI

      Well then I suppose you would find a company who finds no point in protecting their most valuable asset (people) from losing their second most valuable asset (information).

      Maybe the senior executives would sing a different tune if you showed them that 75% of their current workforce passwords were cracked in 45 seconds or less.

      Or they just might figure that people who lack the capacity to memorize a reasonably complex password may not, after all, be all that valuable of an asset.

    3. Re:Forty Five Minutes? by Overzeetop · · Score: 2

      Who would allow a truly secure system to have static passwords - most require a change once a month. Now it costs 9 hours a year, or 0.5% of your entire payroll costs just to learn the passwords. Since the sequence must be played back using a large string of random sequences in which the password sequence is embedded, I presume that would probably take at least 2 minutes to be of both necessary and sufficient length. Let's presume that you only have to log in twice a day (when you arrive, and when you come back after lunch) to this truly secure system...that's 4 minutes a day or another 1000 minutes ~ 16 hours ~ a year. Now we're up to 1.25% of employee costs. If you have a 100,000 person company with US average wages (and they'll probably be higher than average if they're logging into a secure system), that's $75,000,000 a year.

      Now, tell me again how much the executive board splitting an extra $75,000,000 in bonuses is going to react when you tell them that they need this highly secure password system, compared to the one they have that had resulted in few or no breaches in the past decade.

      --
      Is it just my observation, or are there way too many stupid people in the world?
    4. Re:Forty Five Minutes? by Oligonicella · · Score: 1

      Passwords are like religion: some people see the need for them in every aspect of life and would prefer they be ever more complex, forcing the user to memorize and supplicate to them.

      Passwords are way overrated. This would neither increase nor reduce security issues, merely exchange sets. On the other hand, Guitar Hero might become extremely popular.

    5. Re:Forty Five Minutes? by BVis · · Score: 2

      Well then I suppose you would find a company who finds no point in protecting their most valuable asset (people)

      HAHAHAHAHAHAHAHAHAHAHA... oh wait, you were serious, let me laugh even harder...

      To the vast majority of companies out there, you are not an asset, you are a liability on a balance sheet. Nobody can ever work hard enough to justify their salary, no matter how pathetic or insulting that salary is. You are less valuable than the office furniture.

      Maybe the senior executives would sing a different tune if you showed them that 75% of their current workforce passwords were cracked in 45 seconds or less.

      In my experience, no 'senior executive' is technical enough to understand that phrase. Their eyes glaze over when you try to explain the need for passwords at all, let alone more secure ones. Then when you tell them that they need to jump through even the slightest hoop regarding security, the first thing they tell you is to make an exception for them, because they don't want to be any further inconvenienced. (Most of them resent the idea that they have to put in a password at all , let alone a reasonably secure one. Their convenience is far far FAR more important than data security, because they understand the former much more than the latter.) The second thing they tell you is do it or you're fired. I have first-hand knowledge of this attitude from multiple Fortune 500 companies as well as public sector entities. I've worked at places where the CEO's password (for EVERYTHING they access, from email to file shares) is the name of the company. And set to never expire. And known to everyone in IT, lest there be a problem with it.

      Security at most big companies is a bad joke. You can yell and scream and beg and cajole and do anything you can think of to explain why what you're doing is grossly inadequate, but all it will get you is fired.

      --
      Never underestimate the power of stupid people in large groups.
  18. Re:How is that resistant to rubber-hose cryptograp by Anonymous Coward · · Score: 0

    Have you ever listen to these guys play?

  19. Uh, maybe I'm missing something but by trifish · · Score: 1

    it can't be obtained via coercion or torture â" i.e. rubber-hose cryptanalysis

    Correct me if I'm wrong, but I fail to see how that could be true. How could you NOT be forced to play the authentication "game" by torture or coercion? wtf?

    1. Re:Uh, maybe I'm missing something but by jamesh · · Score: 1

      it can't be obtained via coercion or torture â" i.e. rubber-hose cryptanalysis

      Correct me if I'm wrong, but I fail to see how that could be true. How could you NOT be forced to play the authentication "game" by torture or coercion? wtf?

      How are you going to type your password... if you have no fingers?

    2. Re:Uh, maybe I'm missing something but by Grantbridge · · Score: 1

      They can do, but they still wouldn't know the password itself to be able to log in again without you. Possibly there would be a mechanism to enter a distress code which would then summon the police and lock your account to a honeybox instead? But then you could have that with other password mechanisms.

    3. Re:Uh, maybe I'm missing something but by fuzzyfuzzyfungus · · Score: 1

      Very slowly. With your tongue. On the super-grimy keyboard from the public kiosk in the lobby.

      So why don't you just make things easier for everybody and log in before Mr. Nibbles gets hungry? *display bolt cutters*

  20. Obligatory XKCD Reference.... by craigtp · · Score: 0
  21. But how to remember the many passwords used today by Anonymous Coward · · Score: 0

    Nice solution, but what about the many passwords one has to remember for all the different systems one is using nowadays?
    How to to remember many 30 letter sequences and where to find the time to make them?
    Niek

  22. Typing without knowing by Anonymous Coward · · Score: 0

    I've been doing something similar to this for the past 4 years.

    I have a password that I can hardly spell (without looking at the keyboard), but I know how to type it fast.

    1. Re:Typing without knowing by jamesh · · Score: 1

      I've been doing something similar to this for the past 4 years.

      I have a password that I can hardly spell (without looking at the keyboard), but I know how to type it fast.

      Ditto. My typo's frequently consist of typing completely the wrong word.

    2. Re:Typing without knowing by Anonymous Coward · · Score: 0

      (Or inserting apostrophes in plural nouns)

  23. Good direction, impractical solution by ItsIllak · · Score: 2

    Passwords are clearly a very bad idea - they just don't work for any number of logical, social and practical reasons. So it's great to see real thought going into alternatives. Although I think the overhead of 45 mins learning and other issues with this are a problem, I think the general premise must have something in it that would work well.

    The fact we can recognise that we know something, even if we can't repeat it - e.g. you know if someone sings the wrong lyrics to a song even if you can't remember them yourself - MUST have some solution to this problem embedded in it somewhere...

    1. Re:Good direction, impractical solution by Hatta · · Score: 1

      My passwords work just fine. What's wrong with yours?

      --
      Give me Classic Slashdot or give me death!
  24. Muscle Memory by Anonymous Coward · · Score: 0

    Is what it is called

  25. Read the article. by Anonymous Coward · · Score: 0

    The character set is six characters and the entropy is about 38 bits.

  26. Congrats by Anonymous Coward · · Score: 1

    You just refound how people learn masses of information when they need to.

  27. Too bad when you forget it by Anonymous Coward · · Score: 0

    I once had the 4-digit pin of my credit card memorized purely by typing it on the key pad of cash machines. I didn't remember consciously the actual numbers at all.

    However, one day I went out in a bar with a good friend and we were drinking around 10 beers each of us. Turned out that the next day the motoric memory of my pin code was gone -- and it never, ever came back. I guess a few brain cells died the night before. (Arguably, the same can happen with ordinary memory techniques.)

  28. Problem by Arancaytar · · Score: 2

    Authentication requires that you play a round of the game — but this time, your 30-letter sequence is interspersed with other random 30-letter sequences.

    This requires the password to be stored in clear in the system. I think the brain is more trustworthy than that...

    1. Re:Problem by Anonymous Coward · · Score: 1

      Worse than that. The password is repeatedly sent back to the user (though interspersed with random sequences).
      Hence, I'm actually wondering whether this is the first authentication system that can be broken without understanding anything.
      I.e. an attacker could simply try to break into someone's (let's call him Joe) account as follows:
      The attacker pretends to be Joe. He gets the Joe's password to play and a few random notes. Since
      Joe's password (or subsequences of it) appears more frequently than other stuff the attacker will eventually
      learn to play the password better than random stuff. Hence eventually I'd expect that the attacker knows
      Joe's password too without even realizing it until he manages to break into Joe's account.

    2. Re:Problem by girlintraining · · Score: 1

      This requires the password to be stored in clear in the system. I think the brain is more trustworthy than that...

      I suppose now is a bad time to point out that when people are recalling a password, their vocal cords show faint electrical activity due to subvocalization. In other words, you're speaking your password as you enter it, although without special equipment, it's presently not possible to detect this covertly.

      Your brain is not trustworthy. It's not even fully understood.

      --
      #fuckbeta #iamslashdot #dicemustdie
  29. Re:How is that resistant to rubber-hose cryptograp by shentino · · Score: 1

    Presumably the stress of duress would ruin your performance.

  30. Re:Added bonus by Anonymous Coward · · Score: 0

    If that is true, their god is a false one - not that there are any true ones, so this makes their falser?.

    Who the hell forbids playing the guitar?

  31. Two weeks? by aglider · · Score: 2

    We need to recall the password after 1 year or even 2.
    Please, go on with the tests!

    --
    Sent as ripples into the electromagnetic field. No single photon has been harmed in the process.
    1. Re:Two weeks? by Anonymous Coward · · Score: 0

      I doubt it'll hold up in the long run without repeated use. Muscle memory is a lot more reliable in the short term, it's why musicians can repeat the same performance over and over again almost effortlessly. However when it came to playing a couple songs on (a real) guitar that I used to play really well 10 or so years ago, I wound up having to relearn the songs. It wasn't any easier relearning the songs than if I had learned a new song, was like I had never played them before.

      Contrastingly I can and have remembered passwords that were over 10 years old just by thinking back to the things I did in an ordinary day back then. Interesting enough, my original EverQuest account which as created mere months after it's release still has the characters I created on it and only played for a couple months. Only reason I even changed accounts when I did start playing the game again was because I couldn't have the original CC info changed (original was my father's CC), which was required (for confirmation) if you can't log into your account for some reason and need customer support.

    2. Re:Two weeks? by Anonymous Coward · · Score: 0

      1 year? At the rate all the different websites keep getting hacked, I'm lucky to keep a password 6 months.

  32. Biggest market by Anonymous Coward · · Score: 0

    Side channel identification of people

  33. Re:Added bonus by Chrisq · · Score: 0

    If that is true, their god is a false one - not that there are any true ones, so this makes their falser?.

    Who the hell forbids playing the guitar?

    Well, I worked out that the Muslim God is false when it told them to subdue non Muslims and kill them if they don't accept punitive taxes, not to practice religion in public, not to repair or build places of worship, and not to be able to testify against Muslims (like the non-muslim girls kidnapped and raped in Pakistan, where the rapist just has to say it was consensual and even when a whole congregation of non-Muslims witnessed it he is acquitted because there is no evidence against him.

    However, if it takes the guitar being banned to convince you that the Muslim God is false, see Guitar Haraam?.

  34. Sorry it took so long... by Anonymous Coward · · Score: 0

    I know I'm two weeks late with the proposal....
    Yeah, I was typing in my password.

  35. Re:Added bonus by Anonymous Coward · · Score: 0
  36. Similar to PinPlus by GroovinWithMrBloe · · Score: 1

    I've looked at these guys before, http://www.pinplus.net/content/pin-nutshell Basically you remember a pattern and then to log in you are presented with a large grid of letters/numbers which you then have to type in the letters/numbers corresponding to your pattern. So you never reveal your pattern at any point, keyloggers/screenscrapers never have access to your pattern. Even if someone did get a screengrab, there are multiple instances of each letter/number in the grid, so you can't tell which position in the grid the user was referring to.

    1. Re:Similar to PinPlus by ThatsMyNick · · Score: 1

      It doesnt provide the same entropy as the regular password though. You can only move to 7 adjacent squares, and it very likely that you will travel in a straight direction. As long people understand password length, and pattern length are not the same, make it quite random, it should be good.

    2. Re:Similar to PinPlus by GroovinWithMrBloe · · Score: 1

      It's a bit more than 7 squares. See a demo here (the java applet): http://pluspin.com/demo/newsoftheworld - and obviously you can configure it to enforce a minimum pattern complexity if so required.

  37. Insecure by Anonymous Coward · · Score: 0

    1. This is not crypto.
    2. This is not unbreakable.
    3. The actual password has to be stored in the system for it to be integrated into the game.
    4. If someone manages to access the database, they'll have all the passwords and can use them.

    The secure way is that only the person knows the password, but not the server, now they turned it around - all passwords are stored unhashed in a central location. Good job!

  38. And once you forget the password by Anonymous Coward · · Score: 1

    They ask you for your cat's name...

    1. Re:And once you forget the password by azalin · · Score: 1

      They ask you for your cat's name...

      Schroedinger stole my cat you insensitive clot!

  39. Cannot protect by hilather · · Score: 1

    How are you supposed to protect a password that you don't even know? It seems to me if someone knew how the system worked, they could trick an unsuspecting user into divulging their password without the users knowledge. This is obfuscation, nothing more.

  40. Biometrics? by k(wi)r(kipedia) · · Score: 1

    Wouldn't biometrics already be a better solution if you want an authentication routine that strong? I mean to bypass multiple input biometrics (fingerprint + some other bodily feature) you'd have to kidnap the user. And if you already have the user under your control, you can probably force any strong password out of him.

    1. Re:Biometrics? by Anonymous Coward · · Score: 0

      problem with biometric methods is simple: it may be hard to crack them, but once you manage to copy an eyeball or fingerprint, the whole scheme is broken. Changing a password may be cumbersome but changing eyes is a lot more so...

    2. Re:Biometrics? by Anonymous Coward · · Score: 0

      Some biometrics are hard to duplicate, some are easy to trick, and some have a tendency to change over time enough that they are truly worthless as indicators. Biometric is a category of identification factors, based on the assumption that a massive cluster of individual cells will remain in exactly the same shapes as those individual cells die and are replaced.

      Fingerprints work fairly well, as long as you don't get any major damage to the skin on your fingers, you still have highly elastic skin, and no one can bring gummy bears into the country where you have the scanner. Retinal scanners work if you can bring yourself to stare at an unpleasant light for a few seconds, and have perfectly unchanging retinas (retinal damage will ruin it). Iris scanners work fairly well for a while, but the iris patterns are not immutable either and can be tricked by cosmetic contact lenses.

      So, no, biometrics are not some cure-all for security and access purposes. It can be a useful component, and it may be sufficient in many scenarios, but a 8 character password is sufficient in many scenarios as well.

    3. Re:Biometrics? by Geoffrey.landis · · Score: 1

      Some biometrics are hard to duplicate, some are easy to trick, and some have a tendency to change over time enough that they are truly worthless as indicators...

      It's the first one that is the sticking point. How do you *know* that a biometric is hard to trick with, say, a photograph? What about next year, when the photography gets better?

      --
      http://www.geoffreylandis.com
  41. Completely broken. by bakuun · · Score: 3, Insightful

    A few readers have commented that the system will need to know your unhashed password. This is clearly bad, but there are even worse flaws.

    A 30-character password sounds awfully strong (60^30 combinations if upper/lower-case chars and numbers are used). However, from the article: "Authentication requires that you play a round of the game — but this time, your 30-letter sequence is interspersed with other random 30-letter sequences". This means that the number of characters is irrelevant, really. What matters is the number of "30-letter sequences", and since you need to play them all, they will need to be limited. How many? 10 would probably too many to play, but will still only be the equivalent of a single-digit password. This system will be trivial to crack with brute-force guesses.

    Even worse, repeated "login attempts" will reveal which sequence is the correct one - simply check which sequence repeats between tries.

    1. Re:Completely broken. by cryptizard · · Score: 1

      If you read the paper you will see that your credentials consist of a "password" sequence and two other static random ones. You are presented with these three sequences, in a shuffled order, each time so they will all repeat. I know we don't have a habit of reading the articles around here, but how could you think an article in a top-tier security conference would be that trivially broken? Additionally, they start with 3 challenge sequences but say that it could be expanded to 4 shorter password sequences and 8 random ones giving you 12 choose 4 = 495 possible passwords. It is also worth noting that this clearly has local authentication in mind where you would not allow more than 3 or 4 failed login attempts. As far as the hashed or unhashed goes, we can't be turning down good research because it is not completely perfect, lest we never accomplish anything.

    2. Re:Completely broken. by bakuun · · Score: 1

      Ok, so there is a one-in-three chance of guessing the correct sequence, yes? Even if the whole operation would be quadrupled, as you said (choose the correct sequence, then again another three times), you will still have a 1-in-81 chance of guessing (3^4). This is by no means enough.

      You mention allowing no more than three of four attempts, but this won't really work well either. You can't reliably do it by IP - it is easy for malicious users to jump between IPs (using e.g. botnets or different proxy servers), and if you do it by user account (e.g. ignoring IP, allowing only x number of attempts for the username before locking it down) you will have created the best possible scenario for denial-of-service attacks. Anybody would be able to lock anybody else's account trivially.

      I agree that research is a good thing and that sequence-based login is kind of interesting, but the flaws really need to be covered as well. That is critical in any scientific field. As it is now, this method is completely unusable.

    3. Re:Completely broken. by cryptizard · · Score: 1

      I said it is for local authentication, IPs have nothing to do with it. Every company has an AD policy to lock your account after a few failed logins, this is no different. It is not a matter of choosing the correct 1 out of 3, four times in a row. It is choosing the correct four out of 12 sequences, which is indeed 1/495. Think of it like taking the original scheme, with three different sequences, and breaking each of those sequences into four smaller subsquences. Now, you shuffle those subsequences and present them to the user. Since I have trained on my password, I will also perform better on any subsequence from my password sequence (if we are talking guitar hero, if I know the song I will also know any smaller riff from the song). However, since there are more possible permutations now that I have broken the sequences into smaller pieces, it is much less likely that an attacker can guess the correct one. The article makes no guesses on how many times you can break up your password while still maintaining soundness (i.e. will be able to perform better on the right sequences). I imagine it can't go too short, but the point is you can increase your password length linearly while exponentially increasing the number of possible permutations which is good.

  42. Does my subconscious know the login URL? by sco08y · · Score: 1

    How does your subconscious know which password to use? How many 30-bit passwords can be "implanted"?

    Incidentally, the fact that the password is known is really not an issue, if you consider it simply another factor of security. I wouldn't want to play a damned game every time to log in anyway, but if I only occasionally used an account and this was used to verify the system I was on, that would be fine. Call it the Rumsfeld system: you log in with something you know, and something you don't know you know.

  43. Login prompt by Lord+Lode · · Score: 1

    So yeah, how'd you type this in a login prompt?

    1. Re:Login prompt by azalin · · Score: 2

      No boss, I'm not playing Guitar Hero/Portal/Diablo, I'm trying to log into the network...

    2. Re:Login prompt by Anonymous Coward · · Score: 0

      Ender's game.

  44. Only one song stays in my mind day after day... by Anonymous Coward · · Score: 5, Funny

    and I can never remember exactly how many "na-na-na"s go in between the "hey, hey, hey"s and the "good-bye"s.....

    (welcome to MY hell, and you're welcome!)

    1. Re:Only one song stays in my mind day after day... by SpooForBrains · · Score: 1

      8, you're welcome

      --
      "The dew has clearly fallen with a particularly sickening thud this morning"
    2. Re:Only one song stays in my mind day after day... by SpooForBrains · · Score: 1

      That is, 8 "nahs", two repetitions of "nah nah nah nah".

      --
      "The dew has clearly fallen with a particularly sickening thud this morning"
    3. Re:Only one song stays in my mind day after day... by Anonymous Coward · · Score: 0

      That's it! I'm switching to "Deck the Halls"

    4. Re:Only one song stays in my mind day after day... by CrimsonAvenger · · Score: 4, Informative

      and I can never remember exactly how many "na-na-na"s go in between the "hey, hey, hey"s and the "good-bye"s.....

      There are eight "nah" as the previous poster said, but none of them are between the "hey, hey, hey" and "good-bye".

      Pretty sure it's "nah-nah-nah-nah, nah-nah-nah-nah, hey, hey, hey, good-bye"....

      --

      "I do not agree with what you say, but I will defend to the death your right to say it"
    5. Re:Only one song stays in my mind day after day... by Anonymous Coward · · Score: 0

      BATMAN!

    6. Re:Only one song stays in my mind day after day... by Anonymous Coward · · Score: 0

      That's it! I'm switching to Deck the Halls.

    7. Re:Only one song stays in my mind day after day... by Anonymous Coward · · Score: 1

      That's fa la la la la etcetera.

    8. Re:Only one song stays in my mind day after day... by Anonymous Coward · · Score: 0

      http://xkcd.com/851_make_it_better/

      Two "hey"s not three, per xkcd.

    9. Re:Only one song stays in my mind day after day... by Anonymous Coward · · Score: 0

      No, no, no. I wrote this password down.

      Its

      nah-nah-nah-nah...Hey...Jude...nah-nah-nah-nah...Hey...Jude.

  45. Had a dream about this by Anonymous Coward · · Score: 0

    okay, I know people hate the dream explanations, esp. from men. But I had a dream where I was interviewing with a company [like a hipster startup like facebook sorta] and they used something like a midi sequencer and a keyboard to enter in the password in order to roll to production servers. All they guy needed to do was remember how to play the song... the whole song. He kept headphones and since he was a Senior, sat in the front center of the room like a dj. When the password was correct, the install scripts would start running and lights would blink and stuff, it was a big event (I guess this fantasy company doesn't roll everyday? it was a dream okay)

    so, in conclusion, cant a song be a password?

    1. Re:Had a dream about this by azalin · · Score: 1

      okay, I know people hate the dream explanations, esp. from men. But I had a dream where I was interviewing with a company [like a hipster startup like facebook sorta] and they used something like a midi sequencer and a keyboard to enter in the password in order to roll to production servers. All they guy needed to do was remember how to play the song... the whole song. He kept headphones and since he was a Senior, sat in the front center of the room like a dj. When the password was correct, the install scripts would start running and lights would blink and stuff, it was a big event (I guess this fantasy company doesn't roll everyday? it was a dream okay)

      so, in conclusion, cant a song be a password?

      Of course it could, but it would be a PITA to input and rather easy to guess by bystanders from a small sample. It would also be rather easy to set up a dictionary type attack.

    2. Re:Had a dream about this by Anonymous Coward · · Score: 0

      okay, I know people hate the dream explanations, esp. from men. But I had a dream where I was interviewing with a company [like a hipster startup like facebook sorta] and they used something like a midi sequencer and a keyboard to enter in the password in order to roll to production servers. All they guy needed to do was remember how to play the song... the whole song. He kept headphones and since he was a Senior, sat in the front center of the room like a dj. When the password was correct, the install scripts would start running and lights would blink and stuff, it was a big event (I guess this fantasy company doesn't roll everyday? it was a dream okay)

      so, in conclusion, cant a song be a password?

      Of course it could, but it would be a PITA to input and rather easy to guess by bystanders from a small sample. It would also be rather easy to set up a dictionary type attack.

      But sampling, even with "a small sample", is considered copyright infringement these days, so you can just recover the cost of the stolen data by suing the bystanders.

  46. A couple of issues by KritonK · · Score: 1

    Does this method scale to learning more than one password, or does one have to use the same password everywhere? What about changing one's password?

    Regarding coercion, it is often more effective to threaten someone's family than to threaten that someone. This method does not seem to offer protection against this kind of coercion.

    1. Re:A couple of issues by Fnord666 · · Score: 1

      Regarding coercion, it is often more effective to threaten someone's family than to threaten that someone. This method does not seem to offer protection against this kind of coercion.

      Or in some cases they threaten to lock you in a room with your ex wife and your teenage kids if you don't tell them what they want to know.

      --
      'The tyrant will always find pretext for his tyranny.' - Aesop's Fables
  47. Re-enter the music game by kuhnto · · Score: 1

    I know music games are are now passe, but come on Activision, your going to have to try harder that this to get our money again.

    --
    "A 'person' is smart. 'People' are dumb, panicky animals and you know that."
  48. Re:How is that resistant to rubber-hose cryptograp by fatphil · · Score: 2

    Hence "rubber hose", I guess.

    --
    Also FatPhil on SoylentNews, id 863
  49. Not a 30-character Password by Anonymous Coward · · Score: 1

    The summary is very misleading. According to TFA and the original paper, it's just a 30-item sequence of the letters S, D, F, J, K and L.

    Also, you can't compare it directly to a password, it's a very different scheme. The 30-item sequence gives you an entropy of only about 37.8 bits according to the paper, which frankly is not very strong at all. Although I admit that I didn't read the whole paper (yet), I can see a some problems with this approach. First, it takes a long time to enter a "password" that has a strength of just about 38 bits. Second, this scheme only works for authentication on a system that knows your secret. You have to store the secret in plain text, which is very bad. More importantly, you therefore cannot use this scheme to derive encryption keys - which is the real problem nowadays. We don't need new methods for authentication, we already have public key authentication which is very secure when done correctly. What we need is a way to derive strong symmetric encryption keys which can then for example be used to encrypt the private key for the public key authentication. Third, I don't see at all how this approach should be resistant to rubber-hose cryptanalysis. You can still force someone to log in. Furthermore, it's silly to assume once rubber-hose cryptanalysis is used, the attacker is not already in possession of your hardware anyway. And since this scheme cannot be used e.g. to derive keys for disk encryption, why would they even need you to log in anyway if they already have your data? Doesn't make much sense to me.

    I don't think this approach is of use in practice, but it is interesting research nonetheless.

  50. How does it resists rubber-hose cryptanalysis? by Anonymous Coward · · Score: 0

    Rubber-hose cryptanalysis still applies: just force someone to play Guitar Hero.

  51. Re:Added bonus by Anonymous Coward · · Score: 0
  52. I'm in... by Anonymous Coward · · Score: 0

    Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start

  53. Beatmania IIDX by sydneyfong · · Score: 1

    Seriously, does nobody play Beatmania/IIDX here?

    If I'm not mistaken, the only way the system checks whether you know the password is to ask you to play a pseudo-random "game", which they presume a person trained with the passphrase will play better. ...

    And I guess the authors haven't ever got pwned by an expert IIDX player.......

    (Just search Youtube for videos. If you think 45 minutes is enough for you to play better than them, you're terribly mistaken...)

    --
    Don't quote me on this.
    1. Re:Beatmania IIDX by Roujo · · Score: 1

      Actually, the system tries to see if you perform better on the password sequence than the other, random ones, which would mean that you're the user that has been trained with that password. The worst case with IIDX players is just that if they are so pro that they perfect every note, they'll perform equally on every sequence and as such will be locked out of the system. While this is a flaw in the system, it's a false negative, not a false positive.

  54. Yeah, increasing effort to retrieve is key by Anonymous Coward · · Score: 0

    They've got the right idea, though. To increase security against duress, you have to increase the effort or "mental distance" between your conscious memory and the password. Here's another idea I ran across a while back: embedding the password in a puzzle that will take a non-trivial amount of time to solve:

    http://www.newvoice.witnesstoday.org/Misc/KeySafe/KeySafe.html

  55. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  56. ONE password?! Fail by Geoffrey.landis · · Score: 4, Insightful

    How many standard deviations above 'random guessing' are we talking about? Over how many trials? And 2 weeks is fine, but what about 6 months to a year?

    You're missing the point. They're missing the point. It's easy to make one password secure against guessing it in a million years of trying.

    But I don't need to remember one password. I need to remember thirty passwords (for my most important stuff, plus another fifty for sites I visit once or twice), all different, and a large subset of which have to be changed every 60 days. If it takes "a 45 minute learning session" for "the 30-letter password to be firmly implanted in your subconscious brain" this is purely out of the question.

    And if the answer is "well, just use the the one password because it's unguessable and you can use it for everything"-- yeah, what could possibly go wrong?

    Fail.

    --
    http://www.geoffreylandis.com
  57. Basic stuff, why the game? by Anonymous Coward · · Score: 0

    Uh, I've been doing that for ages for some of my passwords. I literally can only write it down with a keyboard, and it's pretty damn long too. I only remember a few first digits to get me started when I need to type it... that's it. Oh shit, now I have to post anonymously.

  58. Fingerprint identification please....Fingerprint.. by Anonymous Coward · · Score: 0

    Fingerprint Identification or retinal scan is the true form of security the only way to forge biometrics is to have either a piece of the body or access to the key server....bottom line being no matter how heavy handed security is, there's always another way around... of course if the key server is safe, then all you have to worry about is someone lopping off your hand...or yanking your eye "kill bill" style...

  59. Anagrams... by Anonymous Coward · · Score: 0

    Seatec Astronomy?

  60. How does that stop someone from torturing me... by gshegosh · · Score: 1

    ...to make me play that "game" to log in?

    1. Re:How does that stop someone from torturing me... by Roujo · · Score: 1

      It doesn't stop it, but presumably the torture will alter your ability to play the game, which the system will be able to detect.

    2. Re:How does that stop someone from torturing me... by gshegosh · · Score: 1

      So, if I go to a gym and "torture" myself, I won't be able to log in either?

    3. Re:How does that stop someone from torturing me... by Roujo · · Score: 1

      Exactly, which is why I think this authentication system isn't supposed to replace the good old login screen - not for everyone, anyway. It will probably only be used by enthusiasts and high-sec employees for whom getting tortured for their password is an actual threat.

  61. Doesn't stop the beatings by honestmonkey · · Score: 1

    This does NOT stop people from beating you with a rubber hose. Instead of "Give me your password!" it would be "Play this game til you get it right!" So what? Face it, there is no good way to have a perfect system that only you can get into when you want but no one else can. If you can get in, then someone else can force you to open it, regardless of how. This has the advantage of making it harder for even you to do it if you don't keep up practicing. Sounds like a silly solution to me.

    --
    Everything you know is wrong, Just forget the words and sing along.
  62. Re:How is that resistant to rubber-hose cryptograp by Bill,+Shooter+of+Bul · · Score: 2

    Well, then your account is safe, but you get to expereince "or else". The problem with any rubber hose proof system, is getting the people with rubber hoses to agree that there efforts won't work.

    --
    Well.. maybe. Or Maybe not. But Definitely not sort of.
  63. oblig by Anonymous Coward · · Score: 0

    0118-999-88199-9119725-3

  64. Konami did this over 20 years ago by bigrockpeltr · · Score: 1

    Up, Up, Down, Down, Left, Right, Left, Right, B, A. Or even in Mike Tyson's Punch Out. I played this week (the original NES version) and still remembered all of the sequences for the different opponents. maybe i was secretly opening old files. It sure did bring back memories.

    --
    $ unzip, strip, touch, finger, grep, mount, fsck, more, yes,fsck,fsck,fsck,umount, sleep
  65. Rubber hose you into playing the game by Anonymous Coward · · Score: 0

    They cannot torture for the password since you don't know it. But they can torture you into playing the game for them!

  66. Mass effect [Re:No coercion?] by Geoffrey.landis · · Score: 1

    How does the scheme prevent ``play this game or I'll kill your family''?

    Well, it's tough to get an algorithm to implement ``play this game or I'll kill your family'' on five million stolen hashes in order to add a few hundred thousand accounts to their zombie network that sends "make your tool enormous" spam.

    Nobody bothers cracking passwords one at a time-- it's all about mass production these days.

    --
    http://www.geoffreylandis.com
    1. Re:Mass effect [Re:No coercion?] by Anonymous Coward · · Score: 0

      Then you go from `This scheme is resilient to coercion' to `coercion does not matter'.

  67. Password Reminder Hint by Luveno · · Score: 1

    Main chorus of "Through the Fire and the Flames"

  68. Yet another Obligatory XKCD by ryzvonusef · · Score: 4, Funny

    http://xkcd.com/851/

    Is there a topic for which there *isn't* a XKCD comic?

    --
    I am an ACCA student. Got a query on Accountancy/Finance? Maybe I can help!
    1. Re:Yet another Obligatory XKCD by Jappus · · Score: 1

      Just like there does not seem a topic for which you can't find a quote from The Simpsons?

      Behold the might of the law of large numbers and the infinite monkey theorem! Given enough input, you can find almost anything in everything and match almost everything to something else.

    2. Re:Yet another Obligatory XKCD by Anonymous Coward · · Score: 0

      except that is wrong. There are three "hey"s before the goodbye.

    3. Re:Yet another Obligatory XKCD by alex67500 · · Score: 1

      There's bound to be a corollary to Rule 34 about xkcd... ;-)

  69. Seen this before? by Anonymous Coward · · Score: 0

    Password stored in your subconscious - you don't really know it but extract it by play music? Wasn't that the whole plot of "Close Encounters of the Third Kind?"

  70. Re:Added bonus by ryzvonusef · · Score: 1

    You are right!

    That's why we break out the "Sitar" Hero! :p

    IOW: Troll fail

    --
    I am an ACCA student. Got a query on Accountancy/Finance? Maybe I can help!
  71. If you can resist LSD and beatings from FBI agents by Anonymous Coward · · Score: 0

    There's actually no need of such a system

  72. Your own personal mnemonic by Paracelcus · · Score: 1

    Your own personal mnemonic the first 3 letters of your favorite color, the first 3 letters of your first pets name, the address number of your first address, you get the idea, and punctuate them with ?, &, @, %, $, (, ), ! in a pre defined order.

    Works for me.

    --
    I killed da wabbit -Elmer Fudd
  73. what will i remember by someones · · Score: 1

    after some page had a leak and i need to learn a new password... will i still remember the old and the new password? will i only remember the old password? will i only remember the new password? ...

  74. Doesn't remove the threat of coercion by Anonymous Coward · · Score: 0

    I think someone could still be coerced into authenticating, even if they do not consciously know their password.

  75. Re:Added bonus by Chrisq · · Score: 1

    You are right!

    That's why we break out the "Sitar" Hero! :p

    IOW: Troll fail

    The Sitar is Hindu, idiot - derived from the Vina, instrument of Saraswati.

  76. Using it makes you more likely to be tortured by elucido · · Score: 1

    Just because you can't remember the password it doesn't mean they wont torture you anyway.

    If you're worried about being tortured you should buy a gun and be prepared to use it either to shoot your enemy or yourself in the head.

    As far as whether or not some password will protect anything, any information which has to be protected like that shouldn't be in the possession of one person. It should be in the possession of a group of people.

  77. It's better to accept human weakness by elucido · · Score: 1

    That is not true. It has been proven that passphrases can be weaker than passwords, simply because words usually follow each other in an ordered pattern.

    You'll be safe from brute force attacks, but not any attack that adds intelligence to the mix. And if the person cracking your password knows it uses music lyrics you love, you'll be even more at risk since it only has to test for the songs you like.

    What you just described is NOT safety.

    It's better to accept human weakness and not rely on individuals to protect important secrets and instead rely on groups of individuals to protect pieces of secrets. The nuclear codes should never be given to one person, but pieces of it should be given to a group of people so that all of them would have to be tortured in sequence in order to get the code.

    1. Re:It's better to accept human weakness by errandum · · Score: 1

      That's obvious, but I was complaining about the way he gets his passwords, claiming that the fact that he ends up with 80+ characters is real security. It just isn't, the search space for phrases is smaller than all the arrangements of letters, symbols, etc, you can get with 10 characters,

  78. Hypnotism... by NeroTransmitter · · Score: 0

    Might be a small vulnerability. Is it getting all Phillip K Dick in here or is it me?

    --
    ^ Probably Sarcasm...
  79. Was a dumb idea to begin with by elucido · · Score: 1

    There are many flaws in the scheme. If it's in the subconscious mind that doens't mean the enemy wont figure a way to get it out. If it's in the machine the enemy could get it out of that. It doesn't stop or provide a decrease in the incentive of the enemy to torture people, in fact it enhances the torture incentive by tricking people into thinking they can withstand torture and it encourages a reliance on centralized responsibility when in this case it should be decentralized.

    What I'm saying is, if there is a password it's better never to let any one person know 100% of it. Let different people know different parts of it and spread them out around the world. Nuclear codes should not be some password that one guy has. It should be a password half a dozen have.

    1. Re:Was a dumb idea to begin with by Anonymous Coward · · Score: 0

      I have a great example of this. A friend had a sensitive password that even he did not know (it was for a HUGE truecrypt volume that contained the backup of his data for his doctoral thesis). But, it was possible to reconstruct it. Basically what he did was give a bunch of us different ordered pairs (mine was two HUGE numbers). In the event that the originals were lost, he could reconstruct the password by taking the ordered pairs and running a regression on it. Somehow, that provided the information he needed to get the password.

  80. Amazing by kumanopuusan · · Score: 1

    the game creates a random sequence of 30 letters chosen from S, D, F, J, K, and L, with no repeating characters.

    I just want to know how they're generating 30 character sequences with no repetitions and only 6 characters.

    --
    Use of the words "good", "bad" or "evil" is almost invariably the result of oversimplification.
    1. Re:Amazing by cryptizard · · Score: 1

      It should say no repeating bigrams. Specifically, they make a complete graph consisting of those letters and randomly sample from the set of all Euler walks on that graph.

  81. Rubber hose by Anonymous Coward · · Score: 0

    Couldn't you just be forced to play the game, or go through whatever process they come up with, to in effect enter your password under duress?

  82. Worthless stunt by gweihir · · Score: 1

    First, 2 weeks are completely meaningless. Second, anybody able to put you under duress can just as easily have you play this game.

    Another worthless publicity stunt by "security researchers" that do not get it.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    1. Re:Worthless stunt by cryptizard · · Score: 1

      Yes, we should stick with the model we have now which is certainly working fine. No problems here. Why should we every try anything new when it is so hard and we are likely to get it wrong according to some geeks on slashdot? Better to just keep making new hash functions and yelling at people for reusing passwords...

  83. Re:Added bonus by ryzvonusef · · Score: 1

    Um, first of all, that was a pun, so here is your free *whoosh*

    Secondly, the Sitar is an *Indian* instrument, not limited to Hindus only, it's popular with classical musicians all over the subcontinent, Muslim included. (yes, there does exist such a thing as a Muslim Musician)

    --
    I am an ACCA student. Got a query on Accountancy/Finance? Maybe I can help!
  84. Not the original, but it spawned a great remix... by moogla · · Score: 1
    --
    Black holes are where the Matrix raised SIGFPE
  85. Oh dear... by Tom · · Score: 1

    Oh dear, where do I even start?

    It's not crypto, it's not unbreakable, and the rest is debatable.

    It is certainly an interesting experiment. Utterly impractical in this form, but maybe the start of something. But the /. summary is bollocks.

    --
    Assorted stuff I do sometimes: Lemuria.org
  86. What if I'm in a hurry? by aklinux · · Score: 1

    Do I have to play a game until I hit a [particular] score?

  87. Bwahaha! by Anonymous Coward · · Score: 0

    I make sure you never login into your system again by...

    ...amputating your middle finger

    ...retraining your subconscious with a different game pattern while you think you're actually trying to login

    ...giving you a three week vacation

  88. Really awful by whois · · Score: 1

    A computer could break this after 2 viewings, so just having people with a camera near you while you're logging in is a security risk.

    Additionally, if given unlimited attempts, a human would naturally get better at the 30 character sequence after a few playthroughs since it would be repeated. Their concience mind might even recognize it as familar even if you didn't.

  89. NOT a rubber hose protector.. by cheros · · Score: 1

    You're 100% right. What's worse, it does ZERO to protect against the coercion part (rubber hose crypto) - if you can do it subconsciously you will still be able to do it under stress and duress. If you create an access control device that is stress sensitive you end up with the problem that it has to be able to distinguish between you being late for work or having an argument with your wife versus having a gun in your ribs - it's a lot of hype for a new toy, but it's IMHO not at all a solution for all the problems they list.

    And I can memorise a long password easily: it's called a pass phrase..

    --
    Insert .sig here. Send no money now. Owner may sue, contents will settle. Batteries not included.
    1. Re:NOT a rubber hose protector.. by Tom · · Score: 1

      To be fair, it DOES offer protection against one specific scenarios: If they want to beat the pass out of you, they have to have access to both you and the system at the same time so they can make you play the game. It doesn't work to beat you up in the garage and then send in a lookalike.

      But as soon as the target system has a remote login, you're fucked.

      --
      Assorted stuff I do sometimes: Lemuria.org
  90. Some Thoughts I May Have Been Programmed To Share by Anonymous Coward · · Score: 0

    1. From original post "Even after two weeks, it seems you are still able to recall this sequence." Two weeks. Is that considered "short-term", "long-term" or "Let Me Type It So I Can Remember" Memory?

    2. OK..Two weeks retention...could be an initial "glimpse" of larger potential? OK, Then again, maybe not. Maybe the bad guys can use Cold Fusion to shock it out of the unwitting keeper?

    3. OR, maybe it's potentially useful for a security layer in a sensitive situation of short durations, important enough to make training worthwhile, like special mission codes?

    4. Not sufficiently impressed so far to rely on it to secure a...a...what would you potential trust to this sub-subliminal method?

    5. And I thought Subliminal Messages were creepy. Imagine thousands of people playing a hacked (or un-hacked?) game, only to be secretly programmed to remember a key, or some other mental or physical response. What if each of the "words" of a software script was recorded by hundreds of people who later repeated the code in additional interactive sessions. The order of each relayed word wouldn't be important, similar to how IP packets are reassembled regardless of network route...What if the purpose of humanity is to be data packets for a (higher() life form? ...

    6. If it can be embedded, it can be un-embedded. If I learned anything from "Mission Impossible", "Total Recall", "Minority Report", "Jason Bourne", Asimov's "Foundation Series", "X-Files" , "Fringe" and who-knows-how-many Cold-War-Sleeper-Agent-Activation-Mechanism-Based-Plots

    7.....Seriously, though, who would have thought that people can now just *think* computer game commands instead of having to use a mouse or joystick? Granted, figuring out a password embedded in some combination of muscle-and-mind memory would take more than brute force over a few interrogations, but that's so "historical"...Now we track a person's behavior, non-verbal communications and verbal/writing communications over time, very long times, in fact. We augment the real-time data with historical and analytic data from a thousand sources to guess your next physical location, financial transaction, relationship behavior...it all becomes an epic game of triangulation, like cell-phone tower location algorithms, except on a scale that some very large country or search engine companies might be working on...

    But, hey, I'm not a Crypto Head, I'm sure I completely missed the point. Just kidding about it all. Really....It's just that I've seen too many declassified ******* and movies with related premises of "embeded" secrets, to not get creative about this kind of stuff....At least that's why I think I've input these comments...

  91. Try it yourself by Anonymous Coward · · Score: 0

    http://brainauth.com/

  92. CEO's and Security by Anonymous Coward · · Score: 0

    If you have a smartphone or computer, use SplashID or similar. But it amazes me how CEO's are so blaza about security on computer. If you ever do admin for them, you know what I mean.