Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 581 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 581 Bytes

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.