04-04-2015, 07:02 PM
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:
You could also benchmark your card (for WPA/WPA2) with this command:
But rest assured 175,000+ hashes per seconds doesn't really sound that "slow" at all for WPA/WPA2
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