04-24-2020, 10:59 AM
(This post was last modified: 04-24-2020, 11:01 AM by theNosieKnows.)
(04-24-2020, 08:41 AM)philsmd Wrote: (kilo, mega, giga, tera) hashes per second
several algorithms do not have iterations (raw hashes for instance). The iteration count is mentioned separately, just try it yourself:
Code:hashcat -m 7400 -b
Ok, thanks. Let me check if I understood correctly.
Here, some examples:
In case of bcrypt:
Code:
Hashmode: 3200 - bcrypt $2*$, Blowfish (Unix) (Iterations: 32)
Speed.#1.........: 60227 H/s (41.42ms) @ Accel:16 Loops:8 Thr:8 Vec:1
Instead, for SHA3-512:
Code:
Hashmode: 17600 - SHA3-512
Speed.#1.........: 1894.5 MH/s (54.59ms) @ Accel:64 Loops:32 Thr:640 Vec:1
Is this correct?