Equinox Online Help - Language Reference - A to Z
Base64Encode |
|
|---|---|
| Applies to | ![]() |
| Syntax | Base64Encode plaintextMemo, ciphertextMemo [, flags] |
| Action | This 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:
|
| Category | Encryption |
| 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 |
