2020-03-06 05:35:08 +08:00
|
|
|
rarcrack (password cracker for rar/7z/zip archives)
|
2015-09-21 07:06:27 +08:00
|
|
|
|
2020-03-06 05:35:08 +08:00
|
|
|
rarcrack uses a brute force algorithm to guess your encrypted
|
2015-09-21 07:06:27 +08:00
|
|
|
compressed file's password.
|
|
|
|
|
|
|
|
This program can crack zip, 7z and rar file passwords.
|
2019-12-07 21:13:36 +08:00
|
|
|
|
2020-03-06 05:35:08 +08:00
|
|
|
Optional (recommended) dependencies: At runtime, you'll need unrar to
|
|
|
|
crack rar files, and/or p7zip to crack 7z files.
|
2021-09-11 07:19:33 +08:00
|
|
|
|
|
|
|
Note: this is *really slow*, as it executes zip/7z/rar repeatedly,
|
|
|
|
once per generated password. If you're dealing with a zip file,
|
|
|
|
fcrackzip is much faster (but doesn't support 7z or rar).
|