EncryptionAlgorithm Enum
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9448)
Specifies the encryption algorithm used to encrypt data.
Syntax
public enum EncryptionAlgorithm
Fields
| Name | Description |
|---|---|
| Aes128 | AES 128 bit encryption. |
| Aes192 | AES 192 bit encryption. |
| Aes256 | AES 256 bit encryption. |
| None | No encryption. |
| Unknown | Unknown encryption algorithm. |
| Zip20 | Traditional PKWARE encryption. Please note that this algorithm is considered weak by today's standards. |