10 March 2012
RarCrack: A Tool to Recover Lost Passwords for 7z, ZIP, and RAR Files - Ubuntu 11.10/12.04
RarCrack is a command line tool that allows users to recover passwords of compressed archive files for the following formats:- 7z
- RAR
- ZIP
sudo add-apt-repository ppa:ole.wolf/rarcrack
sudo apt-get update
sudo apt-get install rarcrack
For Ubuntu 11.10 (32-bit), install RarCrack with these commands:
wget -O rarcrack_0.2-3_i386.deb http://goo.gl/nOcCm
sudo dpkg -i rarcrack_0.2-3_i386.deb
For Ubuntu 11.10 (64-bit), run these commands:
wget -O rarcrack_0.2-3_amd64.deb http://goo.gl/rBcGA
sudo dpkg -i rarcrack_0.2-3_amd64.deb
For normal use of RarCrack, cd to the folder containing your archive file and run this command according to your file format:
rarcrack file.rar
rarcrack file.zip
rarcrack file.7z
For more information about this command line tool, check this page.







