IPWorks Encrypt 2020 Kotlin Edition

Questions / Feedback?

Algorithm Property

The TEA algorithm.

Syntax

public var algorithm: TeaAlgorithms

public enum class TeaAlgorithms(val value: Int) {
taXXTEA(0),
taXTEA(1),
taTEA(2);
}

Default Value

0

Remarks

This property specifies the TEA algorithm to use. It is recommended to use the XXTEA (Corrected Block TEA) algorithm for security reasons. Possible values are:

0 (taXXTEA - default) Correct Block TEA
1 (taXTEA) eXtended TEA
2 (taTEA) TEA (Tiny Encryption Algorithm)

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