hashcat Forum
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...

Device #1: GeForce GTX 970, 4095MB, 1316Mhz, 13MCU
Device #2: GeForce GTX 970, 4095MB, 1316Mhz, 13MCU
Device #3: GeForce GTX 970, 4095MB, 1316Mhz, 13MCU
Device #4: GeForce GTX 970, 4095MB, 1316Mhz, 13MCU
Device #5: GeForce GTX 970, 4095MB, 1316Mhz, 13MCU
Device #6: GeForce GTX 970, 4095MB, 1316Mhz, 13MCU

Hashtype: sha512crypt, SHA512(Unix)
Workload: 1024 loops, 8 accel

Speed.GPU.#1.:    54711 H/s
Speed.GPU.#2.:    54782 H/s
Speed.GPU.#3.:    54745 H/s
Speed.GPU.#4.:    55171 H/s
Speed.GPU.#5.:    55579 H/s
Speed.GPU.#6.:    55132 H/s
Speed.GPU.#*.:   330.1 kH/s



RE: SHA512 Linux - testing123 - 11-08-2015

Thanks for your answer, I could be here some time...