Why Speed difference so big between brute and dictionary for (wpa 22000)
#2
This is expected behavior, Dictionary attacks require moving data across the bus and that takes time, whereas bruteforce/mask attacks are computed entirely on the GPU which is much easier/faster. If your dictionary attack looks slower than expected, you may have poor workload: https://hashcat.net/wiki/doku.php?id=fre...full_speed
Reply


Messages In This Thread
RE: Why Speed difference so big between brute and dictionary for (wpa 22000) - by Chick3nman - 09-28-2023, 10:29 PM