.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Zip Class Summary

Zip::Encryption

The symmetric encryption algorithm. Valid values are: 0 = none, 1 = blowfish, 2 = twofish, 3 = rijndael (AES). When a Zip is encrypted, the directory will still be readable by programs such as WinZip, but the contents, if unzipped, will be garbled. Only applications using Zip.NET can decrypt and unzip Zip files created by Zip.NET.

  Declarations  
    [Visual Basic]
Public Property Encryption As Integer

[C#]
public int Encryption {get; set;}

[C++]
public: __property int get_Encryption();
public: __property void set_Encryption(int);

[JScript]
public function get Encryption() : int;
public function set Encryption(int);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.