SSHCipherAlgorithm Enumeration |
Available cipher algorithms for packet encryption
Namespace:
EnterpriseDT.Net.Ssh
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax[FlagsAttribute]
public enum SSHCipherAlgorithm
<FlagsAttribute>
Public Enumeration SSHCipherAlgorithm
[FlagsAttribute]
public enum class SSHCipherAlgorithm
[<FlagsAttribute>]
type 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 |
See Also