Skip to content

Releases: agourlay/zip-password-finder

0.6.0

21 Jan 12:47
Compare
Choose a tag to compare

7% speed on brute forcing AES encrypted archives by not recomputing the archive key for each password.

0.5.1

12 Jan 08:42
Compare
Choose a tag to compare
  • cleanup worker loop
  • publish to crates.io #41

0.5.0

07 Jan 12:56
Compare
Choose a tag to compare

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

17 Dec 10:29
Compare
Choose a tag to compare

minor performance improvements

0.3.0

31 Oct 19:59
Compare
Choose a tag to compare
  • 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

03 Oct 11:32
Compare
Choose a tag to compare

Improve scaling and user experience.

0.1.0

21 Aug 06:41
Compare
Choose a tag to compare

First release.