modified: makefile
[GalaxyCodeBases.git] / c_cpp / etc / rarcrack / README.html
blob7fc52420cd045f0ac0bfd2570e056c5471f3eda6
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="hu">
3 <head>
5 <meta content="text/html; charset=UTF-8" http-equiv="content-type">
6 <title>RarCrack!</title>
9 <meta content="David Zoltan Kedves <kedazo@gmail.com>" name="author">
11 </head>
14 <body style="direction: ltr;">
16 <div style="background-color: rgb(200, 100, 50); width: 100%; height: 50px; text-align: center; color: rgb(255, 255, 255);">
17 <h1>RarCrack!</h1>
19 </div>
21 <div style="background-color: rgb(255, 255, 200); text-align: left; color: rgb(0, 0, 0); font-weight: bold;">
22 <div style="border: 1px none ; text-align: center; float: right; width: 180px; height: 80px; background-color: rgb(204, 204, 34); font-weight: bold;"><br>
24 Download<br>
26 rarcrack-0.2</div>
28 <br>
30 <span style="font-weight: normal;">If you
31 forget your password for compressed archive (rar, 7z, zip), this
32 program is the solution.</span><br style="font-weight: normal;">
34 <span style="font-weight: normal;">
35 </span><span style="font-weight: normal;">This
36 program uses
37 bruteforce algorithm to find correct password. You can specify wich
38 characters will be used in password generations.<br>
40 <span style="font-weight: bold;">Warning:</span>
41 Please don't use this program for any illegal things!<br>
43 <br>
45 You can freely modify and redistribute this program under terms of
46 GPL-2.<br>
48 </span>
49 <div style="text-align: left;">
50 <div style="text-align: left;"><span style="font-weight: normal;"><br>
52 <div style="border: 1px solid rgb(0, 0, 0); width: 80%; text-align: left; background-color: rgb(255, 255, 255); font-weight: bold;"><span style="font-weight: bold;">Changelog:<br>
54 <br>
56 </span><span style="font-weight: normal;">Version
57 0.2 [this is the latest version]</span><br style="font-weight: normal;">
59 <ul>
61 <li><span style="font-weight: normal;">Added
62 multiple cracking threads support</span></li>
64 <li><span style="font-weight: normal;">Added 7z,
65 zip support</span></li>
67 <li><span style="font-weight: normal;">Archive
68 file type auto-detection</span></li>
70 </ul>
72 <br style="font-weight: normal;">
74 <span style="font-weight: normal;">Version 0.1</span><br style="font-weight: normal;">
76 <ul>
78 <li><span style="font-weight: normal;">Inital
79 version (rar cracking working)</span></li>
81 </ul>
83 <span style="font-weight: bold;"></span></div>
85 <br>
87 <div style="border: 1px solid rgb(0, 0, 0); width: 80%; text-align: left; background-color: rgb(255, 255, 255); font-weight: bold;"><span style="font-weight: bold;"></span>Software
88 requirements:<br style="font-weight: normal;">
90 <ul>
92 <li style="font-weight: normal;">&gt; glibc 2.4</li>
94 <li style="font-weight: normal;">any POSIX compatible
95 operating system [sorry Window$ isn't]</li>
97 <li style="font-weight: normal;">pthreads</li>
99 <li><span style="font-weight: normal;">libxml2</span></li>
101 <li><span style="font-weight: normal;">and
102 finally: 7zip, unrar, unzip<br>
104 </span></li>
106 </ul>
108 <span style="font-weight: bold;"><span style="font-weight: bold;"></span></span></div>
110 </span></div>
112 <br>
114 <span style="font-weight: normal;">
115 </span>
116 <div style="text-align: left;"><span style="font-weight: normal;">
117 <div style="border: 1px solid rgb(0, 0, 0); width: 80%; text-align: left; background-color: rgb(255, 255, 255); font-weight: bold;">Building
118 and installing:<br>
120 <br>
122 <span style="font-weight: normal;">Everything is very easy:</span><br>
124 <pre>tar -xjf rarcrack-VERSION.tar.bz2<br>cd rarcrack-VERSION<br>#you need gcc or any C compiler (edit Makefile CC=YOUR_C_COMPILER)<br>make<br>#you must be root in next step:<br>make install</pre>
126 <br>
128 </div>
130 <br>
132 <div style="border: 1px solid rgb(0, 0, 0); width: 80%; text-align: left; background-color: rgb(255, 255, 255); font-weight: bold;">Using
133 RarCrack:<br>
135 <br>
137 <pre>rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rar|zip|7z]</pre>
139 <span style="font-weight: normal;">Everything in [] are
140 optional, rarcrack default crack two threads and autodetect the archive
141 type. If the detection wrong you can specify the correct file type with
142 the type parameter. RarCrack currently crack maximum in 12 threads.<br>
144 <br>
146 After the cracking started RarCrack will print the current status of
147 cracking and save it's to a status file. If you want more specific
148 password character set, you need to run RarCrack to create the XML
149 status file (3 sec).<br>
151 <pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>&lt;rarcrack&gt;<br> &lt;abc&gt;0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&lt;/abc&gt;<br> &lt;current&gt;uU&lt;/current&gt;<br> &lt;good_password&gt;&lt;/good_password&gt;<br>&lt;/rarcrack&gt;<br><br></pre>
153 This is a sample XML file, and you see there is a character set. If you
154 want, you can modify this file and when you start RarCrack again the
155 program will be use new variables.<br>
157 <span style="font-weight: bold;">Warning:</span>
158 Take care when you changing this file, make sure the current password
159 don't have characters outside the abc[character set]!<br>
161 </span><br>
163 </div>
165 </span></div>
167 </div>
169 <div style="text-align: right;"><small><span style="text-align: right;">Copyright 2007 David Zoltan
170 Kedves &lt;kedazo@gmail.com&gt;</span></small></div>
172 </div>
174 </body>
175 </html>