08-07-2023, 12:16 AM
I promise to the whole forum, that is my last topic for closest time, cuz I've created already 3 , but all of them for different subjects
nvm
What about Loop confusion
On bcrypt benchmark I could see this data:
Hashmode: 3200 - bcrypt $2*$, Blowfish (Unix) (Iterations: 32) Speed.#1.........: 54069 H/s (19.72ms) @
Accel:1 Loops:32 Thr:24 Vec:1
It says 32 iterations, 32 loops
And when running real bruteforce I have little bit different data :
Accel:2 Loops:256 Thr:24 Vec:1
Accel and Thr difference not so important for me, as the amount of Loops : 256
Could you tell me please, do I understand correctly, that is because of different parameter of Rounds used while encrypting the string ?
e.g. $2$10 and $2$5
And if I run bruteforce on "lower amount of rounds-hash", it will change?
Or maybe I am running something wrong, if so, could you help me please
nvm
What about Loop confusion
On bcrypt benchmark I could see this data:
Hashmode: 3200 - bcrypt $2*$, Blowfish (Unix) (Iterations: 32) Speed.#1.........: 54069 H/s (19.72ms) @
Accel:1 Loops:32 Thr:24 Vec:1
It says 32 iterations, 32 loops
And when running real bruteforce I have little bit different data :
Accel:2 Loops:256 Thr:24 Vec:1
Accel and Thr difference not so important for me, as the amount of Loops : 256
Could you tell me please, do I understand correctly, that is because of different parameter of Rounds used while encrypting the string ?
e.g. $2$10 and $2$5
And if I run bruteforce on "lower amount of rounds-hash", it will change?
Or maybe I am running something wrong, if so, could you help me please