So I have this very, very old rar file that my uncle compressed. And now he has passed away. So the problem is, it has a password. He told me that the file is for me but he never told me the password. It is the only thing I have that reminds me of him and I would like to know if there is a way to bypass the password from the rar file.
I would love some help.
:|
rarcrack pm.rar --threads 2 --type rar
, i getINFO: the specified archive type: rar INFO: cracking pm.rar, status file: pm.rar.xml INFO: Resuming cracking from password: '2' GOOD: This archive was succesfully cracked The good password is: '0' ERROR: The status file (pm.rar.xml) is corrupted!
– Lorem Ipsum Apr 25 '15 at 15:51sudo apt-get remove --purge unrar
and install it after using RarCrack again, because else you can't open the file. – Peter Nerlich Apr 25 '15 at 16:53pm.rar.xml
file removing unused chars in<abc>
...</abc>
. If you knew the minimum password length you could also set<current>
...</current>
to<current>
(passwordlength *0
)</current>
. I guess you don't know anything like that. – Peter Nerlich Apr 25 '15 at 16:57