EncryptionAlgorithm Property
The encryption algorithm to use.
Syntax
property EncryptionAlgorithm: TipcECCEncryptionAlgorithms read get_EncryptionAlgorithm write set_EncryptionAlgorithm;
TipcECCEncryptionAlgorithms = ( iesAES, iesTripleDES, iesXOR );
Default Value
iesAES
Remarks
This setting specifies the encryption algorithm to use when Encrypt is called. This must also be set before calling Decrypt to match the algorithm used during the initial encryption.
Possible values are:
- 0 (iesAES - default)
- 1 (iesTripleDES)
- 2 (iesXOR)