Accessing signing/encryption in a browser's Keystore using JavaScript - sample code? (WebCryptoAPI)

后端 未结 3 1689
北荒
北荒 2020-12-05 15:26

I have a web server that allows access only using X509 authentication. Works like a charm. Now I want to extend the use of the X509 certificates (which are stored in the use

3条回答
  •  情深已故
    2020-12-05 15:57

    GlobalSign/PKI.js has support for X.509 certificates.

    Public Key Infrastructure (PKI) is the basis of how identity and key management is performed on the web today. PKIjs is a pure JavaScript library implementing the formats that are used in PKI applications. It is built on WebCrypto (Web Cryptography API) and aspires to make it possible to build native web applications that utilize X.509 and the related formats on the web without plug-ins.

提交回复
热议问题