Back to product page

EncryptionsEnum enumeration


These constants define possible encryption algorithms that can be used in SFTP and FTPS protocols.

Remarks

Values from 10 and above are restricted only for FTPS protocol (SSL layer). Values before 10 can be applied both to SFTP and FTPS, if supported by the server.

Members:
Constant Value Description
encAny0 Anything suitable, selected by wodFtpDLX component.
encDES 1 DES encryption
enc3DES2 3DES encryption
encAES 3 AES encryption
encBLOWFISH4 BLOWFISH encryption.
encAES128 5 AES 128bit encryption
encAES1926 AES 192bit encryption
encAES256 7 AES 256bit encryption
encDH10 DH encryption
encADH 11 ADH encryption
encRC212 RC2 encryption
encRC4 13 RC4 encryption
encIDEA14 IDEA encryption

Platforms

Windows