Slashdot Mirror


Entering Passwords Through Eye Movement

Stu Dennison writes "Ars Technica has a post up on a new service called EyePassword. EyePassword is a system that attempts to mitigate the issues of shoulder-surfing via a novel approach to user input: no hands required. With EyePassword, a user enters their password using an on-screen keyboard that detects the orientation of their pupils. From the article: 'The gaze-tracking system functions by shining an invisible infrared beam on a user's face. The beam produces a tiny reflection in the eyes that stays put, no matter where a person looks (provided they do not move their head too much). By tracking the stable position of this reflection and the relative position of a person's pupils, the system is able to calculate which keys or buttons a user wishes to input, and interpret the information accordingly ... more than 80 percent of those tested preferred the EyePassword method. Additionally, when testing EyePassword input using an input method where users visually "dwell" on the characters they wish to input, error rates were comparable to keyboarding.'"

10 of 73 comments (clear)

  1. My luggage.... by Deltaspectre · · Score: 4, Funny

    Only password I'll use from now on is

    up up down down left right left right wink blink

    --
    My UID is prime... is yours?
  2. as opposed to what? by clarkn0va · · Score: 5, Funny

    more than 80 percent of those tested preferred the EyePassword method
    ...over the "PeeingOnALargeKeyboard" method.

    db

    --
    I am literally 3000 tokens away from the chaotic crossbow --Stephen
  3. Re:Hmm by derfy · · Score: 5, Funny

    Nah, just turn on StickyEyes. Blink 5 times in a row to turn it on.

  4. An idea by g1zmo · · Score: 4, Funny

    Maybe REM sleep could be used as a random number generator.

    --
    I have found there are just two ways to go.
    It all comes down to livin' fast or dyin' slow.
    -REK, Jr.
  5. Hey Linux Devs pay attention... by B5_geek · · Score: 3, Interesting

    I would gladly donate my left kidney to the person who makes this available for "focusing" the active window.

    I LOVE the evolution of "Focus Follows Mouse" but dammit even my Fluxbox isn't fast enough to keep up with where I am looking.

    --
    "The price good men pay for indifference to public affairs is to be ruled by evil men." ~Plato (427-347 BC)
  6. How would I by RandySC · · Score: 3, Funny

    then read the PostIt note attached to my monitor with the password written on it if that action will mistype my password?

    Stuck in a loop and locked out!

    --
    Organization: alphabetical, sometimes numerical or messy
  7. Re:Hmm by Konerak · · Score: 3, Funny

    Nice for people who don't know where their keys are.. every time they check, they type.

    And try looking at CTRL-ALT and DEL at the same time :)

  8. Locked accounts at a model convention by cheros · · Score: 4, Funny

    If you're easily distractable I guess it'll prove a cha - ooh, nice legs ...

    --
    Insert .sig here. Send no money now. Owner may sue, contents will settle. Batteries not included.
  9. Two words by Poromenos1 · · Score: 3, Informative

    Keyboard shortcuts.

    --
    Send email from the afterlife! Write your e-will at Dead Man's Switch.
  10. But still passwords! by mcrbids · · Score: 3, Informative

    Anybody running an ssh server on a public-facing network that pays any attention at all to their log files knows the problems of passwords.

    The short answer is: they suck. All of them. They are easily compromised and have multiple points of failure: ANYTHING between the human side of the input device and the hash function can be hacked to completely defeat the system.

    In this case, a web-cam (commonly available on most newer laptops, aimed directly at the eyeballs in question) can be used to completely defeat this system if used in conjunction with any other camera in the room, or any screen-scrape capable trojan.

    If, instead, we used a challenge-response system where knowing a particular set of private values enabled for an answer that could be independently verified, the transaction could be sent "in the open" on malicious public networks with relative security.

    Like ssh does when set up with RSA keys. Like your SSL-enabled browser does with any SSL certified site.

    I do something similar with my bike locks - I engrave the combinations to the locks directly on the locks, after hashing them up a bit with a privately known, but simple, math function. I never have to worry about forgetting the combos to the locks, but I also don't have to worry anybody reading the combo - without knowing my (relatively simple) math function, the numbers on the locks are worthless.

    No, I don't expect the average user to deal with a 128-bit key. But most passwords don't even keep pace with an 8-bit key in terms of security.

    --
    I have no problem with your religion until you decide it's reason to deprive others of the truth.