johnopk.blogg.se

Add password to zip file
Add password to zip file










add password to zip file

In order to extract the entry in the zip file, the user can set the Password property to the same value that was used while adding the entry.įor adding a password to an entry, you have to create a zip file using the Create method of C1ZipFile class. The library also provides the CheckPassword method of C1ZipEntry class.

add password to zip file

The C1Zip library provides the Password property in C1ZipFile class to add password to each entry in the zip file prior to adding the file to the zip archive. Protecting your zip file with passwords can keep intruders at bay from the confidential information you share across the wire. While sending your sensitive zip files over the internet, it is essential to secure the data using advanced password protection.












Add password to zip file