Specifies the encryption algorithm used to encrypt data.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Enumeration EncryptionAlgorithm |
C# |
---|
public enum EncryptionAlgorithm |
Members
Member name | Description | |
---|---|---|
None |
No encryption.
| |
Unknown |
Unknown encryption algorithm.
| |
Aes128 |
AES 128 bit encryption.
| |
Aes192 |
AES 192 bit encryption.
| |
Aes256 |
AES 256 bit encryption.
| |
Zip20 |
Traditional PKWARE encryption. Please note that this algorithm is considered weak by today's standards.
|