Another KeePass issue. Salt-value/Salt-length exception
#3
run hashcat like this:

Code:
hashcat64.exe -m 13400 -a 0 hash.txt dict.txt

where hash.txt contains the output of keepass2john (without filenames and without the leading colon ":") and dict.txt contains the password candidates

your command is completely wrong !

The error "Hashfile 'hashcat64.exe' on line 1" means that you specified a binary/executable as a hash file. that makes absolutely no sense. Please fix your command line.
Reply


Messages In This Thread
RE: Another KeePass issue. Salt-value/Salt-length exception - by philsmd - 08-27-2019, 11:45 AM