Using Passwords to Protect Zip Files

To create password-protected zip files, set the Password property to a non-empty string before creating any entries. Each entry may have its own password. For example:

      Visual Basic

      C#

To extract this entry later, the Password property must be set to the same value in effect when the entry was added. For example:

      Visual Basic

      C#


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.