![]() |
SHA512 Linux - 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 Linux (/thread-4794.html) |
SHA512 Linux - testing123 - 11-08-2015 I'm trying to run a dictionary attack on Linux password hashes with my AMD 7850, I only get about 5500 H/s, is this a realisitic figure or am I doing something wrong here? I'm using the following command Code: oclhashcat64 -m 1800 -a 0 --remove hashes.txt -o cracked.txt mydictionary.txt RE: SHA512 Linux - royce - 11-08-2015 That looks about right, given your card. sha512 is a slow hash. Code: cudaHashcat v1.38 starting in benchmark-mode... RE: SHA512 Linux - testing123 - 11-08-2015 Thanks for your answer, I could be here some time... |