SSHCipherAlgorithm Enumeration
Available cipher algorithms for packet encryption
Namespace: EnterpriseDT.Net.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
[FlagsAttribute]
public enum SSHCipherAlgorithm
<FlagsAttribute>
Public Enumeration SSHCipherAlgorithm
[FlagsAttribute]
public enum class SSHCipherAlgorithm
[<FlagsAttribute>]
type SSHCipherAlgorithm
| 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 |
| AES_GCM_128 | 256 | AES 128 bit GCM mode encryption |
| AES_GCM_256 | 512 | AES 256 bit GCM mode encryption |
| All | 1,023 | All cipher algorithms enabled |