precompute bcrypt hashes
#8
so you are trying to build some kind of a rainbow table in 2k20 ?

the problem that you might be also completely ignoring is that I/O (disk etc) is very slow (https://en.wikipedia.org/wiki/File:Compu...rarchy.svg, https://www.formulusblack.com/wp-content....22-PM.png).... so you must be very sure that you are doing it right with when and how often you flush the output to NVM SSD hopefully or ramdisk ... it could be the bottleneck even for some very higher cost factors.
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