encrypt
function
The encrypt
action encrypts data. It belongs to the secrets category within the system area.
Action Syntax
encrypt "text"
A quoted text string
encrypt $variable
A variable name starting with $
encrypt "text" with $variable
A quoted text string followed by a value followed by A variable name starting with $
encrypt $variable with $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
Return Value
This function returns a
TEXT
value that can be stored in a variable:
$result = encrypt
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$text = encrypt "value"
Action code: 2592658956
Version: 0.6.4-0
Last updated: 2025-06-13