Tags · Functions · Objects
Lucee Function Reference
Choose a function:

Function 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