Skip to end of banner
Go to start of banner

encrypt

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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");

See also

  • No labels