-
https://github.com/PeculiarVentures/webcrypto-liner/blob/faae2d4b127c1830ceb2fad4736d6177feab3544/src/shim.ts#L11-18
Source code:
```ts
try {
// Replace original crypto by liner
delete (sel…
-
So I hate this one but the number one ask from PKIjs users is to be able to open and create PKCS#12 files that Windows will like. Unfortunately, Windows supports old ganky encryption algorithms only f…
-
The wrapping_key in this code has a "wrapKey" permission. However, this gave an error when I tired to used it. But, when the wrapping key also has an "encrypt" permission, there is no error.
The…
-
Any plans to support OpenSSL encrypted PEM? For now looking to support [PKCS8 ](https://datatracker.ietf.org/doc/html/rfc5208#section-6) using [pbeWithMD5AndDES-CBC](https://www.openssl.org/docs/man…
-
I cloned the project, installed webpack, and ran webpack that generated files in dist/ directory.
However, when I try to run the example in examples/src/index.html on Safari, I get an error.
The …
-
https://datatracker.ietf.org/doc/draft-ietf-curdle-pkix/
-
The test page has errors when loading on Safari 9.1.2. See screenshots.
-
Is it possible to create PFX file which can be used in Windows CAPI, OSX KeyChain, NSS and OpenSSL?
I've tried examples from pkijs.org. Created PFX files work with OpenSSL only
-
PKIjs supports both SPKI and PKCS8, we can use this to add support for these key exports.
We can do this as an optional dependency. If PKIjs is found we could then support these types. This would giv…
-
`CryptoEngine.prototype.getAlgorithmByOID` does not recognize K-256
`ECPublicKey` does not recognized it, either.
They use a switch-case to recognize algorithm, which make them incompatible with a…