Back to product page
- Introduction
- Overview
- License Agrement
- Getting Started
- Objects
- Enumerations
- wodSSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- ClientName
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encoding
- Encryption
- EncryptionList
- ErrorText
- ExitSignal
- ExitStatus
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyForward
- KeySignatureList
- LastError
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StateText
- StripANSI
- StripNull
- Subsystem
- TerminalSpeed
- TerminalType
- Timeout
- UseIPv6
- Version
- Events
- IwodSSHNotify
- How to get support?
- Technical information
- Fast notifications interface
- Error list
EncryptionsEnum Enumeration
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.
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.
Remarks
Possible values for EncryptionsEnum:
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 |