Decrypt
RAR is a proprietary archive file format that supports data compression, error correction and file spanning.
First of all, you need to format the RAR file to make the John to recognize it.
rar2john example.rar > hash.txtCrack the password using the formatted text.
john --wordlist=wordlist.txt hash.txtLast updated