A list of all Actions, Conditions and Expressions supported in this addon.
Custom
-
Expressions
getresult
Get result-data
getrandomvalues
Generate pseudo-random number. (PRNG) And get the number as Hex
encodeb64
Encode string to Base64-String
decodeb64
Decode Base64-String to string
CIPHER: encrypt or decrypt
-
Actions
Set Key to {0}
Set Key
Set iv to {0}
Set iv
Encrypt string {1} with algorithm {0}
Encrypt String
Decrypt string {1} with algorithm {0}
Decrypt Base64-String
Clear key and iv
Clear key and iv
HASH
-
Expressions
getSHA1
Get data as SHA1-Hash(Hex)
getSHA256
Get data as SHA256-Hash(Hex)
getSHA384
Get data as SHA384-Hash(Hex)
getSHA512
Get data as SHA512-Hash(Hex)
MD5
Get data as MD5-Hash(Hex)