Benchmarks and Password per second
#3
(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
I have that the number of passwords per second is 60227 / 32 (where, 32 is the number of Iterations).

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
1894.5 MH/s is the actual number of passwords per second, as no number of iterations is reported anywhere in the output.

Is this correct?
Reply


Messages In This Thread
RE: Benchmarks and Password per second - by theNosieKnows - 04-24-2020, 10:59 AM