password combinations amount multiplies after adding hashes - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: password combinations amount multiplies after adding hashes (/thread-11565.html) |
password combinations amount multiplies after adding hashes - blaster666 - 08-19-2023 I have txt with 1 000 000 passwords When I am trying to crack ONE 3200 mode hash, it shows me in console progress of 1 000 000 combinations When I am adding 10 hashes, it becomes 10 000 000 combinations, on 1 000 000 wordlist It is how it is naturally working, or I am having some issues with paralell working? RE: password combinations amount multiplies after adding hashes - blaster666 - 08-19-2023 But while doing the same for md5, I am not facing such an issue. Is it becuase of each bcrypt hash = unique salt? RE: password combinations amount multiplies after adding hashes - Chick3nman - 08-19-2023 All work must be done per unique salt, so each unique salt multiples the keyspace. |