README 509 B

1234567891011121314
  1. rarcrack (password cracker for rar/7z/zip archives)
  2. rarcrack uses a brute force algorithm to guess your encrypted
  3. compressed file's password.
  4. This program can crack zip, 7z and rar file passwords.
  5. Optional (recommended) dependencies: At runtime, you'll need unrar to
  6. crack rar files, and/or p7zip to crack 7z files.
  7. Note: this is *really slow*, as it executes zip/7z/rar repeatedly,
  8. once per generated password. If you're dealing with a zip file,
  9. fcrackzip is much faster (but doesn't support 7z or rar).