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

How can I use this with BIP32 #2

Closed gatomalo closed 10 years ago

gatomalo commented 10 years ago

I am trying to find a way to put BIP38 on my BIP32 wallets - can you help please.

jprichardson commented 10 years ago

BIP38 is all about encrypting private keys. BIP32 is all about public keys and addresses. i.e. As far as I know, it shouldn't matter whether you use BIP38 or not, you can still encrypt your private keys with BIP38 regardless of BIP32.