Releases: agourlay/zip-password-finder
Releases · agourlay/zip-password-finder
0.6.0
7% speed on brute forcing AES encrypted archives by not recomputing the archive key for each password.
0.5.1
- cleanup worker loop
- publish to crates.io #41
0.5.0
New architecture based on iterators
Each worker gets a dedicated iterator to fetch the passwords to test, either generated or from a dictionary.
This minimizes the contention between threads and offers better performance and scalability.
0.4.0
minor performance improvements
0.3.0
- faster workers by removing progress bar contention
- faster dictionary length computation
- do not crash on non UT8 strings in dictionary
- new
basic
charset mode
0.2.0
Improve scaling and user experience.