/rlcrackzip

Zip password recovery program

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Zip Password Recovery program
=============================

Copyright (C) 2012 Ryan Lothian. Parts also Copyright 2012 (C) Marc Lehmann. 
See AUTHORS.


License: GPL3
-------------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

 
Prerequisites
--------------
Make sure you have python and libboost-all-dev installed.


Build
-----
To build all tests and the program itself.

    $ python build.py > build_log

To run tests (recommended):

    $ python run_tests.py


Use
---

    $ bin/rlcrackzip <zip file name>

At present, only bruteforce lower-case alphabetical mode for up to 6 chars is 
enabled. You'll likely want to edit src/main.cpp.


Benchmark (17 July 2012) - Phenom II X3
---------------------------------------
noradi.zip: 19,371,024 passwords checked per second :)



Feedback 
-------- 

Please e-mail crackzip <at> ryanlothian.com or add an issue 
on Github https://github.com/ryanl/rlcrackzip.

Thanks!