Releases: kimci86/bkcrack
Releases · kimci86/bkcrack
Release v1.3.1
Return 1 on failure (failed attack or password recovery) to enable easier scripting.
Release v1.3.0
Added the ability to recover password from internal keys.
Release v1.2.2
- Improve the CI workflow and add Win32 builds
- Truncate plaintext to 1 MiB by default to save RAM
- Minor tweaks
Release v1.2.1
- Better Z reduction
- Filter keys with plaintext both forward and backward
Release v1.2.0
- Added the ability to change an archive's password.
It was easier to implement than removing encryption and allows to
extract entries using regular archive managers and the new password.
Release v1.1.0
- Loading ZIP files using Zip64 extensions is now supported
- Check which encryption algorithm is used when loading data from ZIP files (i.e. will not try to attack AES encrypted files)
- Improved doxygen documentation
- Minor style improvements and fixes
Release v1.0.1
- Updated pdqsort
- Improved sparse plaintext loading
Release v1.0.0
First release