VTC Vertcoin wallet passphrase lost need help
#4
no. You can't use the wallet.dat file directly. You need to download bitcoin2john.py (from https://raw.githubusercontent.com/magnum...in2john.py) and run it with python 2.7 (as I already told you above):

Code:
python bitcoin2john.py wallet.dat

the output of this python script execution is the "hash" that must be provided to hashcat.
You should save the output of the command above to a file called hash.txt (make sure that it doesn't contain any file names, the hash should be similar to the one mentioned here: https://hashcat.net/wiki/example_hashes , search for -m 11300)

after that you should run your tests like this:
Code:
hashcat -m 11300 -a 0 -w 3 hash.txt dict.txt

The file dict.txt should contain the password of your test wallet (for which you know the password).


Messages In This Thread
RE: VTC Vertcoin wallet passphrase lost need help - by philsmd - 01-04-2018, 09:05 PM