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.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