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

Example code #31

Closed grio closed 7 years ago

grio commented 7 years ago

Please tell me the js code is working for the decrypt bip38 function because the code from the current version README.md is not working. https://github.com/bitcoinjs/bip38/issues/29 https://github.com/bitcoinjs/bip38/issues/30

dcousens commented 7 years ago

Resolved in 47cc4ed2a357d8a86fd9768aa9d11bc1a45dae67 and cf50c727773794eaacd0df4643e5d320981cd942

Thanks for reporting @grio

grio commented 7 years ago

thank you for the quick support!