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

Better documentation #365

Open greenpdx opened 1 year ago

greenpdx commented 1 year ago

https://diafygi.github.io/webcrypto-examples/ I spent a day trying to find a combination that works for wrapKey with ECDSA private key. Here is a matrix that should be part of the documentation.