IPWorks Encrypt 2020 Kotlin Edition

Questions / Feedback?

Algorithm Property

The symmetric algorithm.

Syntax

public var algorithm: EzcryptAlgorithms

public enum class EzcryptAlgorithms(val value: Int) {
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)

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Kotlin Edition - Version 20.0 [Build 7941]