01-28-2020, 02:59 PM
(This post was last modified: 01-28-2020, 03:36 PM by derlange2k.)
Ok, from my understanding it works that way:
The salt is:
hashcat should generate MD5 hashes with the given attack mode, salt it with the above salt and compare it with the first two AES blocks:
Am i right?
EDIT: i've also found out, that iteration count for this is 3, if this helps.
The salt is:
Code:
c6b79fb89bf0d051
hashcat should generate MD5 hashes with the given attack mode, salt it with the above salt and compare it with the first two AES blocks:
Code:
a6a18d9d5b66fa5b7a16e227c46566049c1f272cba153abf17cb329591d4b487
Am i right?
EDIT: i've also found out, that iteration count for this is 3, if this helps.