Description
-
Determines encryption algorithm to be used.
Property type
-
An EncryptionsEnum
enumeration. Represents allowed encryption
method to be used between wodFtpDLX and remote server.
Syntax
-
object.Encryption [= value]
The Encryption Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodFtpDLX. |
| value |
An EncryptionsEnum
enumeration, as described in settings. |
Settings
-
The settings for value are:
 |
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 |
Remarks
-
When set to anything else than encAny, during negotiation of secure connection
between wodFtpDLX and remote server, wodFtpDLX 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 wodFtpDLX and remote server) encryption may
be used.
Additional encryption methods can be added to wodFtpDLX
on your request. If it is needed, feel free to send
feedback go general@weonlydo.com
.
|