TmnxEncrAlgorithm
TmnxEncrAlgorithm data type is an enumerated integer that describes the values used to identify the encryption algorithm. Value Descriptions: null - Choosing this value configures the high-speed null algorithm, which does nothing. This is same as not having encryption turned on. des - Choosing this value configures the 56-bit des algorithm for encryption. This is an older algorithm with relatively weak security. While better than nothing, it should only be used where a strong algorithm is not available on both ends at an acceptable performance level. des3 - Choosing this value configures the 3-des algorithm for encryption. This is a modified application of the des algorithm which uses multiple des operations to make things more secure. aes128 - Choosing this value configures the aes algorithm with a block size of 128 bits. This is a mandatory implementation size for aes. As of today, this is a very strong algorithm choice. aes192 - Choosing this value configures the aes algorithm with a block size of 192 bits. This is a stronger version of aes. aes256 - Choosing this value configures the aes algorithm with a block size of 256 bits. This is the strongest available version of aes.
Possible values
6 objects| Number | Name |
|---|---|
| 1 | null |
| 2 | des |
| 3 | des3 |
| 4 | aes128 |
| 5 | aes192 |
| 6 | aes256 |