Function:
Encrypts a string with a specified key.
Syntax:
EncryptString "<string>", "<key>"
Example:
EncryptString "This message will be encrypted.", "MyTotallyUnBreakableKey"
Notes:
The result of this function is stored in the system variable %%StringResult%%.