Thursday, October 29, 2009

Implementing fingerprint readers in .net - Part one

In this post, we will see the basics for implementing a fingerprint reader to secure the access to our applications; we need a fingerprint reader (it can be Microsoft), the Griaulle Fingerprint SDK and a database.






As a first step, we need a biometric sample in a digital format (this is the fingerprint reader's job) to store into the database, lately we are going to extract the important information from this sample and get a "template".


To compare a template against another template, we can do it in two ways:


Verify: in this case, we take a template and compare it against another one (1:1), the templates can be stored in our database.


Identify: in this case, our template is compared against another ones (1:n).