js signature on chrome with OS keystore

前端 未结 1 516
自闭症患者
自闭症患者 2020-12-18 12:22

W3C is working on a http://www.w3.org/TR/WebCryptoAPI/ to define a way to generate digital signatures, encrypton and so on from javascript. Basically defines a

相关标签:
1条回答
  • 2020-12-18 13:16

    You need to write active component that will access MS Crypto Store and peform cryptographic operation. It can be either Java applet or Chrome browser extension utilizing NativeClient SDK. Java applet will run in MSIE, Firefox, Chrome and most other browsers but requires JRE (Java runtime environment) installed on the client computer.

    0 讨论(0)
提交回复
热议问题