Collecting Keystroke Dynamics for Login Authentication

Hello everyone,

I’m currently working on a project that involves implementing login authentication using both passwords and keystroke dynamics. The login page is already functional, allowing users to log in successfully. However, I’m unsure about how to collect and utilize the users’ typing style (keystroke dynamics) during the login process for additional security.

I’ve searched online but haven’t found any projects similar to this. I would greatly appreciate any suggestions or advice on how to collect and analyze keystroke dynamics for login authentication.

Thank you in advance for your help!

Hi Supithcha,

If you own a javascript library or have written one for analyzing keystroke dynamics, you could inject that in the login page. For this, you would have to enable custom domain and update the login page to include the javascript library.