IPWorks Encrypt 2020 ActiveX Edition

Questions / Feedback?

Algorithm Property

The symmetric algorithm.

Syntax

ezcryptcontrol.Algorithm[=integer]

Possible Values

  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

0

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 ActiveX Edition - Version 20.0 [Build 8155]