Equinox Online Help - Language Reference - A to Z
TEASetup |
|
|---|---|
| Applies to | ![]() |
| Syntax | TEASetup key [, iterations] |
| Action | This 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 | |
| Notes | The 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. |
| Category | Encryption |
| See Also | Base64Encode, Base64Decode, TEADecode, TEAEncode |
| Example | This example has been set up in the Public Procedure AutoExecAfterLogin TEASetup "slartibartfast42",32 |
