10-06-2011, 11:05 AM
yes, but this is not the optimum solution..
there are 28+10 characters (letters + numbers) - 38^7 / 90000 c/s = 353 hours to run
EWSA runs the digit mutation + dictionary in less than 5 minutes (because it doesnt do all the 30^7 combinations)
i've made it in access : get my dictionary, create another one with numbers from 1 to 9999, and do a Cartesian multiply between those two.. i think i'll get lucky
Thanks
there are 28+10 characters (letters + numbers) - 38^7 / 90000 c/s = 353 hours to run
EWSA runs the digit mutation + dictionary in less than 5 minutes (because it doesnt do all the 30^7 combinations)
i've made it in access : get my dictionary, create another one with numbers from 1 to 9999, and do a Cartesian multiply between those two.. i think i'll get lucky
Thanks