albertobsd / crackBTCwallet

Crack encrypted master Key (AES 256 CBC with Padding)
MIT License
70 stars 51 forks source link

Can I directly guess the wallet KEY by force? #11

Closed zhanshen360 closed 2 years ago

zhanshen360 commented 3 years ago

The wallet key is a 64-bit hexadecimal character,Can directly guess with violence Of course the probability of finding is very low But for wallets with large balances and complex passwords, this is another way to crack

albertobsd commented 3 years ago

Well yes, this is another way, but it just a proof of concept. You need to be the luckiest man in the multiverse to hit the correct key with this method. if you have the publickey you can use it with keyhunt or another program with bsgs or pollard-rho algorithm to get better speed like 1000 times faster.