cfusion_Encrypt

Encrypts the given string, alias for function call encrypt(string,key,"cfmx_compat","hex").

cfusion_Encrypt(string, key) → returns string

This function requires Lucee.  Not supported on Adobe ColdFusion, etc.

Discouraged: The use of this function is discouraged. It is an internal function, call encrypt(string,key,"cfmx_compat","hex") instead.

Argument Reference

string string
Required

key string
Required

Examples
Sample code invoking the cfusion_Encrypt function


Fork me on GitHub