Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanishkaganguly/typingsignatureauth
Typing Signature Based Authentication
https://github.com/kanishkaganguly/typingsignatureauth
Last synced: 25 days ago
JSON representation
Typing Signature Based Authentication
- Host: GitHub
- URL: https://github.com/kanishkaganguly/typingsignatureauth
- Owner: kanishkaganguly
- Created: 2015-07-10T14:27:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T16:52:44.000Z (over 9 years ago)
- Last Synced: 2023-03-24T05:58:30.864Z (over 1 year ago)
- Language: Java
- Size: 348 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypingSignatureAuth
Typing Signature Based AuthenticationAn experiment in trying to create an authentication system based on typing signatures of the user.
Each user has a different rate of typing which is unique to him, which can be used to recognize and authenticate said user.
Basic features for recognition include average time to type the sentence, the time between words and the average keypress times.This is by no means perfect, just a trial run on the future of passwords and authentication.