Speed of crack for WPA/WPA2 hash
#5
Quote
You shouldn't underestimate how slow it is to read from disk compared to e.g. generating the password candidates with rule/mask engine directly on GPU (fast hashes).
Unquote

You have mentioned that incase of mask engine, then the password generation is it done by the GPU and not done by the CPU , but according to hashcat site https://hashcat.net/wiki/doku.php?id=bru...s_original , it clearly mention that the password generation incase of mask attack is done by the CPU and then copied to the GPU through the PCI... could you please correct me if i am wrong ?

Incase of mask attack ? where is the passwords generated ? CPU or GPU ?

Second question, what is faster ?
Example1: hashcat -m 2500 hash.hccapx -a3 -?d?d?d?d?d?d?d?d -w3
Example2: mp64 ?d?d?d?d?d?d?d?d | hashcat-m 2500 bla.hccap

some times the mask attack is done by hashcat as example1 and some time it is done through piping like example2. what is the better and faster ?



Thank you.


Messages In This Thread
RE: Speed of crack for WPA/WPA2 hash - by philsmd - 09-02-2017, 08:40 AM
RE: Speed of crack for WPA/WPA2 hash - by roundcube222 - 09-02-2017, 08:12 PM
RE: Speed of crack for WPA/WPA2 hash - by undeath - 09-02-2017, 08:59 PM
RE: Speed of crack for WPA/WPA2 hash - by undeath - 09-03-2017, 05:15 PM
RE: Speed of crack for WPA/WPA2 hash - by philsmd - 09-03-2017, 07:33 PM