Smartcard reader access from a web browser?

后端 未结 7 757
情深已故
情深已故 2020-12-09 03:31

Is it possible to access a smartcard reader connected to a computer from a web browser running on the same machine, i.e. from an ActionScript, JavaScript or whatsoever scrip

7条回答
  •  不思量自难忘°
    2020-12-09 03:55

    You can use a signed Java applet to access the reader. Signed applets are allowed to access hardware peripherials, the smartcard reader can be accessed via the Java Crypto API.

    Hope this helps.

提交回复
热议问题