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

Safe Buffer #21

Closed dcousens closed 7 years ago

dcousens commented 7 years ago

Use Buffer.from etc

dcousens commented 7 years ago

Closing in favour of https://github.com/bitcoinjs/bip38/pull/32