edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHCipherAlgorithm Enumeration

Available cipher algorithms for packet encryption

Definition

Namespace: EnterpriseDT.Net.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
[FlagsAttribute]
public enum SSHCipherAlgorithm

Members

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
AES_GCM_128256AES 128 bit GCM mode encryption
AES_GCM_256512AES 256 bit GCM mode encryption
All1,023All cipher algorithms enabled

See Also