PeculiarVentures / webcrypto-liner

webcrypto-liner is a polyfill that let's down-level User Agents (like IE/Edge) use libraries that depend on WebCrypto. (Keywords: Javascript, WebCrypto, Shim, Polyfill)
MIT License
149 stars 26 forks source link

Add 3DES and RC2 #54

Closed rmhrisk closed 6 years ago

rmhrisk commented 6 years ago

https://github.com/PeculiarVentures/PKI.js recently added support for 3DES and RC2 protected PKCS#12 files in node.

These are the kind of PKCS#12 files created by Windows.

We webcrypto-liner was updated to support these two algorithms it could be used in PKIjs via its engine capability to work with these files in Windows also

rmhrisk commented 6 years ago

@YuryStrozhevsky has said best to do a specific engine provider in PKIjs for this case, since we do not have these algorithms in our current dependency I think I agree.