Skip to content

⌨️ This project can record your identity regarding typing, and be able to predict how close typing identity you are to those generated templates

License

Notifications You must be signed in to change notification settings

tongplw/keystroke-biometric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Keystroke Biometric

I developed this keystroke biometric project for Computer Security course. The biometric can return confidence value of whether who is the typer. system architecture

Getting Started

# 1. install dependencies
pip install -r ./requirements.txt

# 2. record user typing indentity and type sentences or paragraphs
python ./record.py

# 3. generate templates from those recored identities
python ./analyse.py

# 4. test typing and predict who is the typer
python ./test.py

Prediction result

For every character typed, there will be value(s) of confidence showing up as the picture below

exmaple of prediction result

About

⌨️ This project can record your identity regarding typing, and be able to predict how close typing identity you are to those generated templates

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages