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