Skip to content

0.2

Choose a tag to compare

@wqweto wqweto released this 10 Jan 22:01
· 94 commits to master since this release

Release 0.2 implements password support for traditional ZipCrypt (weak) and WinZip AES-128/196/256 encryption on extract and password support for AES-256 on archive compression.

Crypto functions (traditional and AES) are implemented in a separate cZipCrypto class and are used under optional ZIP_CRYPTO conditional compilation. If no password support is planned then there is no need to include cZipCrypto.cls in your project.

vbzip.exe implements -p PASSWORD option now for encrypted archives handling.