Unit

ScEncryption

 

type

 TCREncryptionAlgorithm = (eaTripleDES, eaBlowfish, eaAES128, eaAES192, eaAES256, eaCast128, eaRC4);

 

Description

The TCREncryptionAlgorithm enumeration specifies the algorithm of data encryption.

 

ValueMeaning
eaAES128The AES encryption algorithm with key size of 128 bits is used.
eaAES192The AES encryption algorithm with key size of 192 bits is used.
eaAES256The AES encryption algorithm with key size of 256 bits is used.
eaBlowfishThe Blowfish encryption algorithm is used.
eaCast128The CAST-128 encryption algorithm with key size of 128 bits is used.
eaRC4The RC4 encryption algorithm is used.
eaTripleDESThe Triple DES encryption algorithm is used.

 

 

See also

TCREncDataHeader

TCRHashAlgorithm

 

 

 

SecureBridge Components, Copyright © 2007-2026 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support