Question: Using a regular USB fingerprint scanner, in a custom application running in Windows XP, can you get a fingerprint scan to unlock my custom application - while not doing anything with the Active Directory?
I want to have a custom application running and after fifteen minutes of no activity, my application will lock up (Windows will continue running without locking), then to unlock my application (not windows), I want the user to be able to scan his/her fingerprint, and if the fingerprint is valid, it unlocks the system, which then resumes normal operation. We are programming in Java Eclipse.
So far I've found only software that will log on or change log on to Windows, but I don't want that. I want the Windows logon to be a common username with no password, while my application is what is password startup/unlock. I'm trying to figure out if this is feasible and if so I want to pursue it in my application.
Does anyone have any experience or ideas on this?
Thanks.
I want to have a custom application running and after fifteen minutes of no activity, my application will lock up (Windows will continue running without locking), then to unlock my application (not windows), I want the user to be able to scan his/her fingerprint, and if the fingerprint is valid, it unlocks the system, which then resumes normal operation. We are programming in Java Eclipse.
So far I've found only software that will log on or change log on to Windows, but I don't want that. I want the Windows logon to be a common username with no password, while my application is what is password startup/unlock. I'm trying to figure out if this is feasible and if so I want to pursue it in my application.
Does anyone have any experience or ideas on this?
Thanks.