is bcrypt´s benchmark showing bcrypt itterations or bcrypt-hashes per second?
#2
If you weren't using a horribly outdated version of hashcat you'd see what bcrypt settings the benchmark is based on.

for example:
Code:
Hashmode: 3200 - bcrypt $2*$, Blowfish (Unix) (Iterations: 32)
Speed.#2.........:    10038 H/s (42.75ms) @ Accel:32 Loops:4 Thr:11 Vec:1

Regarding the speed you are seeing, your setup is not ideal and hence to valid measure of performance. You are running against more than one hash at a time and most importantly you are hardly providing any work to hashcat. If you really want to measure hashcat's performance against a hash you need to use a mask attack with a sufficiently large mask such as ?a?a?a?a?a?a?a?a
Reply


Messages In This Thread
RE: is bcrypt´s benchmark showing bcrypt itterations or bcrypt-hashes per second? - by undeath - 02-23-2020, 09:02 PM