mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
18 lines
No EOL
886 B
Text
18 lines
No EOL
886 B
Text
Ophcrack is a free Windows password cracker based on rainbow tables.
|
|
It is a very efficient implementation of rainbow tables done by the
|
|
inventors of the method. It comes with a Graphical User Interface
|
|
and runs on multiple platforms.
|
|
|
|
This optionally requires qt4 for the gui, but if you do not wish to
|
|
build the gui, you can use the command line mode; run the build script
|
|
like this: GUI=no ./ophcrack.SlackBuild
|
|
|
|
Ophcrack has a graphing function that goes with the ophcrack gui. The
|
|
graphing function depends on the qwt package available at
|
|
slackbuilds.org. qwt must be built with Qt4 as well by passing
|
|
QMAKE="qmake-qt4" to qwt.SlackBuild, otherwise, the ophcrack slackbuild will
|
|
fail with qwt Qt3 bindings. To enable the graphing function run the
|
|
build script like this: GRAPH=yes ./ophcrack.SlackBiuld
|
|
|
|
Ophcrack tables can be found at
|
|
http://ophcrack.sourceforge.net/tables.php |