passwords - Developing Rainbow Tables -
i working on parallel computing project trying crack passwords using rainbow tables.
the first step have thought of implement small version of cracks password of lengths 5 or 6 (only numeric passwords begin with). begin with, have questions configuration settings.
1 - should size should start with. first guess is, start table 1000 initial, final pair. size start with?
2- number of chains - got no information online should size of chain
3 - reduction function - if can give me information how should go building one.
also, if has information or example, helpful.
there wealth of rainbow tables available online. calculating rainbow tables moves computation burden when attack being run, pre-computation.
http://www.freerainbowtables.com/en/tables/
http://www.renderlab.net/projects/wpa-tables/
http://ophcrack.sourceforge.net/tables.php
http://www.codinghorror.com/blog/2007/09/rainbow-hash-cracking.html
Comments
Post a Comment