mysqlsha1_loweralpha-numeric-space#1-8
loweralpha-numeric-space = [abcdefghijklmnopqrstuvwxyz0123456789 ]
charSetLen = 37
chainLen = 12000
numTables = 5
keySpace = 3,610,048,327,640 = 2 ^ 41.72
bruteForcePoint = 10,027
tableWorkFactor = 4.4886
chainLen = 1360000000 //ignore this
expectedUniqueChains = 420000000 //this is what we will do ;420 milion chains / table
tableSuccessRate = 0.752460326481245 = 75.246 %
tableSetSuccessRate = 0.999070554200416 = 99.907 % //perfected tables

totalUniqueChains = 2100000000
RTIv1 size = 19829673130 bytes = 18.467 GiB
some thought on this :
this config i gave is only 3 GiB smaller than
this one.
and it's ~2 times slower. should we do the 4 table set, what sc00bz posted ?
the above bfpoint = 10,000
the md5 table bfpoint = 18,052
above RTIv1 size = 18.5 GiB
the md5 RTIv1 size = 21.8 GiB
above totalSuccessRate = 99.907 % (1 in 1075)
the md5 set totalSuccessRate = 99.9299% (Miss 1 in 1426)
should i try a config for a 4 table set ?
Sc00bz, any thoughts ?