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
208 stars 100 forks source link

new Bip38? #22

Closed jackiszhp closed 7 years ago

jackiszhp commented 7 years ago

In the readme file, in the decrypt section, we have the following line:

var bip38 = new Bip38()

where to get Bip38? where the first line is var bip38=require("bip38");

dcousens commented 7 years ago

It isn't necessary, sorry.