Skip to content

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