wodSFTP API library - EncryptionsEnum Enumeration
    
 

Description

This list shows all the encryption algorithms that can be used during a session with a remote server.

If set to encAny, wodSFTP will try to use the AES encryption algorithm first, if it is supported by the remote server.

DES encryption is not automatically used when encAny is specified as it has been proved to be unsafe. If you want to use DES encryption, you must explicitly set it in the Encryption function.




Members
Constant Value Description
 encAny 0 Anything suitable, selected by wodSFTP component.
 encDES 1 DES encryption
 enc3DES 2 3DES encryption
 encAES 3 AES encryption
 encBLOWFISH 4 BLOWFISH encryption
 encAES128 5 AES128 encryption
 encAES192 6 AES192 encryption
 encAES256 7 AES256 encryption
 encCAST128 8 CAST128 encryption