Lucee Function Reference
cfusion_encrypt()
Encrypts the given string, alias for function call encrypt(string,key,"cfmx_compat","hex")
Example
cfusion_encrypt(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 encrypt |
key | string | Yes | key to use for encryption |