Hashcat slow. I am generating 400 trillions/s passwords
#1
I created short CUDA program which is now generating all combination of 8 characters password (lower/upper case + digits i.e. 200 trillions of combination) with the speed 400 trillions/s on NVIDIA GeForce GTX 960M.

I am working to add PBKDF2_HMAC_SHA1 (4096 iterations - empty loop included in the program above already) and HMAC(sha1()) to crack the WiFi 22000 hash WPA password in couple of seconds.
Reply
#2
(11-09-2022, 05:49 PM)Caster Wrote: I created short CUDA program which is now generating all combination of 8 characters password (lower/upper case + digits i.e. 200 trillions of combination) with the speed 400 trillions/s on NVIDIA GeForce GTX 960M.

I am working to add PBKDF2_HMAC_SHA1 (4096 iterations - empty loop included in the program above already) and HMAC(sha1()) to crack the WiFi 22000 hash WPA password in couple of seconds.

... Good luck.
Reply
#3
Please let us know if your attempt is working.
Mine failed (result only as fast as hashcat or john):
https://github.com/ZerBea/hcxkeys
Reply