Equinox Online Help - Language Reference - A to Z

Home

TEASetup

Applies to
SyntaxTEASetup key [, iterations]
ActionThis statement is required at least once per execution of Equinox (in a single-user, client or remote task) before using the TEAEncode and TEADecode statements.
Scope
NotesThe key must be a string not less than 16 characters long. The number of iterations used by the algorithm can optionally be set to a number between 1 and 1024; recommended values are between 6 and 32, and 32 is the default.
CategoryEncryption
See Also Base64Encode, Base64Decode, TEADecode, TEAEncode
Example

This example has been set up in the Public Procedure AutoExecAfterLogin

TEASetup "slartibartfast42",32