Full Disclosure mailing list archives

Remove duplicate chains in Rainbow Tables : "rm_duplicate_chains" released


From: lab <lab () sisecurite fr>
Date: Mon, 17 Mar 2008 17:52:43 +0100

"rm_duplicate_chains" is an optimised way to remove duplicate chains
in Rainbow Tables.

An article (in french) is available here :

http://www.sisecurite.fr/articles_et_actualites/Retirer-les-doublons-des-Rainbow.html


To use it (assuming tables are sorted) :

- Install "Boost Regex library" :
http://www.boost.org/libs/regex/doc/index.html (libboost-regex-dev on
Ubuntu/Debian )

- Compile : g++ -Wall -O3 rm_duplicate_chains.cc -o
rm_duplicate_chains -lboost_regex

- Run : rm_duplicate_chains /rtables/ /rtables_dst/


Download "rm_duplicate_chains.cc" :
http://www.sisecurite.fr/pub/rm_duplicate_chains.cc

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/


Current thread: