Algorithm Property
The TEA algorithm.
Syntax
property Algorithm: TipcTEAAlgorithms read get_Algorithm write set_Algorithm;
TipcTEAAlgorithms = ( taXXTEA, taXTEA, taTEA );
Default Value
taXXTEA
Remarks
This property specifies the TEA algorithm to use. It is recommended to use the XXTEA (Corrected Block TEA) algorithm for security reasons. Possible values are:
0 (taXXTEA - default) | Correct Block TEA |
1 (taXTEA) | eXtended TEA |
2 (taTEA) | TEA (Tiny Encryption Algorithm) |