![]() |
I would like to know the default password settings used to run the hashcat benchmark. - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: I would like to know the default password settings used to run the hashcat benchmark. (/thread-11946.html) |
I would like to know the default password settings used to run the hashcat benchmark. - joys - 05-02-2024 I would appreciate it if you could tell me how to check the default password settings used to run the hashcat benchmark. thankyou. RE: I would like to know the default password settings used to run the hashcat benchmark. - penguinkeeper - 05-02-2024 Check the "Benchmark.Mask" using: hashcat -m <hash_mode> --hash-info RE: I would like to know the default password settings used to run the hashcat benchmark. - joys - 05-02-2024 Thank you very much! Additionally, the algorithm I checked is scrypt, and the Benchmark.Mask value is ?b?b?b?b?b?b?b. In my environment, it took 33 seconds at 27240 H/s. ?b?b?b?b?b?b?b It appears that only some sample data was used among the corresponding values. Can you confirm what it is? The code is fine too. RE: I would like to know the default password settings used to run the hashcat benchmark. - penguinkeeper - 05-02-2024 That's the "Example.Hash" section, so -m 8900 uses n = 16384, r = 8, p = 1 |