edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Available cipher algorithms for packet encryption

Namespace: EnterpriseDT.Net.Ssh
Assembly: 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 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