Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFTPD
- Methods
- Properties
- Authentication
- BindIP
- BindIPType
- Certificate
- DirFormat
- Encryption
- EncryptionList
- FileLocking
- FIPS
- ForceUTF8
- GoodbyeMessage
- GreetingMessage
- HMacList
- HostKeyList
- KeyExchangeList
- MaxDataPort
- MinDataPort
- MonitorTransfers
- MyHostname
- MyIP
- Notification
- PasvPort
- Port
- Protocol
- Secure
- ServerName
- SFTPVersion
- Status
- StrictDataIP
- Threads
- Timeout
- UseIPv6
- Users
- Version
- VirtualFiles
- VirtualFolders
- Events
- wodFTPDNotify
- FtpUser
- FtpUsers
- VirtualFile
- VirtualFiles
- VirtualFolder
- VirtualFolders
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Encryption property
Determines encryption algorithm to be used.
Type
An EncryptionsEnum enumeration.Syntax
- Basic
object.Encryption [= value]
The Encryption(object,value) syntax has these parts:
The Encryption(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodFTPD. |
value | An EncryptionsEnum enumeration, as described in settings. |
Remarks
When set to anything else than encAny, during negotiation of secure connection between the client and wodFTPServer, server will allow only specified encryption algorithm to be used for encrypted data transmission. If this property is set to encAny (it is by default), any known (both by wodFTPServer and the client) encryption may be used.Additional encryption methods can be added to wodFTPServer on your request. If it is needed, feel free to send feedback go general@weonlydo.com .
The settings for value are:
Constant | Value | Description |
---|---|---|
encAny | 0 | Anything suitable, selected by wodFtpDLX 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 |
encDH | 10 | DH encryption |
encADH | 11 | ADH encryption |
encRC2 | 12 | RC2 encryption |
encRC4 | 13 | RC4 encryption |
encIDEA | 14 | IDEA encryption |
Warning: changing this property internally changes EncryptionList property also!