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.