How can I brute force decrypt my blockchain wallet?

5

0

I have a Blockchain wallet but am unable to decrypt my wallet and login. I created the wallet on OSX and am trying to login on a PC but it's not working.

  • What are my options to brute force this account, when I know most of the characters involved?

I'm a programmer, and can write the code, so knowing what URLs and data files I need to work with would be a help.

goodguys_activate

Posted 2013-08-19T21:22:19.937

Reputation: 11 898

Answers

3

You can wrap a brute-force wrapper around any of the answers here. Just write some loops that iterate on all possible passwords, and call one of the functions in the linked question to try and decrypt you wallet.

This is what I used in a similar scenario (Javascript/node.js).

ripper234

Posted 2013-08-19T21:22:19.937

Reputation: 25 192

1This was perfect... I was able to install Node.JS on OSX and cracked it... execution time was 5 seconds.goodguys_activate 2013-09-01T13:06:54.627

@makerofthings7 terrific!ripper234 2013-09-01T15:51:36.700

So does this mean someone internal at blockchain.info who has access to encrypted wallets could decrypt them by brute force in a small amount of time with limited computing power?Fraggle 2014-06-15T12:19:40.267

@Fraggle only if the password was weak to begin with. In my case, my friend who lost his wallet pass had some ideas on the password, but at the end the brute-forcing effort we did didn't work out :(ripper234 2014-06-22T10:21:59.987