How to Connect Fingerprint Reader To Java Program
-
I have created a program by using Java. And there is Login with MySql Database. In this Admin can log into the system by using Username and Password which is in the database. But , I want to use admin's Fingerprint instead of username and password. But, I have no idea how to do this. Then I have searched everywhere to find the useful sources and I didn't find anything useful. So , Can I know how to do this ?? Is there any kind of Documentation or video tutorial ??
-
I have created a program by using Java. And there is Login with MySql Database. In this Admin can log into the system by using Username and Password which is in the database. But , I want to use admin's Fingerprint instead of username and password. But, I have no idea how to do this. Then I have searched everywhere to find the useful sources and I didn't find anything useful. So , Can I know how to do this ?? Is there any kind of Documentation or video tutorial ??
-
I have created a program by using Java. And there is Login with MySql Database. In this Admin can log into the system by using Username and Password which is in the database. But , I want to use admin's Fingerprint instead of username and password. But, I have no idea how to do this. Then I have searched everywhere to find the useful sources and I didn't find anything useful. So , Can I know how to do this ?? Is there any kind of Documentation or video tutorial ??
Kistlak wrote:
Username and Password which is in the database
I hope you're not storing the password in plain text! Secure Password Authentication Explained Simply[^] Salted Password Hashing - Doing it Right[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Kistlak wrote:
Username and Password which is in the database
I hope you're not storing the password in plain text! Secure Password Authentication Explained Simply[^] Salted Password Hashing - Doing it Right[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer