Slashdot Mirror


Using a Password One Doesn't Consciously Remember

ZiggyM writes "Researchers from Hebrew University in Israel have devised a way to assign a password to a user in a way that prevents the user from conciously remember or describe it, yet the user can input it correctly over 90% of the time in a 3 month period after [s]he learns to input it. It involves using visual recognition of previously-seen images, which you can recognize but cant consciously recall in detail. Recognizing the right ones from a series is interpreted as knowing the password, and the chances of guessing it is 1/100,000. Not ready for practical use yet, but very interesting concept that can develop further."

61 of 270 comments (clear)

  1. My tinfoil hat by Zegnar · · Score: 4, Funny

    My tinfoil hat protects me from the mind readers anyway!

    1. Re:My tinfoil hat by Baron+Eekman · · Score: 4, Funny

      How's this going to help?

      I'm not remebering my passwords all the time already

  2. Well by Anonymous Coward · · Score: 3, Funny

    At least it's a new use for my porn archive.

    Do we get to use touch screens?

  3. Their own metrics are so awful. by mlyle · · Score: 3, Interesting

    Compare to a normal password-- 90% chance of successful identification? 100,000 possible combinations? Ick.

    It better not be used in any situation where a machine can attempt the password, and hopefully they've avoided storing the password itself on the disk, though it certainly could be found with brute CPU (see above).

    Basically, it looks like this is a very unimpressive system.

    1. Re:Their own metrics are so awful. by Anonymous Coward · · Score: 5, Insightful

      Yup. That's not secure in the least. 100,000 possible combinations is equivalent to having a password of only lowercase letters, exactly four letters in length, where the first letter has to be from "a" through "f" (6 * 26 * 26 * 26 = 105,456).

      Definitely one of the worst password-type mechanisms proposed in recent history.

    2. Re:Their own metrics are so awful. by jwe21 · · Score: 2, Interesting

      In most environments, the human factor is the weakest link, not the false positive probability. It doesn't matter if the probability of guessing the password is 1/100,000 or as they'd probably get with a bit better training algorithm and a bigger database 1/10,000,000 --- the point is that the user can't write their password down on a sticky note on their monitor.

      Think of it as sacrificing limited security against one unlikely technique (brute force attack) for perfect security against a more common one (human fallibility).

    3. Re:Their own metrics are so awful. by Oculus+Habent · · Score: 5, Interesting

      in reality a truely random four-letter password is probably more secure than most people's password. Have you forgotten they'll likely Give it up for chocolate, anyway? If they don't really know it, they can't write it down and can't divulge it.

      The specific implementation may need work, but the concept has very real possibility.

      Best comment when I told someone their password expires every 90 days and they can't use the last two:

      "That's OK, I have four grandchildren."

      --
      That what was all this school was for... to teach us how to solve our own problems. -- janeowit
    4. Re:Their own metrics are so awful. by pavon · · Score: 4, Informative

      For reference an eight character password consisting of random upper-case, lower-case and numbers has about 200,000,000,000,000 combinations. A twelve character pronouncable password is about the same, and is what I use for all of my "important" passwords with about a 20% chance of typos. If one were to pick a random english word out of /usr/share/dict/words, that password would be twice as secure as this method, and we know easy a dictionary attach is.

    5. Re:Their own metrics are so awful. by pavon · · Score: 3, Insightful

      There is an easy solution to that. Don't ask them to make a password. Give them one of a appropriate security (random sylabols or random passphrases work well), and don't change it for 6 months to a year. This has worked fine in all the work environments that I have been in. If people still have problems remembering their password you should revaluate wheter you are giving them the best possible length password. But humans are horrible random number generators, so don't base you security on expecting them to create secure passwords. I wouldn't trust myself to create a secure password without a good random method.

      Oh and I would lie to some for chocolate as well :)

    6. Re:Their own metrics are so awful. by hyphz · · Score: 2, Interesting

      The thing is, this already exists.

      There's a system called PassFace which issues passwords consisting of sets of pictures of faces. The idea is that faces are easy to remember but hard to describe, thus preventing passing on of the password.

      It was tested as part of a student project. The project found that PassFaces are *trivial* to sniff. In some cases it only took one "shoulder surfing" session for someone to sniff a password. So if a person wants to transfer their password to someone else, they might not be able to speak it aloud, but all they have to do is to allow the other person to watch them logging in once or twice and presto.

    7. Re:Their own metrics are so awful. by gnu-generation-one · · Score: 2, Funny

      "If they don't really know [their password], they can't write it down and can't divulge it."

      Unchangeable embarassing passwords are good for that too...

    8. Re:Their own metrics are so awful. by John+Starks · · Score: 2, Informative

      RTFA. In this system, once pictures are used, they are never used again. So much for *trivial* sniffing.

  4. I do this now by Lxy · · Score: 4, Insightful

    I use the same root password for all of my test boxes. It's 15 characters and made up of random letters and numbers. What is it? I have no idea :-)

    I can type my password, but if you asked for it I couldn't tell you what it is. The other day someone needed my password for one of the test boxes. I had to open vi, type in the password, and read it back to them.

    The only problem with this is that it takes so long to remember such a password, so as soon as you learn it you can't change it often.

    --

    There is no reasonable defense against an idiot with an agenda
    :wq
    1. Re:I do this now by Wordsmith · · Score: 4, Funny

      Don't worry. I've got your mother's phone number right here ...

    2. Re:I do this now by Entropy+Unleashed · · Score: 5, Interesting

      Why not just use some primitive "keyboard art"? The main alphanumeric area can be considered a 4 by 10 area of pixels, with a possible 3 colors(normal, not typed, and with Shift key). This would offer the possibility of easy visual recognition/reconstruction with ~10^19 possible combinations. For example, we could use a drawing of a TIE Bomber as a password.

      ......0...0......
      .....0__0__0.....
      ......0...0......

      would become ridFGhIJkcm, which is judged to be a rather strong password by http://www.securitystats.com/tools/password.php .

      --

      "I would give my right hand to be ambidextrous."
    3. Re:I do this now by sporty · · Score: 2, Insightful

      The only problem with this is that it takes so long to remember such a password, so as soon as you learn it you can't change it often.


      You learned it because you practiced it in a real life setting.


      I'm sure if you typed it 100 times in a row, your muscle memory would kick in and push it to long term memory.

      --

      -
      ping -f 255.255.255.255 # if only

    4. Re:I do this now by CAIMLAS · · Score: 2, Interesting

      Same thing for me, to a large degree. I know all my passwords by heart, and I no longer think about the key combination. There's been a time or two when I've had to do remote phone admin, and I couldn't recall the passwords for the life of me until I closed my eyes and air-typed them out.

      Really, I don't see how this memory process is any different than remembering something like, "Right click on desktop, go to Properties. Click on the Display tab. Go to "Advanced"...." or such. Or for that matter, memorizing directions to a meeting place you've never been to before, and being able to recall the directions to get there. It doesn't seem too secure to me.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    5. Re:I do this now by Anonymous Coward · · Score: 5, Funny

      the only thing worse than using the same root password for all of your boxes is telling everyone that.

      i currently remember 24 16-random-character passwords which i generate by locking myself in the closet with a torch, pad, pencil and 3 dice. for each character of the password, i roll each die once and concatenate the 3 individual numbers to give me one of 216 codes which i map to the numbers 0 through 215. i then divide this number by 72 and take the remainder as an index into my character table. the table contains uppercase, lowercase, numerals, and shift+numerals, which of course adds up to 72 characters. i sometimes replace some of the characters at random with characters outside the set (plus, brace, comma, etc) when i am feeling paranoid. i repeat this process until i have my 16-character password, writing each character on my pad as i go. i then study the written password until i feel i have remembered it. then i immediately tear the paper up take it into the bathroom and burn it in the toilet. i throw the rest of the pad in the fire incase someone tries to get the imprints, and usually i break the pencil in half and throw it in too. then if i need to go to the toilet, i'll go before i flush everything down. it sometimes takes a while for the pencil to burn. i then wash my hands thoroughly, twice, and turn the light switch on and off 5 times before i leave the room. i then go and unplug my machine from the network, take it into the closet, boot single-user mode and change my password.

    6. Re:I do this now by simcop2387 · · Score: 2, Interesting

      i'm not sure how well i'd trust that password script, it told me that

      p455W0rD was a pretty strong password

    7. Re:I do this now by Matt · · Score: 3, Interesting
      I've always had the same "problem" with passwords and phone numbers. I can't remember my mother's phone number, but sit me down at a phone and I'll dial her up without thinking about it.
      I'm much the same. I think I "remember" phone numbers primarily by the pattern formed by entering the sequence on a keypad.

      To quote a phone number I almost have to watch myself dial it. Even worse is remembering my own phone number. I don't exactly call it often.

    8. Re:I do this now by E_elven · · Score: 2, Interesting
      I usually bring this up whenever there's a password discussion but looks like you're already on the ball. To recap:

      My users are given the task of creating an 8-12 character password. This is usually, for beginning users, achieved by selecting a letter, -the first letter of their name, for example. This letter is then 'drawn' on the keyboard using each key as one 'pixel' and alternating the shift key every other stroke. For example, for the letter 'E', we can create the following picture:
      ` 1 2 3 - - - 7 8 9 0 - = \
      q w e r | - u i o p [ ]
      a s d f | h j k l ; '
      z x c v | _ _ , . /
      This would produce, if starting from top with non-shift: 4RfV5^tBn. The user needs to remember one letter, one starting point and one shift mode.

      Advanced users usually find a variation of this scheme suitable for them since the password policy is to change every 30 days, but even completely computer-illiterate people pick this up very quickly and since it's easy people don't place post-its on their monitor or complain about having to change the password so often.
      --
      Marxist evolution is just N generations away!
    9. Re:I do this now by Mycroft_VIII · · Score: 2, Funny

      hmm, seems a bit insecure at that last step, unless your closet is tempest shielded AND your running on battery power. otherwise they could get the data from powerline fluctuations.

      Mycroft

      --
      https://signup.leagueoflegends.com/?ref=4c3ed6600b6ea
    10. Re:I do this now by E_elven · · Score: 2, Interesting

      Ah -one more trick when talking about /completely/ computer-illiterate people (I do some work with the elderly): when teaching this method of password creation I always have slices of paper -red, but I assume anything works- cut very thin with slight variances in thickness. If anyone has a problem understanding the keyboard as etch-a-scetch concept, I simply ask the user to give the key and then place the paper slices on the keyboard so that the 'picture' is clearly visible. This usually gets even the worst cases.

      Of course, nothing is completely foolproof/infallible.

      --
      Marxist evolution is just N generations away!
    11. Re:I do this now by sploo22 · · Score: 2, Funny

      Yeah, you need to get pencil and paper, and MD5-hash your passwords by hand (don't use a calculator! you fool!)

      Then you just use a little magnetic stylus or something and toggle the bits on your hard-drive platter. You do have your hard drive geometry and the sector address for /etc/passwd memorized, don't you?

      Until you've taken proper precautions like this, don't fool yourself into thinking you're safe.

      --
      Karma: Segmentation fault (tried to dereference a null post)
    12. Re:I do this now by steffl · · Score: 2, Insightful

      "I think I "remember" phone numbers primarily by the pattern"

      back in the days we used to have mostly rotary phones and I noticed that when we switched to keypads it was suddenly much easier to remember phone numbers (by shape/pattern on the keypad)

      erik

      --
      ...all excited, don't know why...
  5. Very interesting by bigberk · · Score: 3, Interesting

    I'm sure there are many variations on this possible. Probably by linking mnemonics and visual cues you could come up with a code-entry system that works reliably, yet makes it nearly impossible for someone to simply write down their code -- hence, easily steal. Use the brain for crypto.

  6. Time? by blike · · Score: 3, Interesting

    The beauty of string passwords is that I can recall and input it within 3 seconds. It would become quite a hassle to take the time to go through a series of images everytime I wanted to sign into an account.

    Still, it's an interesting concept, though I can't forsee it ever becoming applicable to personal computing.

  7. To prevent eavesdropping, use iris tracking by arvindn · · Score: 4, Interesting

    Simple. Don't have the user click on an image, but track their iris to see which image they're looking at. Kills eavesdropping dead, and lets you reuse images too. Drives cost way up, but maybe it can come down with mass production? Just a thought.

  8. This is too complicated - try this by SimianOverlord · · Score: 5, Funny

    It struck me yesterday that the answer to making secure and difficult to guess passwords that are immune to dictionary attacks is staring us all in the face. Let's recap:

    A good password is:

    Greater than 6 letters long

    Composed of numbers and letters

    Easy to remember, easy to reremember when changed.

    Now it struck me that ideally we needed to create a new language that was innovative and imaginative which people could talk in, and use as passwords. Then it struck me: we already have it: L33T SPEEK .

    Passwords such as OMGN00BSUXSROR! and ROFLGH3YB0ISTFU and almost impossible to guess, are immune to dictionary attacks, and are perfectly memorable. Perhaps L33T language classes could be started at major institutions, and a Creative Commons licenced dictionary created.

    It's about time someone started talking sense - password security is a problem which needs innovative solutions.

    --
    Meine Schwester ist sehr, sehr reizvoll - Nietzsche
    1. Re:This is too complicated - try this by ffsnjb · · Score: 3, Funny

      are immune to dictionary attacks,...and a Creative Commons licenced dictionary created.

      Uh, heh. Yeah, that's it! :)

      --
      "Why do you consent to live in ignorance and fear?" - Bad Religion
    2. Re:This is too complicated - try this by abscondment · · Score: 3, Informative

      A good password is:

      • Greater than 6 letters long
      • Composed of numbers and letters
      • Easy to remember, easy to reremember when changed.

      I don't think so. On a single machine it takes l0phtcrack a day or two to crack passwords with only letters and numbers.

      It took my comp 36 days to crack the M$ generated ASPNET user account; it's generated from the full keyboard charset.

      Password policies like this won't enhance security. Maybe disabling LM hashes would, but the vulnerability is still there.

    3. Re:This is too complicated - try this by Artifakt · · Score: 2, Interesting

      "I'd suspect that excentric/odd folks are vulnerable to such social engineering, as they're more likely to have a pattern of behavior that is predictable (I know a person or two like this)."

      Like SF oriented geeks who use alien names - Cthulhu, Gharlane, Nostromo?
      From only the social engineering standpoint, the most unguessable password might be as simple as GTO, if your co-workers think you don't pay any attention to cars, or sosa if you don't seem to follow baseball. Such passwords are lousy from other viewpoints, of course, which suggests there is a need to get away from passwords entirely.

      --
      Who is John Cabal?
  9. Similar Experience by MoP030 · · Score: 3, Interesting

    I cant really remember the PIN for my bank account, but when i'm standing in front of the cash automat i remember the moves i have to do with my fingers without problem. If i wanted to remember the PIN as a number i can close my eyes and pretend to type it though, so there is a way for me to know it consciously.

    --
    the most sexp i get is my paren-mode.
  10. Excellent! by Phurd+Phlegm · · Score: 5, Funny
    Now even if I am tortured to death I can't reveal the password to my eBay account!

    This should come in handy to all the other costumed crime fighters in the Slashdot community, too!

  11. the best password is...... by Steve_Jobs_HNIC · · Score: 2, Informative

    the best password is to have no password

    along the same line.... what's the shortest distance between two points?


    the shortest distance is to have NO distance at all. (Try the folding paper trick)
    If you said a straight line, that'll do for now.

    1. Re:the best password is...... by Geoffreyerffoeg · · Score: 2, Funny

      I had no password this year in Computer Science. My programs were subconsciously obfuscated enough that none would be insane enough to steal my code and pass it as his own, and I didn't care if the other students looked in there (the teacher can open my home directory anyway). It made it a few milliseconds faster to log in.

  12. Easy 24 or more letter-number combinations by Prince+Vegeta+SSJ4 · · Score: 2, Funny
    I use a password of a phrase or group of words that I easily remeber, then translate to l33t. That way I can easily have a strong password well over 20 characters. I am assuming of course that it is harder to break 5la5|-|d0t as opposed to slashdot.

    maybe someone could expand?

    1. Re:Easy 24 or more letter-number combinations by Scarblac · · Score: 4, Interesting

      I use passwords from Nethack, e.g. #@d_..C# is me and my dog standing next to an altar with a centaur on the other side of the room. Not hackable by dictionary attack :-)

      --
      I believe posters are recognized by their sig. So I made one.
    2. Re:Easy 24 or more letter-number combinations by solicit · · Score: 3, Interesting

      Or use a one-liner perl regex as your password, easy to remember if you know what it does, but also not breakable by dictionary attack. :)

  13. Sounds like that bit in "Johnny Mnemonic". by Samurai+Cat! · · Score: 3, Interesting

    Keanu gets all the data locked in his head, and the password is a series of images...

    --

    "People" using "unnecessary" quotes should be "shot".
  14. Password is the wrong word by Anonymous Coward · · Score: 3, Insightful


    they should call it passphrase if you want people to use long passes

    all the time websites/apps ask for a password it just re-enforces the insecurity of using a single word

    8 character passwords/filenames should of died in the 70's

  15. Great by Pan+T.+Hose · · Score: 3, Funny

    Finally we have something which is not vulnerable to the rubber-hose cryptanalysis. Now the attackers can brute-force me as hard and as long as they want and I will not be able to tell them my password even if I want to! Now I feel totally safe, because even in the case of the most inhumane torturing, I will take my password to my grave. It's like using fingerprints in ATMs so the thief has to cut my finger off instead of taking my ATM card in order to steal my money, except for the lack of gelatin exploit. This is great news. I can stop recommending Password Safe to my users now.

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
  16. This actually makes a lot of sense by darkest_light · · Score: 3, Insightful
    When I was taking Spanish in high school, my teacher always told me that recognition was a much lower mental skill than composition. This is true--years later I can still *understand* spanish, but I can't speak it myself. Having a password system that relies on this lower-order mental process is a great idea. Recognizing the correct password would be much easier than remembering it, but the process for cracking it would be just as hard as cracking an alphanumeric password if enough pictures were used.

    That said, I do end up memorizing most things this way--I know pin numbers, telephone numbers, and even my password by the "feel" of typing them, and I usually can't remember what they are when I'm not using a keyboard or number pad.

    --
    Orationem pulchram non habens, scribo ista linea in lingua Latina.
  17. been there, done that by menscher · · Score: 3, Funny
    About 10 years ago I had a password where I typed an easy-to-remember non-word with my hands shifted on the keyboard. I actually went over a year without knowing what my password was, until one day I accidentally typed it at a login prompt.

    My bank-card pin-number uses a different trick. I just used four consecutive digits of pi. The trick is that they're pretty far into the sequence. Oh, and I made a mistake when I set it, so it's actually wrong. Oops. Guess it's pretty random, then. ;)

    1. Re:been there, done that by gnu-generation-one · · Score: 3, Informative

      "My bank-card pin-number uses a different trick. I just used four consecutive digits of pi. The trick is that they're pretty far into the sequence. Oh, and I made a mistake when I set it, so it's actually wrong. Oops. Guess it's pretty random, then. ;)"

      I reckon it's probably still four consecutive digits of pi... (and indeed would be, no matter which 4 digits you chose!)

  18. Keepass by DarkHelmet · · Score: 4, Interesting
    I keep a copy of Keepass with me on a USB keystick. It keeps all of my passwords in a secure place. Most of the passwords I have are 21 characters, generated randomly.

    The only thing I have to remember is the password to get into Keypass and decrypt its database.

    --
    /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i
  19. Tell me your password or you're dead!!! by rice_burners_suck · · Score: 2, Insightful
    and the chances of guessing it is 1 [in] 100,000

    How long does it take a computer program to make 100,000 guesses? Not too long, I'd wager. I think the reason text passwords are so effective is that you can have different length passwords with uppercase, lowercase, numerical, and symbol characters, giving you some 100 characters to play with, in any combination, and in any length (within range), meaning that there are probably a lot more than 100,000 combinations.

    If Hebrew University figures out a way to dramatically increase the number of possible combinations, while retaining one's ability to remember, but not describe, the password, that would be very useful in situations, for example, where your filesystem is encrypted with one of these passwords, and there is no way you can tell the CIA/FBI/NYPD/MPAA/RIAA/DEA/Microsoft/SEC what it is, in case one of these organizations seizes your equipment.

  20. Sounds like Passfaces by Beautyon · · Score: 5, Interesting

    Passfaces uses a similar idea; you can remember the faces that make up your password, but you cannot describe that password to anyone. It relies on your brains ability to recognise faces, and your brains inability to accurately describe the same faces.

    Useless for the blind of course.

    --
    ATH0 Bitcoin: 1DnwFLXczVZV8kLJbMYoheUrpqHesjxrSi
  21. Odds? by RonnyJ · · Score: 3, Insightful
    the chances of guessing it is 1/100,000

    When you consider that the chance of randomly guessing a random 3-letter long case-sensitive password is 52^3 (1 in 140608), this really isn't that impressive.

  22. This idea by Rinisari · · Score: 2, Interesting

    This idea was shown in Johnny Mnemonic. When the 320 GB of data was shoved into Johnny's head, it was encrypted with three pictures. Those pictures needed to be reproduced in order to extract the data.

  23. It' easy: by ivan1011001 · · Score: 2, Interesting

    Just pick a telephone number that you can remember well, but not your own. Practice typing it on the number pad a few times, until you get it through your subconcious and can type it w/o looking. Then select a random key on the keyboard as your starting point, and type in the phone number.

    (i.g., 651-5984 = oiji09u ; [w/ oiu=456])

    Secure, unquessable, and easy to remember.

    --

    I was thinking of converting to paganism, but where the hell can you find sacrificial virgins these days?
  24. More than anything... by sootman · · Score: 2, Insightful

    ...this seems like a solution in search of a problem. Exactly what scenario requires a password that cannot be guessed by passers-by and cannot be extracted by interrogators but at the same time is unimportant enough that 90% accuracy is acceptable? Neat trick, but there are lots of things to work out before this is anywhere near practical.

    --
    Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
  25. Mnemonics by Jadrano · · Score: 4, Insightful

    Maybe this approach has its merits, but it would make entering passwords a bit complicated, strings are easier to handle.

    I would find it much more important that knowledge about mnemonic techniques become more widespread. As far as I know, people who take part in memory contests, where they have to remember long numbers, use systems wehere each number stands for something (a letter in the alphabet, which in turn stands for certain words), and they quickly construct a kind of story around the numbers. Human beings are very bad at remembering raw data, but they are quite good at remembering semantically connected concept. As long as people conceive passwords as a kind of words, perhaps slightly altered and with numbers added, it will always be difficult - either it is still vulnerable (dictionary attacks or even if the word doesn't exist phonotactic attacks exploiting the rules sounds can combine in languages) or it is hard to remember, especially if the password has to change from time to time. It would be much easier of people conceived passwords as phrases or whole sentences and use the first, second, last or whatever letters that make up the words of these expressions (and still add numbers).
    For instance, I think it would be relatively hard to remember a password like 'dl3w5pwthbtceth', but if it stands for 'During [the] last 3 weeks, 5 people went to [the] hairdresser because their cats eat their hair' (absurd, but not really devoid of semantic content and therefore possible to remember). Next time, the password might be '3ohtehfsocatioh2jgu' (3 of [the] hairdressers tried [to] extract [the] hair from [the] stomachs of [the] cats and to insert it on their heads, 2 just gave up). The style of the sentences that should not be too obvious can, of course, vary.
    That is easier to remember than things conceived as nonsense-words and practically impossible to guess. The transition from one password to the next is easier - the next phrase or sentence can somehow be connected semantically or pragmatically to the previous in the mind of the owner of the password in a way that isn't accessible to anyone else.

    With the ubiquity of passwords in today's everyday life, such methods deserve much more attention.

    1. Re:Mnemonics by Skeezix · · Score: 4, Informative

      I wrote a paper on using mnemonics which you might find interesting

  26. Disturbing quote from article by LincolnQ · · Score: 2, Insightful

    "I like the idea of developing computer-human interfaces in which the computer is a skeptic [and so] doesn't perform the actions of which it is capable until the human has convinced it that the need is genuine and the human is an appropriate person for whom to perform this action," he said. "This might lead to greater safety for all of us."

    Ouch! I don't like this idea at ALL. Anyone else disturbed?

    Dave. Open the pod bay doors, please, Hal...Open the pod bay doors, please, Hal...Hullo, Hal, do you read me?...Hullo, Hal, do you read me?...Do you read me, Hal?...Do you read me, Hal?...Hullo, Hal, do you read me?...Hullo, Hal, do you read me?...Do you read me, Hal?
    Hal. Affirmative, Dave, I read you.
    Dave. Open the pod bay doors, Hal.
    Hal. I'm sorry, Dave, I'm afraid I can't do that.
    Dave. What's the problem?
    Hal. I think you know what the problem is just as well as I do.

  27. Serious uses in oppressive regimes by AmiMoJo · · Score: 5, Informative

    In some of the more oppressive legal environments, such as the United Kingdom, the police can demand that you hand over your passwords. Saying "I forgot", even if you did, is not considered a valid reason for not doing so. Check out the Regulation of Investigatory Powers Bill.

    Using this technique, it would be possible to prove that you could not remember the password.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  28. Remember Microsoft by MikeDawg · · Score: 2, Insightful

    Didn't Microsoft try something like this, with passwords? I'm trying to find the /. article on it, but I can't seem to find it. MS would develop a password that was developed from images the user saw, I can't remember the exact details (Damn, I need to find that article).

    --

    YOU'RE WINNER !
    Another lame blog

  29. Not so bad by SuperDry · · Score: 2, Interesting

    Regarding the 90% rtention rate, that was within a 3-month period of having been issued the password. I'd say that at least for me, there's a far less than 90% chance that I'll remember a new password 3 months later if I don't use it regularly. So, this part of the new scheme doesn't seem so bad. Also, regarding the 1-in-100,000 chance of a false positive, consider that most bankcards are protected with a 4-digit numeric password, yielding only 10,000 combinations and they are considered secure for their inteded application. So, I guess my point is not every authentication scheme needs to meet the test of a Unix-like "one-way hash where you assume an intruder has access to the encrypted password." A scheme similar to what they've developed could very well be plenty acceptable in certain situations.

  30. Kanji by ThreeDayMonk · · Score: 3, Insightful

    This reminds me of Japanese kanji - and anyone who's studied Japanese will know what I mean.

    It's far easier to learn to read a word in kanji than to write it down accurately.

    This sounds like a similar phenomenon.

    --
    If your comment title says 'Re: Foo', I'm not likely to read it.
  31. A Chimp Apart by Rie+Beam · · Score: 2, Interesting

    Why not just train a chimpanzee to remember our passwords? Just carry them around, drop them in the "password monkey bucket", and then show them a series of pictures, followed by a keypad. I mean, it's been shown they can remember basic patterns and such, and it's not like they're going to give it up for anything stupid...like chocolate...

  32. not effective for men by muckdog · · Score: 3, Funny

    This won't work at all. If its based on images, every male password will be boobs.