Why is the Speed so slow on my GTX 970?
#1
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
#2
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
#3
It benched at 179 kH/s

The -w 3 instead of -n 90 still gives it the same kH/s and ETA of 16Hours
#4
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).