You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v1.8.1
- Fix a bug that prevented mask-based password recovery to be
parallelized when building with MSVC
- Minor simplifications and documentation updates
Release v1.6.0
Features:
- Option for minimal password length for password recovery
- Implement exhaustive password search
- Continue password search if found password does not use expected
character set
- Options to resume an interrupted attack or password recovery
Packaging:
- Removed OpenMP dependency, use standard C++ threads instead
Release v1.5.0
- Load ciphertext's check byte (CRC or timestamp) automatically from
encrypted archive and use as plaintext
- Ability to change an archive's password to a new password specified
by its internal representation
- Option to derive the internal representation of a given password
- Option to keep the encryption header when writing deciphered data
Release v1.4.0
- Ability to list entries in a ZIP archive.
- Ability to specify which ZIP entries to load by index instead of name
to avoid character encoding issues on the command line.
- Add long option alternatives (e.g. --help for -h).