I have a digialPersona fingerprint reader and I’m working on a web application which is to have fingerprint enrollment and verification functionalities.
Is it possible to do this via the browser? Is yes, how?
If no, what are the best practices?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
-The print reader (Hardware) will have some api reference library for interfacing. You may write
Custom ActiveX controlin Winforms / C# or C++ (depending the SDK library ref) & load it viaJavascript.-One more option is to use Full trust WPF browser application (XBAP)
NB: Beware of client side privileges settings in these scenarios