ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/fcrackzip/main.c
(Generate patch)

Comparing fcrackzip/main.c (file contents):
Revision 1.2 by root, Wed Oct 1 04:29:43 2008 UTC vs.
Revision 1.3 by root, Sun Jun 20 13:13:45 2010 UTC

320 " [-p|--init-password string] use string as initial password/file\n" 320 " [-p|--init-password string] use string as initial password/file\n"
321 " [-l|--length min-max] check password with length min to max\n" 321 " [-l|--length min-max] check password with length min to max\n"
322 " [-u|--use-unzip] use unzip to weed out wrong passwords\n" 322 " [-u|--use-unzip] use unzip to weed out wrong passwords\n"
323 " [-m|--method num] use method number \"num\" (see below)\n" 323 " [-m|--method num] use method number \"num\" (see below)\n"
324 " [-2|--modulo r/m] only calculcate 1/m of the password\n" 324 " [-2|--modulo r/m] only calculcate 1/m of the password\n"
325 " file... the zipfiles to crack\n" 325 " file... the zipfiles to crack\n"
326 "\n" 326 "\n"
327 ); 327 );
328 328
329 printf ("methods compiled in (* = default):\n\n"); 329 printf ("methods compiled in (* = default):\n\n");
330 for (crack_method = methods; crack_method->desc; crack_method++) 330 for (crack_method = methods; crack_method->desc; crack_method++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines