undeath edit: removed completely unnecessary quote
bcrypt has a salt which is designed to make it infeasible to precompute look up tables... ie. you don't know what the random salt is for the target system. Therefore you'd need to calculate the brcrypt hash for all possible salts?
Now I certainly have seen systems where all password hashes use the same salt, but... they're fortunately rare.
bcrypt has a salt which is designed to make it infeasible to precompute look up tables... ie. you don't know what the random salt is for the target system. Therefore you'd need to calculate the brcrypt hash for all possible salts?
Now I certainly have seen systems where all password hashes use the same salt, but... they're fortunately rare.