/RCrackPy

Python bindings for RCrackI (http://freerainbowtables.com/)

Primary LanguageC++GNU General Public License v2.0GPL-2.0

RCrackPy

WARNING: This project is under active developement.

Compile

Should compile without too much trouble on Windows, OSx. An auto-build script is included for Debian/Ubuntu Linux, and a make file is also included which should work on any Linux distro.

Requires python-dev and libboost-python (check your local repositories)

Just run "make" in /RCrackPy/ and copy RainbowCrack.so onto your PATH, PYTHONPATH, or cwd

Usage

See examples/Example.py

About

Python 2.7 bindings for RCrackI (http://freerainbowtables.com/) using Boost.Python