Sha512 Crypt Hashcat vs John - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Sha512 Crypt Hashcat vs John (/thread-3855.html) |
Sha512 Crypt Hashcat vs John - khanta - 11-25-2014 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. RE: Sha512 Crypt Hashcat vs John - radix - 11-25-2014 Can you provide a hash/plain pair that isn't working? |