Enum EncryptionStrength
Indicates the AES key size used for ZIP entry encryption.
Namespace: Telerik.Windows.Zip
Assembly: Telerik.Windows.Zip.dll
Syntax
public enum EncryptionStrength
Aes128
Uses a 128-bit AES key.
Aes192
Uses a 192-bit AES key.
Aes256
Uses a 256-bit AES key for maximum strength.