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