Algorithm Property
The symmetric algorithm.
Syntax
property Algorithm: TipcezcryptAlgorithms;
TipcezcryptAlgorithms = ( ezAES, ezBlowfish, ezCAST, ezDES, ezIDEA, ezRC2, ezRC4, ezTEA, ezTripleDES, ezTwofish );
Default Value
ezAES
Remarks
This property specifies the symmetric algorithm to use. Possible values are:
- 0 (AES - default)
- 1 (Blowfish)
- 2 (CAST)
- 3 (DES)
- 4 (IDEA)
- 5 (RC2)
- 6 (RC4)
- 7 (TEA)
- 8 (TripleDES)
- 9 (Twofish)
Data Type
Integer