Enum EncryptionMethod
EncryptionMethod enumeration
Encryption/decryption methods can be used with zip archive.
public enum EncryptionMethod : ushort
Values
Name | Value | Description |
---|---|---|
Traditional | 1 | Traditional PKWARE encryption. |
AES128 | 26126 | Advanced Encryption Standard with key length 128 bits. |
AES192 | 26127 | Advanced Encryption Standard with key length 192 bits. |
AES256 | 26128 | Advanced Encryption Standard with key length 256 bits. |
See Also
- namespace Aspose.Zip.Saving
- assembly Aspose.Zip