python-rar-cracker icon indicating copy to clipboard operation
python-rar-cracker copied to clipboard

A tiny python script for cracking rar file encrypted by a password

Python RAR Cracker

A tiny python script for cracking rar file encrypted by a password

Dependencies

Usage

There are two working modes.

  • In dictionary mode, the script loads each word in the dictionary and trys to decrypt the rarfile using that word.
  • In brute mode, the script trys every permutation of the given string set.

Screenshot

screenshot

Warning

This script is only for learning purpose. Never use it to break the law.