Why is the Speed so slow on my GTX 970? - 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: Why is the Speed so slow on my GTX 970? (/thread-4248.html) |
Why is the Speed so slow on my GTX 970? - iNoToRi0uS - 04-04-2015 I'm trying to crack a WPA router from ATT. It is a 10 digit Numerical password. I have the handshake, and converted to .hccap Here is what I'm running: Code: c:\oclHashcat>cudehashcat64.exe -m 2500 -n 90 -a 3 hashcat.hccap ?d?d?d?d?d?d?d?d?d?d It only gets to 175 kH/s My card is the EVGA GTX 970 FTW + @ 1500Mhz RE: Why is the Speed so slow on my GTX 970? - philsmd - 04-04-2015 Why do you think it is way too slow. Do you know that WPA/WPA2 algorithm is meant and known to be very slow (compared to some fast algorithm like NTLM / MD5 etc). This is a property of the WPA/WPA2 algorithm: make it slow, hence difficult to "crack". You should also try to use -w 3 instead and see how much difference there is: Code: cudaHashcat64.exe -m 2500 -w 3 -a 3 hashcat.hccap ?d?d?d?d?d?d?d?d?d?d You could also benchmark your card (for WPA/WPA2) with this command: Code: cudaHashcat64.exe -m 2500 -b But rest assured 175,000+ hashes per seconds doesn't really sound that "slow" at all for WPA/WPA2 RE: Why is the Speed so slow on my GTX 970? - iNoToRi0uS - 04-04-2015 It benched at 179 kH/s The -w 3 instead of -n 90 still gives it the same kH/s and ETA of 16Hours RE: Why is the Speed so slow on my GTX 970? - shodan - 04-04-2015 179 kH/s - this is very-very good for GTX970. Check that You can use Multi-GPU configuration, for reduce time, like as 3xGTX970+1xGTX980 get 550+ kH/s (-w2 + without overclock). |