Hashcat slow. I am generating 400 trillions/s passwords - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Hashcat slow. I am generating 400 trillions/s passwords (/thread-11114.html) |
Hashcat slow. I am generating 400 trillions/s passwords - Caster - 11-09-2022 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. RE: Hashcat slow. I am generating 400 trillions/s passwords - pdo - 11-09-2022 (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. ... Good luck. RE: Hashcat slow. I am generating 400 trillions/s passwords - ZerBea - 11-10-2022 Please let us know if your attempt is working. Mine failed (result only as fast as hashcat or john): https://github.com/ZerBea/hcxkeys |