1

I am developing a website using ASP.NET MVC 4, for security reasons only a few computers can login.

And recently I saw this video showing a USB token login: http://www.youtube.com/watch?v=J9z1xkng3FQ&feature=relmfu

My question is, how can my application I read data from USB?

Michel Andrade
  • 4,056
  • 5
  • 27
  • 28
  • Refer to [Javascript API](https://stackoverflow.com/a/63173083/9659885) provided by free Signer.Digital Browser Extension. – Bharat Vasant Aug 02 '22 at 12:05

1 Answers1

3

You need some kind of browser plugin or or application on the client pc.

Another idea is to store a key on a stick which simulates a keyboard and types the key into the website.

When you use a commercial token like "eToken" they come with the needed tools.

Johni
  • 2,933
  • 4
  • 28
  • 47