Using hashcat to find v3 ethereum wallet password
#19
Ok! I got it to work!

Here's my final command:

hashcat3.6 -m 15700 -a 0 --scrypt-tmto 1 -w 1 -D1 -n 1 --force hash.txt password.txt

And it required a build of hashcat 3.6 from source (brew doesn't have 3.6), and moving the resulting OpenCL files to /usr/local/share/hashcat (along with hashcat.hcstat hashcat.hctune)

Thanks for your help, everyone!


Messages In This Thread
RE: Using hashcat to find v3 ethereum wallet password - by phildo - 06-20-2017, 05:54 PM