Lucee Function Reference
cfusion_decrypt()
Decrypts the given string, alias for function call decrypt(string,key,"cfmx_compat","hex")
Example
cfusion_decrypt(string string,string key):string
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| string | string | Yes | string to decrypt |
| key | string | Yes | key to use for decryption |