Answered here:
https://hashcat.net/forum/thread-8285-po...l#pid44996
On a single hash, you will not see a big difference between:
$ time hashcat -m 2500 --quiet test.hccapx wordlist
$ time hashcat -m 16800 --quiet pmkid.16800 wordlist
But that changes, if you have multiple hashes (e.g.: > 100) inside the hash file.
https://hashcat.net/forum/thread-8285-po...l#pid44996
On a single hash, you will not see a big difference between:
$ time hashcat -m 2500 --quiet test.hccapx wordlist
$ time hashcat -m 16800 --quiet pmkid.16800 wordlist
But that changes, if you have multiple hashes (e.g.: > 100) inside the hash file.