]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/README.txt
Merge branch 'master' of git@gitorious.org:freerainbowtables-applications/freerainbow...
[freerainbowtables] / Client Applications / rcracki_mt / README.txt
index b4b8cd882d8cebbb6ec70eea6bb3cbb61a620111..875cf56419bc96962d71b949ebfe80d460d1ff56 100644 (file)
@@ -92,6 +92,9 @@ faster and smaller. Rcracki also supported hybrid tables.
 DaniĆ«l Niggebrugge <neinbrucke> further enhanced this version and made it multi threaded, creating rcracki_mt. More 
 features were added over time, making it less of an unofficial version with every release.
 
+James Nobis - <quel> improved *nix compatibility and 64-bit compatability and
+continues work on the project.
+
 
 SUPPORTED HASH ALGORITHMS
 ================
@@ -104,22 +107,28 @@ HALFLMCHALL, SHA1
 
 SUPPORTED PLATFORMS
 ================
-Rcracki_mt is released both as win32 binary and as source package. Rcracki_mt should work on any Microsoft Windows system, but is only tested on a 32 bit Windows XP. The source should work on Linux versions, but this has only been tested on 32 bit Ubuntu (8.10).
-
-Some people have reported issues with compiling on 64 bit Linux. If you have trouble, please report details, as workaround try this suggested solution for AMD64 UBUNTU 8.10:
+Rcracki_mt is released both as win32 binary and as source package. Rcracki_mt should work on any Microsoft Windows system, but is only tested on a 32 bit Windows XP. 
 
-    sudo apt-get install ia32-libs
+The source should work on Linux distributions.  It has been tested on:
+32-bit Ubuntu
+32-bit Debian GNU/Linux
+64-bit Debian GNU/Linux
 
+The source should also work on other platforms and has been tested on:
+32-bit MacOSX
 
-you might need to do:
-    cd /usr/lib32/
-    sudo ln -s libstdc++.so.6 libstdc++.so
-    sudo ln -s libssl.so.0.9.8 libssl.so
+32-bit FreeBSD
+64-bit FreeBSD
+32-bit NetBSD
+32-bit OpenBSD - you must install and use eg++ from ports
+64-bit OpenBSD
 
+Only compilation has been tested on:
+64-bit MacOSX
 
-add -m32 to the compilerline in the Makefile
-    g++ -m32 *.cpp -L/usr/lib32 -lssl -lpthread -O3 -o rcracki_mt
+Please note that to compile under the BSDs you must use gmake.
 
+OpenBSD threading is a work in progress.
 
 'OPTIONAL' TODO
 ================