Digital signature from electronic smartcard in Chrome -


for electronic prescription system, runs on browser , requieres personal signature professional, using java applet sign xml request, sended ws, using smartcard.

but since version 42, chrome disabling default npapi support, , in future versions next september 2015 disabled , applets won't usable @ all.

at chrome npapi deprecation page points webcrypto , tls alternatives. seems webcrypto has leaved out of scope support of smartcards , , seems tls cryptographic protocols , doesn't provides way use electronic cards.

has used browser native solution sign documents , have control of process. @ least nedeed:

  • no confirmations , no visualitzation of xml request signed user. because signed internal technical request has no value user, , application runs in controlled , trusted system in internal lan.

we faced same problem, came solution (native messaging, yes)

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


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -