Equinox Online Help - Language Reference - A to Z

Home

Base64Encode

Applies to
SyntaxBase64Encode plaintextMemo, ciphertextMemo [, flags]
ActionThis statement returns a Base64 encoded version of plaintextMemo in ciphertextMemo.
Scope
Notes

The same variable may be used to contain the ciphertext, if required. Flag values are as follows:

  • +1 Add a CRLF sequence every 76 characters
CategoryEncryption
See Also Base64Encode, TEADecode, TEAEncode, TEASetup
Example

This example encodes the memo field Secrets. It then puts the encoded memo in SecretsEncoded.

Base64Encode Secrets, SecretsEncoded
SaveRecord