cfusion_Decrypt

Decrypts the given string, alias for function call decrypt(string,key,"cfmx_compat","hex").

cfusion_Decrypt(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 decrypt(string,key,"cfmx_compat","hex") instead.

Argument Reference

string string
Required

key string
Required

Examples
Sample code invoking the cfusion_Decrypt function


Fork me on GitHub