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.