glv2 / bruteforce-wallet

Try to find the password of an encrypted Peercoin (or Bitcoin, Litecoin, etc...) wallet file.
Other
352 stars 134 forks source link

unlocking an Ethereum wallet #2

Closed mmitech closed 7 years ago

mmitech commented 8 years ago

What needs to be changed so we can unlock an Ethereum wallet ?

glv2 commented 8 years ago

I don't know what the Ethereum wallet file format is, but the main change would probably be the get_wallet_info() function. It would have to be rewritten to get the required information from the wallet file (masterkey parameters, public key, encrypted private key...).