encrypt
Description
Encrypts text using AES-256. This is useful when using Persistent Variables to store passwords. Returns the encrypted input text.
Parameters
Return Type
String
Returns the encrypted input text.
Example
return encrypt("adminPassword", "secretKeyPhrase7");