edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

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
Members
  Member nameValueDescription
TripleDES1Triple DES encryption
Blowfish2Blowfish encryption
AES1284AES 128 bit CBC mode encryption
AES1928AES 192 bit CBC mode encryption
AES25616AES 256 bit CBC mode encryption
AES_CTR_12832AES 128 bit CTR mode encryption
AES_CTR_19264AES 192 bit CTR mode encryption
AES_CTR_256128AES 256 bit CTR mode encryption
All255All cipher algorithms enabled
See Also