最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

security - Javascript - keycertificate from USB Token - Stack Overflow

programmeradmin1浏览0评论

I would like to ask if is still impossible, using JavaScript, to get key from USB token or from certificate stored in Browser. I was reading many articles which said WebCryptoApi doesn't enable to do that.

Is any option to get key from token? Maybe something was changed?

I would like to ask if is still impossible, using JavaScript, to get key from USB token or from certificate stored in Browser. I was reading many articles which said WebCryptoApi doesn't enable to do that.

Is any option to get key from token? Maybe something was changed?

Share Improve this question asked Jul 27, 2016 at 6:49 macieg_bmacieg_b 1753 silver badges15 bronze badges 1
  • Refer to plete documentation of free Signer.Digital Browser Extension for browser signing, encryption/decryption or Certificate Download in this SO Answer – Bharat Vasant Commented Aug 2, 2022 at 10:29
Add a ment  | 

2 Answers 2

Reset to default 4

It is not possible for now. The WebCryptoApi does not support using keys stored in external keystores like smartcards, Mozilla keystore or Windows KeyStore (used by Chrome and Explorer), and reading the ments of the last conferences, it is not a current priority.

There is another Javascript API specification of W3C to be used with Web Cryptography Api. See WebCrypto Key Discovery

This note describes a JavaScript API for discovering named, origin-specific pre-provisioned cryptographic keys for use with the Web Cryptography API.

Unfortunately is still a working group under development.

I think that with the Chrome Native Messaging implementations its possible. The native messaging implemented into Firefox and Edge too. Check this: https://github./open-eid/chrome-token-signing

发布评论

评论列表(0)

  1. 暂无评论