zip-password-finder

Find the password of protected ZIP files.

APACHE-2.0 License

Downloads
2.1K
Stars
230

Bot releases are hidden (Show)

zip-password-finder - 0.9.0 Latest Release

Published by agourlay about 1 month ago

New feature

Introduce new option to pass a custom charset via a txt file.

zip-password-finder -i target.zip --charsetFile file-charset.txt

Where the file contains a single line of characters to use for password generation.

zip-password-finder - 0.8.1

Published by agourlay 3 months ago

  • remove dependency on crossbeam because it is not necessary anymore
  • update all dependencies
zip-password-finder - 0.8.0

Published by agourlay 5 months ago

What's Changed

Full Changelog: https://github.com/agourlay/zip-password-finder/compare/v0.7.0...v0.8.0

zip-password-finder - 0.7.0

Published by agourlay over 1 year ago

The charset selection interface is now similar to Hashcat for more flexibility.

  l | abcdefghijklmnopqrstuvwxyz [a-z]
  u | ABCDEFGHIJKLMNOPQRSTUVWXYZ [A-Z]
  d | 0123456789                 [0-9]
  h | 0123456789abcdef           [0-9a-f]
  H | 0123456789ABCDEF           [0-9A-F]
  s | «space»!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~

What's Changed

New Contributors

Full Changelog: https://github.com/agourlay/zip-password-finder/compare/v0.6.4...v0.7.0

zip-password-finder - 0.6.4

Published by agourlay over 1 year ago

Improvements

Dependency updates

Full Changelog: https://github.com/agourlay/zip-password-finder/compare/v0.6.3...v0.6.4

zip-password-finder - 0.6.3

Published by agourlay over 1 year ago

  • optimize password generator
  • optimize password dictionary reader
zip-password-finder - 0.6.2

Published by agourlay over 1 year ago

  • optimize password generator
  • load ZipCrypto archives in memory to speed up the validation
zip-password-finder - 0.6.1

Published by agourlay over 1 year ago

Fix crates.io release.

zip-password-finder - 0.6.0

Published by agourlay over 1 year ago

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

zip-password-finder - 0.5.1

Published by agourlay almost 2 years ago

zip-password-finder - 0.5.0

Published by agourlay almost 2 years ago

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.

zip-password-finder - 0.4.0

Published by agourlay almost 2 years ago

minor performance improvements

zip-password-finder - 0.3.0

Published by agourlay almost 2 years ago

  • faster workers by removing progress bar contention
  • faster dictionary length computation
  • do not crash on non UT8 strings in dictionary
  • new basic charset mode
zip-password-finder - 0.2.0

Published by agourlay about 2 years ago

Improve scaling and user experience.

zip-password-finder - 0.1.0

Published by agourlay about 2 years ago

First release.