Click here to Skip to main content
15,893,663 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to develop an OS Authentication using Biometric reader.

Concept 1.

I don't want to enter user Password in the Traditional windows logon screen, instead of that a person will authenticate with his fingerprint and Admin's Fingerprint. If both the fingerprint(s) are found correct then only Desktop can be seen.


Concept 2.

One will present Fingerprint first if it is correct then windows will ask for Password, if password is correct then only windows will LogOn.



Windows OS (XP, 7,2008,2008 R2).

Can you please suggest how can I start with this. Is there any SDK that will help me accomplishing this task easily?

Prathamesh
Posted
Updated 20-Aug-13 20:09pm
v3

1 solution

The first thing you need to do is decide on which reader to use - without the hardware to read the fingerprints, your project is a non starter.

After that, you probably want to read this: http://www.nist.gov/itl/iad/ig/pft.cfm[^] and this: http://msdn.microsoft.com/en-us/library/windows/desktop/dd401507(v=vs.85).aspx[^] as a starting point.
 
Share this answer
 
Comments
prathameshpitale 21-Aug-13 2:24am    
Digital Persona or Microsoft fingerprint reader are the base hardware or any other which will support my requirement.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900