Closed dcousens closed 9 years ago
Awesome man! Thanks!
Damn, this doesn't work in the browser because it looks like browserify-aes
doesn't support setAutoPadding
. See https://github.com/cryptocoinjs/bip38/blob/5986f7e80cde136cb8c612dcab77ff8b43e6cfaa/lib/bip38.js#L61 for reference.
dominictarr/crypto-browserify#92
This pull request removes the usage of the
aes
and instead uses the default node crypto module.