node-webcrypto-ossl icon indicating copy to clipboard operation
node-webcrypto-ossl copied to clipboard

Use native webcrypto instead of node-webcrypto-ossl

Open ais-one opened this issue 4 years ago • 1 comments

The native webcrypto library (https://nodejs.org/api/webcrypto.html) is available since node 15 and node 16 is now LTS

Is it possible to use the native library instead. The problem I am having with node-webcrypto-ossl is some library inside is using [email protected] (python 2) and it is causing problems when I try to build...

ais-one avatar Oct 27 '21 00:10 ais-one

Yes you should be able to patch any application that uses node-webcrypto-owl to use the native implementation instead.

rmhrisk avatar Oct 27 '21 04:10 rmhrisk