Yann's Blog - Software and hardware

August 27, 2007

Old software archive: Keypass, biometric passwords

Filed under: Software — Yann @ 8:59 pm

Here is a small little security application I wrote about a year ago back in college, for UC Davis’ excellent Computer Security undergraduate class.

Keypass tries to make ordinary passwords “biometric”, using the key push timing (i.e., how long it takes to press one letter after another) as an identifier unique to the user. The implementation works – its in no way bullet proof or optimal of course. Included is a PAM module (in addition to the verify and train programs, and libkeypass) which will work in certain cases. PAM has limits in how the password information is captured – usually the password is captured before Keypass gets invoked (or in cases where Keypass does not have terminal access) so Keypass cannot time the keystrokes. It is known to work as a standard ‘login’ prompt though. SSH logins, even keyboard-interactive, is known not to work. For more details, see the included README.

The license is LGPL 3. I would not suggest using the implementation as is – it can be enhanced greatly, beyond the limits of a few days of development :) , but instead use it as a starting point for other biometric password ideas.

Feedback is welcome.

Download:

keypass-8-23-07tar.gz

August 15, 2007

1.6 Beta2 out, IRM2 work continues

Filed under: IRM 2,Software — Yann @ 10:27 pm

Just keeping everyone up to date – work on IRM2 is continuing. I’m trying to wrestle the beast which is the abstract storage manager into something, well, more manageable.

In the mean time, a second beta of IRM 1.6 has been pushed to SourceForge. Please test and comment!

Powered by WordPress