PeculiarVentures / PKI.js

PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
http://pkijs.org
Other
1.25k stars 204 forks source link

Access users digital certificate #316

Open LAlves91 opened 3 years ago

LAlves91 commented 3 years ago

Greetings!

I don't know if this is the right place for my question...if it isn't, I'll delete this issue (sorry in advance!). I work with a complex web application and one of its main features is digital signature of documents with the user's digital certificate.

So far, we do it with our own implementation of a digital signer (implemented with Java, running on the user's machine), which uses a lot of low level APIs in order to access the user certificate (usually a smart card in a reader connected to the user's machine) and sign a document.

My question is: does this library implements a way to access the user digital certificate?

Thank you!

rmhrisk commented 3 years ago

You want another project that we offer, https://FortifyApp.com, we use it in https://Hancock.ink our document signing solution.