CompressedCrack icon indicating copy to clipboard operation
CompressedCrack copied to clipboard

Crack password .rar and .zip file with Python

Results 6 CompressedCrack issues
Sort by recently updated
recently updated
newest added

The code is pretty slow. Consider adding multiple threads

feature

This script it's too slow to crack files.

Traceback (most recent call last): File "crack.py", line 139, in main() File "crack.py", line 134, in main check = Check(sys.argv[1:]) File "crack.py", line 32, in __init__ if (self.CheckFileExist(Arg)): File "crack.py",...

Can you add a gpu or more ram support? Or at least multi-threads That will be way faster =D

feature

What the **UnRAR.exe** do there? It seem like not to be 100% open source ... Right?

Added tqdm progress bar support