Skip to content

Releases: agourlay/zip-password-finder

0.6.4

14 Apr 21:33
Compare
Choose a tag to compare

Improvements

Dependency updates

Full Changelog: v0.6.3...v0.6.4

0.6.3

29 Jan 19:42
Compare
Choose a tag to compare
  • optimize password generator
  • optimize password dictionary reader

0.6.2

28 Jan 10:05
Compare
Choose a tag to compare
  • optimize password generator
  • load ZipCrypto archives in memory to speed up the validation

0.6.1

21 Jan 13:29
Compare
Choose a tag to compare

Fix crates.io release.

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.