bitcoinjs / bip38

BIP38 is a standard process to encrypt Bitcoin and crypto currency private keys that is less susceptible to brute force attacks thus protecting the user.
http://cryptocoinjs.com/modules/currency/bip38/
MIT License
206 stars 100 forks source link

Dependency: eliminate legacy openssl provider #87

Open ivan-zynesis opened 1 year ago

ivan-zynesis commented 1 year ago

What has been done

Why

Allow usage of this library in node v18 without requiring --openssl-legacy-provider flag.

ivan-zynesis commented 1 year ago

Hi @junderw, any chance we can get this reviewed and iterate to be mergable?