How to send APDU to PCSC reader from web broswer using javascript

末鹿安然 提交于 2019-12-03 22:27:59

You could use a Chrome App that will take advantage of the chrome.usb API.

It's not a web browser solution but your web page could communicate with the local Chrome App via Ajax.

The problem is to get a Smartcard Reader driver that will be recognized by the Chrome runtime.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!