IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt V9
Questions / Feedback?

Algorithm Property

The TEA algorithm.

Syntax

[VB.NET]
Public Property Algorithm As TeaAlgorithms

[C#]
public TeaAlgorithms Algorithm {get; set;}

enum TeaAlgorithms { taXXTEA, taXTEA, taTEA }

Remarks

This property specifies the TEA algorithm to us. 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)

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0