ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/fcrackzip/README
Revision: 1.1
Committed: Mon Aug 4 07:09:50 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Log Message:
initial check-in, also 1.0 check-in

File Contents

# Content
1
2 See fcrackzip.txt (which is derived from the manpage), or fcrackzip.html
3
4 There is a web page with more information at
5 http://lehmann.home.ml.org/fcrackzip.html or
6 http://www.goof.com/pcg/marc/fcrackzip.html
7
8 A sample password-protected .zip file is included as "noradi.zip". It's
9 password has 6 lower case characters, and fcrackzip will find it (and a
10 number of false positives) with
11
12 fcrackzip -b -c a -p aaaaaa ./noradi.zip
13
14 which will take between one and thirty minutes on typical machines.
15
16 To find out which of these passwords is the right one either try them out
17 or use the --use-unzip option.
18
19 Marc
20