Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have a requirement of developing an application based on c#. I want to implement fingerprint authentication into it. I have a USB fingerprint reader with me. If anyone has knowledge on it please share


What I have tried:

I am new to getting data from a USB device so just googled about it and didnt find any solutions
Posted
Updated 7-Oct-20 19:02pm
v2
Comments
F-ES Sitecore 28-Feb-19 8:31am    
The problem you're going to have is getting your javascript code to access your fingerprint reader. Ideally you need to use one that has a web plug in that allows it to be accessed via js. You probably then have a ton of other security problems to think about which is why no-one does this.
Member 14166768 1-Mar-19 2:34am    
I am planning to develop this application using c#. Any suggestions?

1 solution

While easier in Android ad iOS, Web Authentication is relatively new (as in months).

W3 specs Web Authentication: An API for accessing Public Key Credentials Level 1[^]

FIDO Specifications Overview - FIDO Alliance[^]
 
Share this answer
 
Comments
Member 14166768 28-Feb-19 7:48am    
thank you for your response MadMyche
MadMyche 28-Feb-19 8:13am    
You're welcome
Member 14166768 1-Mar-19 2:34am    
Hi MadMyche. I am planning to develop this application using c#. Any suggestions?
MadMyche 1-Mar-19 6:46am    
No experience with this. The issues I see are going to be client side; young technology with few code repositories and few people with the hardware

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900