Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

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

Open
ais-one opened this issue Oct 27, 2021 · 1 comment
Open

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

ais-one opened this issue Oct 27, 2021 · 1 comment

Comments

@ais-one
Copy link

ais-one commented Oct 27, 2021

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...

@rmhrisk
Copy link
Contributor

rmhrisk commented Oct 27, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants