Zip Cracker 0.0.5
http://www.algonet.se/~jonas_b/zipcracker
1998-10-29

  This is an beta release of Zip Cracker. I started to write this 
  program to learn how to use PVM and to write programs to BeoWulf
  Clusters.
  It's great to have this program when you have forgotten "your"
  password for an important zip-archive you have encrypted.
  
  Here is an example how to use it:
  
     zipcracker encrypted.zip secret.txt

  You should replace "encrypted.zip" with the name of you zip archive
  and "secret.txt" with the name of the file you have encrypted and 
  stored in the zip-archive.
  
  This will test all passwords that can be composed with the characters
  'a'-'z'. If you know that the password only contains digits you can use:

     zipcracker encrypted.zip secret.txt --string=0123456789

Look at the man page for more info how to use the program.
 
/ Jonas Borgstrm <jonas_b@bitsmart.com>
