Slashdot Mirror


Scientists Develop New Method To Improve Passwords

An anonymous reader writes "Scientists at Max-Planck-Institute for Physics of Complex Systems in Dresden, Germany have developed a novel method to improve password security. A strong long password is split in two parts. The first part is memorized by a human. The second part is stored as a CAPTCHA-like image of a chaotic lattice system."

3 of 104 comments (clear)

  1. Re:RTA? by pushing-robot · · Score: 4, Informative

    That's the one with the $5 wrench, right?

    --
    How can I believe you when you tell me what I don't want to hear?
  2. waste of verbage by danwesnor · · Score: 1, Informative

    The second component is transformed into a CAPTCHA image and then protected using evolution of a two-dimensional dynamical system close to a phase transition, in such a way that standard brute-force attacks become ineffective.

    You don't need a bunch of mumbo jumbo to make a brute force attack ineffective, all you need to do is lock the account after x failed login attempts.

  3. Re:Finally, some real innovation. by icebraining · · Score: 4, Informative

    But they fail to realize that the private key is nothing more than a lengthy password

    You don't quite understand how PKI works, do you?

    and is in fact more susceptible to being stolen than a human-entered password is.

    Uh, no, it's not, because a private key stays in one place - you computer - while the password is sent to each server, and you have to trust them to secure it properly. Which, as we have seen with Gawker, won't happen.