Available cipher algorithms for packet encryption
Namespace: EnterpriseDT.Net.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
[FlagsAttribute] public enum SSHCipherAlgorithm |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration SSHCipherAlgorithm |
| Visual C++ |
|---|
[FlagsAttribute] public enum class SSHCipherAlgorithm |
Members
| Member name | Value | Description | |
|---|---|---|---|
| TripleDES | 1 | Triple DES encryption | |
| Blowfish | 2 | Blowfish encryption | |
| AES128 | 4 | AES 128 bit CBC mode encryption | |
| AES192 | 8 | AES 192 bit CBC mode encryption | |
| AES256 | 16 | AES 256 bit CBC mode encryption | |
| AES_CTR_128 | 32 | AES 128 bit CTR mode encryption | |
| AES_CTR_192 | 64 | AES 192 bit CTR mode encryption | |
| AES_CTR_256 | 128 | AES 256 bit CTR mode encryption | |
| All | 255 | All cipher algorithms enabled |