PeculiarVentures / node-webcrypto-ossl

A WebCrypto Polyfill for Node in TypeScript built on OpenSSL.
MIT License
128 stars 40 forks source link

Use native webcrypto instead of node-webcrypto-ossl #176

Open ais-one opened 3 years ago

ais-one commented 3 years ago

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 node-gyp@3.8.0 (python 2) and it is causing problems when I try to build...

rmhrisk commented 3 years ago

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