8 BILLION hashes/sec on V100s
#1
The hashcat is very slow compared to dedicated C++ CUDA program.

How to modify this program to allow Hash-Mode 22000 (WPA PMKID+EAPOL (WPA*01/2)) password search? See youtube source, program is processing 8 BILLION hashes/sec on V100s.

hc2000 data can be defined in the program or the program can read the *.hc22000 file

I would like to test in on known password with 8 characters (lower case, upper case and digits) i.e. 218 E12 brute force combinations. With 32 Gh/s it should takes less than 2 hours.

I tested the above mentioned program on my laptop (LinuxKALI/CUDA/NVCC) with NVIDIA GeForce GTX 960M. The program is running very fast. I got about 32 Gh/s.
Reply


Messages In This Thread
8 BILLION hashes/sec on V100s - by Caster - 10-07-2022, 10:31 AM
RE: 8 BILLION hashes/sec on V100s - by Caster - 10-07-2022, 04:54 PM
RE: 8 BILLION hashes/sec on V100s - by pdo - 10-07-2022, 04:58 PM
RE: 8 BILLION hashes/sec on V100s - by Caster - 10-07-2022, 07:23 PM
RE: 8 BILLION hashes/sec on V100s - by pdo - 10-07-2022, 07:47 PM
RE: 8 BILLION hashes/sec on V100s - by Caster - 10-07-2022, 10:04 PM
RE: 8 BILLION hashes/sec on V100s - by pdo - 10-07-2022, 10:12 PM