hashcat Forum

Full Version: Sha512 Crypt Hashcat vs John
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I have a set of hashes:
$6$XXXXXX$YYYYYYYYYYY

I know the passwords. When I run cudahashcat against the hashes with a dictionary, I do not get the results. I copy the same hashfile, same dictionary and use john (add user:etc back) and I get them all cracked. Can someone advise?

./john ~/Desktop/hash.txt --wordlist=./pass
[Loaded 7 password hashes with 7 different salts (sha512crypt [64/64])]
cudaHashcat32.exe -m 1800 -a 0 -o out hash.txt pass
[Recovered......: 0/7 (0.00%) Digests, 0/7 (0.00%) Salts]

The files are exactly the same.
Can you provide a hash/plain pair that isn't working?