Skip to content

amritesh09/typing-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typing-patterns

This is a POC for using user's typing pattern for authentication. While signing up the user is prompted to enter his password 10 times.

We calculate average presstime, interkeytime and total time to enter the password and store it in database.

When the user logs in, he enters his password. We again calculate the same metrics and also the deviation of the values from teh ones in the DB. If the deviation is less than some threshold (say 10%), we allow the user to login.

For more, refer to User Authentication Through Typing Biometrics : An Implementation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages