Keystroke Dynamics Ruby gem

The KSD gem 0.0.1 is out! This is my simple keystroke dynamics library for Ruby GTK widgets. Developers can help out on GitHub.

Here are some screenshots of the included examples.

Enroll with login
Enroll with login
or
Entroll with sentences
Enroll with sentences

Try to log in
Try to log in

If you do it right, you will see something like:

Verified user aczid with mean accuracy of: 0.585
Logged in successfully!

Update Apparently somebody in China found this cool enough to blog about it! (translated)


Simple keystroke dynamics analyzer/validator written in Ruby-GTK

I have written a simple keystroke dynamics analyzer/validator as a school project. An instance of Analysis can be attached to a widget, and its collected keystroke data can be averaged and compared using class methods in Analysis.
The Validation class holds class methods to manage a password hashes file and save/load encrypted keystroke analysis metrics to/from disk.

Full documentation is provided through RDoc annotations.

The code will be publicly browseable at my code site when I get permission to host it from my teacher. This is now a gem, and the code is available on github!



Me elsewhere: