IPWorks Encrypt 2020 C++ Builder Edition

Questions / Feedback?

Algorithm Property

The symmetric algorithm.

Syntax

__property TipcEzCryptAlgorithms Algorithm = { read=FAlgorithm, write=FSetAlgorithm };
enum TipcEzCryptAlgorithms { ezAES=0, ezBlowfish=1, ezCAST=2, ezDES=3, ezIDEA=4, ezRC2=5, ezRC4=6, ezTEA=7, ezTripleDES=8, ezTwofish=9, ezRijndael=10, ezChaCha=11, ezXSalsa20=12 };

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)
  • 10 (Rijndael)
  • 11 (ChaCha)
  • 12 (XSalsa20)

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 C++ Builder Edition - Version 20.0 [Build 8155]