Scrypt wallet hash
#2
well, you should at least remember if you had bitcoins or ethereums.

These are 2 different type of crypto coins.

If you had ethereum, you need to use ethereum2john.py
if you had bitcoins instead, you need to use bitcoin2john.py

ethereum uses a json format, while bitcoin uses a binary file (berkeley database) called wallet.dat

hashcat always works with passwords.
The output of hashcat will always be hash:pass (default --outfile-format)

it's easy to get the private key if you have the correct password, but why would you need to have the private key at all. If you have the password the bitcoin software is able to do the work and get the (encrypted) private key. coins can be used/spent if you have the password and the wallet information


Messages In This Thread
Scrypt wallet hash - by giveen - 11-28-2017, 08:16 PM
RE: Scrypt wallet hash - by philsmd - 11-28-2017, 08:24 PM
RE: Scrypt wallet hash - by giveen - 11-28-2017, 08:27 PM