09-01-2021, 11:42 PM
Hi,
I've read on this site and others about using hashcat to gain access to old wallet.aes.json files. I have a few from 2012,2013 when I was tinkering with bitcoin and I'm trying to see if I can find any funds from them. Likely not but worth a try.
I have looked at btcrecover but since I don't really know anything of the password I came across hashcat.
With the wallet.aes.json file I have tried using the python script 'blockchain2john.py' and made a wallet.hash file that I am attempting to feed to hashcat.
If I specify the mode of 12700
I get 'Signature unmatched'
If I specify no mode at all
I get 'no hash-mode matches the structure of the input hash'
If I try the wallet.aes.json file directly like:
I get 'Separator unmatched'
The first few characters of the 'wallet.hash' file is:
I'd like to ask for some thoughts on this as to what I'm doing wrong and how best to attack the problem since I'm confused on how to progress.
Thanks in advance.
I've read on this site and others about using hashcat to gain access to old wallet.aes.json files. I have a few from 2012,2013 when I was tinkering with bitcoin and I'm trying to see if I can find any funds from them. Likely not but worth a try.
I have looked at btcrecover but since I don't really know anything of the password I came across hashcat.
With the wallet.aes.json file I have tried using the python script 'blockchain2john.py' and made a wallet.hash file that I am attempting to feed to hashcat.
If I specify the mode of 12700
Code:
hashcat.exe -m 12700 wallet.hash
If I specify no mode at all
Code:
hashcat.exe wallet.hash
If I try the wallet.aes.json file directly like:
Code:
hashcat.exe -m 12700 -a 3 -O -w 3 wallet.aes.json --show
The first few characters of the 'wallet.hash' file is:
Code:
wallet.aes.json:$blockchain$2688$63522b4b56472f38597
I'd like to ask for some thoughts on this as to what I'm doing wrong and how best to attack the problem since I'm confused on how to progress.
Thanks in advance.