Encrypt
Mon 01 January 2018Syntax
Encrypt(KeyString, ClearTextString)
Description
Use the Encrypt function to encrypt a string. This function is generally used with merchant passwords.
The value you use for KeyString must be the same for Decrypt and Encrypt.
Parameters
Field or Control |
Definition |
---|---|
KeyString |
Specify the key used for encrypting the string. You can specify a Null value for this parameter, that is, two quotation marks with no blank space between them (""). |
ClearTextString |
Specify the string you want encrypted. |
Returns
An encrypted string.