Discuss this help topic in SecureBlackbox Forum

How to set old-style encryption

To encrypt the archive, specify Password, then set Encrypt property to True. The archive will be encrypted after compression.
Example:

ZipWriter = new TElZipWriter();
ZipWriter.Password = "password";
ZipWriter.Encrypt = true;

How To articles about Zip file operations

Discuss this help topic in SecureBlackbox Forum