precompute bcrypt hashes
#2
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.
Reply


Messages In This Thread
precompute bcrypt hashes - by f1l1b0x - 01-22-2020, 02:11 PM
RE: precompute bcrypt hashes - by blacktraffic - 01-22-2020, 04:07 PM
RE: precompute bcrypt hashes - by f1l1b0x - 01-22-2020, 09:47 PM
RE: precompute bcrypt hashes - by Chick3nman - 01-23-2020, 02:21 AM
RE: precompute bcrypt hashes - by f1l1b0x - 01-23-2020, 02:39 AM
RE: precompute bcrypt hashes - by f1l1b0x - 01-30-2020, 03:19 AM
RE: precompute bcrypt hashes - by f1l1b0x - 01-31-2020, 11:27 PM
RE: precompute bcrypt hashes - by philsmd - 01-31-2020, 11:46 PM
RE: precompute bcrypt hashes - by f1l1b0x - 02-01-2020, 12:02 AM
RE: precompute bcrypt hashes - by philsmd - 02-01-2020, 08:19 AM
RE: precompute bcrypt hashes - by f1l1b0x - 02-01-2020, 12:17 PM
RE: precompute bcrypt hashes - by f1l1b0x - 02-02-2020, 03:22 PM
RE: precompute bcrypt hashes - by philsmd - 02-02-2020, 03:49 PM
RE: precompute bcrypt hashes - by f1l1b0x - 02-02-2020, 08:22 PM