Friday, April 29, 2011

64-bit compilation with VS2008

More as a note to myself when I do this again:

http://www.cppblog.com/xcpp/archive/2009/09/09/vc2008express_64bit_win7sdk.html


This is a very useful link involving getting 64-bit compilation working with VS2008 (relevant for CUDA).

Saturday, April 23, 2011

Multi-hash, multi-GPU cracking!

There's finally a beta out that does multiple GPU, multiple-hash cracking for the Cryptohaze tables.

http://cryptohaze.com/forum/viewtopic.php?f=5&t=222

Right now, it's Linux-only, MD5-only (len 6-10), and has a way of segfaulting... sometimes.  It's compiled with debug symbols, so if you can reliably reproduce a segfault, PLEASE, let me know with gdb output!

However:

It takes large hashlists (any size, though beyond a few hundred is of questionable value), uses all avaiable GPUs to generate the candidate hashes, merges any duplicates, searches the table (using the index if possible), again merges the chains to eliminate duplicates, and uses all GPUs to regenerate chains.

Please, try it out and let me know how it works for you!

Windows & Mac versions coming soon.