Skip to content

Add multithreading and tqdm progress #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MrCamby
Copy link

@MrCamby MrCamby commented Jun 26, 2025

Introduced multithreading using Python's threading and queue modules to parallelize password attempts, improving performance. Integrated tqdm for progress visualization. Added command-line options for character set selection. Updated dependencies to include tqdm and incremented version to 1.0.4.

MrCamby added 2 commits June 26, 2025 17:02
Introduced multithreading using Python's threading and queue modules to parallelize password attempts, improving performance. Integrated tqdm for progress visualization. Added command-line options for character set selection. Updated dependencies to include tqdm and incremented version to 1.0.4.
Introduces a '-t' argument to set the number of worker threads, and updates queue initialization to use a size based on the thread count. The queue is now initialized in main() with the correct length, improving configurability and resource management.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant