+ 1
How do I get a fingerprint and store it in an MySQL database?
2 Réponses
+ 1
I am not really sure what to make of the question. First need a devise that scan fingerprints
+ 1
What is the data type that your scanner is giving? Bits or a string?
Use a hash mechanism and store the result string in database. When authorizing, match the hashes.