ulrich wrote:
> On 7 Aug 2005 13:50:54 -0700, Ingvald Straume (from Norway - Europe)
> <> wrote:
>
>> Hi!
>>
>> I'm a 32 years old novice to average programmer, and I have an idea
>> which I believe to be fairly good: An authentification system to
>> replace the old fashion password authentification method. The general
>> idea is that a user - using the computer mouse - draws his/her
>> signature onto a canvas on the login screen. The login program records,
>> from millisecond to millisecond, the mouse motions and the curve drawn
>> on the canvas by the user. Then the program compares the curve with an
>> already stored pattern which has been preadapted to match the authentic
>> users graphical mouse signature.
>>
>> I believe that this method will have some advantages compared to the
>> traditional password security system:
>>
>> 1) A graphical mouse login and authentification system is safe: Even if
>> an intruder knows what the true user's signature looks like, he won't
>> be able to reproduce it, because that requires that the signature is
>> drawn in the true user's individual style and timing.
>>
>> 2) Users will no longer need to remember passwords.
>>
>> A couple of years ago I wrote a demo-version ("beta 0.01 release") of
>> the program. (Unfortunately It's in MS Visual Basic, because that was
>> the tool available to me at the time of writing.) I will be happy to
>> submit both the program and the source code, if anyone might be
>> interested in discussing or colaborating on the idea.
>
>
> i to not think that mouse is well suited for a human to reproduce a
> signature without frequent rage attacks...
> just think of the mouse being quite crappy, or dirty -
> more serious: how do you address the problem that mouse drivers may move
> the cursor on the screen by a different distance for the very same
> distance the mouse moved on the table? they all feature adjustable mouse
> speed, imho.
This can probably be solved since the mouse moves with a constant speed
(assuming that the user won't change speed during login) and will cause the
signature to be evenly "flawed". Just one problem though, assume there's
two users with virtually the same signature, but one of them uses bigger
strokes... How do you distinguish between those?
>
> and worse: i would never enter my signature graphically into any computer
> where the image _may_ be stored or even stolen by hackers...
This on the other hand is probably quite a big flaw. But isn't this always a
problem?
--
(Should insert humorous quotation here)
|