Digital signature from electronic smartcard in Chrome

后端 未结 2 402
南旧
南旧 2020-12-29 09:34

For an electronic prescription system, that runs on the browser and that requieres personal signature by the professional, we are using a Java applet to sign the XML request

相关标签:
2条回答
  • 2020-12-29 09:41

    I am afraid there is no "browser native solution" but there is a Chrome specific native messaging you can use for that.

    0 讨论(0)
  • 2020-12-29 10:01

    We faced the same problem, came up with a solution (native messaging, yes)

    https://github.com/open-eid/chrome-token-signing

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