This repository provides codes to crack archive with password
You need select the archive file that you want to crack. In the newest version, this application will crack the archive password by enumerating passwords that you can config in this software. We will not collect any information from your archive file.
你需要在软件中选择要破解的压缩文件。在最新版本中,该软件通过暴力枚举密码的方式来破解压缩包密码,你可以在软件中配置你需要枚举的密码。我们将不会从你的压缩文件中收集任何信息。
通过暴力枚举的方式,破解压缩包密码,后期将搭建md5-password共享平台。
使用release版本:运行main.exe
本项目使用python3.7.3构建,依赖库已保存至文件requirements.txt,cd到该目录下,依次执行以下命令
python -m venv
pip install -r requirements.txt
支持内置字典以及外部字典破解
支持将内置字典导出至外部文件
通过多进程读写文件方式提速
简单的UI窗口
新增.rar文件支持
后台多进程任务使用生产者消费者模式
优化代码执行逻辑
修复后台任务运行时,主界面卡死的bug
新增导出字典,破解的进度展示,优化用户体验
修复若干bug
优化用户界面展示逻辑
修复若干bug
新增停止功能:停止导出字典任务、停止破解任务
修复若干bug
新增动图展示
通过类型Type-hinting兼容PyCharm语法提示
改善后台逻辑,提高运行效率
修复一些bug