All Projects → GoogleLLP → Archive Password Cracker

GoogleLLP / Archive Password Cracker

Licence: lgpl-3.0
设计精良的压缩包密码破解工具,具有自定义字典、导出字典、选择字典等功能。基于Python实现,支持多线程与多进程,不断完善中……

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Archive Password Cracker

NotEnoughAV1Encodes-Qt
Linux GUI for AV1 Encoders
Stars: ✭ 27 (-58.46%)
Mutual labels:  multiprocessing, pyqt5
React Native Multithreading
🧵 Fast and easy multithreading for React Native using JSI
Stars: ✭ 164 (+152.31%)
Mutual labels:  multithreading, multiprocessing
Crypto Rl
Deep Reinforcement Learning toolkit: record and replay cryptocurrency limit order book data & train a DDQN agent
Stars: ✭ 328 (+404.62%)
Mutual labels:  multithreading, multiprocessing
Mongols
C++ high performance networking with TCP/UDP/RESP/HTTP/WebSocket protocols
Stars: ✭ 250 (+284.62%)
Mutual labels:  multithreading, multiprocessing
bsuir-csn-cmsn-helper
Repository containing ready-made laboratory works in the specialty of computing machines, systems and networks
Stars: ✭ 43 (-33.85%)
Mutual labels:  multiprocessing, multithreading
Pypette
Ridiculously simple flow controller for building complex pipelines
Stars: ✭ 258 (+296.92%)
Mutual labels:  multithreading, multiprocessing
Autooffload.jl
Automatic GPU, TPU, FPGA, Xeon Phi, Multithreaded, Distributed, etc. offloading for scientific machine learning (SciML) and differential equations
Stars: ✭ 21 (-67.69%)
Mutual labels:  multithreading, multiprocessing
Geomandel
Fractal generator with lots of fancy stuff
Stars: ✭ 39 (-40%)
Mutual labels:  multithreading
Spin
a small utility to assist in setting usage modes of laptop-tablet devices
Stars: ✭ 52 (-20%)
Mutual labels:  multiprocessing
Threadpool
Modern C++ Thread Pool
Stars: ✭ 38 (-41.54%)
Mutual labels:  multithreading
Enkits
A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support.
Stars: ✭ 962 (+1380%)
Mutual labels:  multithreading
Sales Cashregister
Cash Register Version 2.0 with barcode logon and to 8 buttongroups with each 23 programmable product buttons and equipped with inventory management system
Stars: ✭ 45 (-30.77%)
Mutual labels:  pyqt5
Aiomultiprocess
Take a modern Python codebase to the next level of performance.
Stars: ✭ 1,070 (+1546.15%)
Mutual labels:  multiprocessing
Pixivcrawleriii
A python3 crawler for crawling Pixiv ranking top and any illustrator all artworks
Stars: ✭ 38 (-41.54%)
Mutual labels:  multithreading
Tsne Cuda
GPU Accelerated t-SNE for CUDA with Python bindings
Stars: ✭ 1,120 (+1623.08%)
Mutual labels:  multithreading
Asynchronize
A declarative syntax for creating asynchronous methods.
Stars: ✭ 35 (-46.15%)
Mutual labels:  multithreading
Openmp Examples
openmp examples
Stars: ✭ 64 (-1.54%)
Mutual labels:  multithreading
Handyview
Handy image viewer based on PyQt5. Convenient for viewing and comparing :-)
Stars: ✭ 60 (-7.69%)
Mutual labels:  pyqt5
Coala Quickstart
A tool that generates an initial coala config file for you!
Stars: ✭ 47 (-27.69%)
Mutual labels:  multiprocessing
Op rbf
Optimized Recursive Bilateral Filter
Stars: ✭ 47 (-27.69%)
Mutual labels:  multithreading

压缩包密码破解

This repository provides codes to crack archive with password

Privacy Policy

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共享平台。

截图展示

export_dict
crack_password
actions

使用说明

方法一:直接运行exe文件

使用release版本:运行main.exe

方法二:通过python运行脚本

本项目使用python3.7.3构建,依赖库已保存至文件requirements.txt,cd到该目录下,依次执行以下命令

python -m venv
pip install -r requirements.txt

版本迭代

0.1.0.0

支持内置字典以及外部字典破解
支持将内置字典导出至外部文件
通过多进程读写文件方式提速
简单的UI窗口

1.0.0.0

新增.rar文件支持
后台多进程任务使用生产者消费者模式
优化代码执行逻辑
修复后台任务运行时,主界面卡死的bug
新增导出字典,破解的进度展示,优化用户体验
修复若干bug

1.1.0.0

优化用户界面展示逻辑
修复若干bug

1.2.0.0

新增停止功能:停止导出字典任务、停止破解任务
修复若干bug
新增动图展示
通过类型Type-hinting兼容PyCharm语法提示
改善后台逻辑,提高运行效率

1.2.1.0

修复一些bug

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].