+ 1

How do I get a fingerprint and store it in an MySQL database?

14th May 2020, 6:12 AM
primex
primex - avatar
2 ответов
+ 1
I am not really sure what to make of the question. First need a devise that scan fingerprints
15th May 2020, 7:13 PM
Da2
Da2 - avatar
+ 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.
29th May 2020, 5:24 AM
Gimhana Jayasekara
Gimhana Jayasekara - avatar