hashcat Forum
v1.01 lower WPA speed - 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: v1.01 lower WPA speed (/thread-3000.html)



v1.01 lower WPA speed - jokersk - 01-10-2014

Win7 64bit,GeForce GTX660M:
ocl v0.14: -n 160 -u 1024 ---> WPA speed 12000 H/s
ocl v1.01: -n 160 -u 1024 ----> WPA speed max 6050 H/s

WHYYYYYYYYYYYYYYYYY? Sad


RE: v1.01 lower WPA speed - epixoip - 01-10-2014

looks like you're probably trying to crack two handshakes at once instead of one. remember that v1.00 added multi-cap support so you need to clean your cap file to ensure you're only cracking the one that you need.


RE: v1.01 lower WPA speed - jokersk - 01-10-2014

When I crack my .hccap file, it show:
Recovered.....: 0/1 Digests, 0/1 Salts
if I had more than 1 handshake, it doesnt show 0/1 Salts but more (e.g. 0/10). Or not?


RE: v1.01 lower WPA speed - epixoip - 01-11-2014

post your command line & full output.

also, why on earth would you use -n 160 -u 1024 for wpa? should be using something more like -n 32 -u 4096


RE: v1.01 lower WPA speed - jokersk - 01-11-2014

I use -n 160 -u 1024 because with theese parameters I get best results...


RE: v1.01 lower WPA speed - epixoip - 01-11-2014

humor me and try again with -n 32 -u 4096


RE: v1.01 lower WPA speed - jokersk - 01-12-2014

as you wish....happy now?
do you (or anybody else) know where is the problem?

P.S. Can anybody explain me theese parameters (-n/ -u) in detail?


RE: v1.01 lower WPA speed - epixoip - 01-12-2014

this does not make any sense, you should definitely show much better performance with -u 4096 than -u 1024. the explanation of these parameters has been covered dozens of times before, but to re-iterate, -u is the number of kernel loop iterations. wpa uses 4096 rounds of pbkdf2-hmac-sha1 so 4096 will naturally show the best performance since the loop iterations match the number of rounds. except not with your card, apparently, and i'm not sure why. it might be because it's such a low-end card.

can you paste the output of this command?
Code:
cudaHashcat64 -m 2500 -b



RE: v1.01 lower WPA speed - jokersk - 01-12-2014

here it is...I know my GPU is not Titan but it works fine in oclHashcat v0.14 (2x better at least Big Grin)


RE: v1.01 lower WPA speed - 2Fac3 - 01-18-2014

It might not be hashcat but your Nvidia card drivers that are making the difference. I've noticed a double in wpa cracking speed when using Nvidia driver versions between 320.00 and 327.23 any drivers before or after drop my speeds down from 100k to 50k. Why the newest drivers are slower I haven't got a clue. Also see http://hashcat.net/forum/thread-2269.html