decrypt
function
The decrypt
action general decryption. It belongs to the secrets category within the system area.
Action Syntax
decrypt "text"
A quoted text string
decrypt $variable
A variable name starting with $
decrypt "text" with $variable
A quoted text string followed by a value followed by A variable name starting with $
decrypt $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 = decrypt
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$text = decrypt "value"
Related Actions
- `` -
Action code: 2943047084
Version: 0.6.4
Last updated: 2025-06-13