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).


2 comments:

  1. hola amigo programador, es mi primera vez q voy a programar un software biometrico, tengo q hacer un control de entradas, descargue un sdk de Neurotec Biometric mi correo es : jhoicas@gmail.com
    te agradeceria q me ayudaras con recomendaciones, q hacer ya q es primera vez q hago esto.

    ReplyDelete
    Replies
    1. I strongly recommend http://www.griaulebiometrics.com/

      Check this out:
      http://topicos-seguridad.blogspot.com/2009/08/utilizar-lector-de-huellas-en-nuestras.html

      you can find interesting tips.

      Delete