EncryptionMethod

EncryptionMethod enumeration

Encryption/decryption methods can be used with zip archive.

public enum EncryptionMethod : ushort

Values

NameValueDescription
Traditional1Traditional PKWARE encryption.
AES12826126Advanced Encryption Standard with key length 128 bits.
AES19226127Advanced Encryption Standard with key length 192 bits.
AES25626128Advanced Encryption Standard with key length 256 bits.

See Also