wodSSH ActiveX Control - EncryptionsEnum Enumeration
    
 

Description

This list shows all the encryption algorithms that can be used during a session with a remote server. It is valid only for SSH protocols.

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

DES encryption cannot be used with SSH2 since it is proven to be unsafe. SSH1 still supports it, although usage of Blowfish is suggested.

AES encryption cannot be used with SSH1 because the protocol specification doesn't support it.




Members
Constant Value Description
 encAny 0 Anything suitable, selected by wodSSH 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

Back to product page