CompressedCrack
CompressedCrack copied to clipboard
Crack password .rar and .zip file with Python
The code is pretty slow. Consider adding multiple threads
This script it's too slow to crack files.
error
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
What the **UnRAR.exe** do there? It seem like not to be 100% open source ... Right?
Added tqdm progress bar support