Back to product page
- Introduction
- License Agreement
- Objects
- Enumerations
- wodTunnel
- Methods
- Properties
- AllocatePty
- Authentication
- Channels
- ClientName
- Compression
- Encryption
- EncryptionList
- FIPS
- HMacList
- Hostname
- KeyExchangeList
- KeySignatureList
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- State
- StateText
- Threads
- Timeout
- UseIPv6
- Version
- Events
- wodTunnelNotify
- Channel
- Channels
- User
- Users
- How to get support?
- Technical information
- Fast notifications interface
- Using threads
- Error list
EncryptionsEnum eumeration
This list shows all the encryption algorithms that can be used during a session with a remote server.
Remarks
If set to encAny, wodSSHTunnel will try to use the AES encryption algorithm first, if it is supported by the remote server. DES encryption cannot be used with SSH2 as it has been 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.Constant | Value | Description |
---|---|---|
encAny | 0 | Anything suitable, selected by wodSSHTunnel component. |
encDES | 1 | DES encryption |
enc3DES | 2 | 3DES encryption |
encAES | 3 | AES encryption |
encBLOWFISH | 4 | BLOWFISH encryption |
encAES128 | 5 | AES 128bit encryption |
encAES192 | 6 | AES 192bit encryption |
encAES256 | 7 | AES 256bit encryption |
encCAST128 | 8 | CAST 128 encryption |