Decrypt()

Decrypts the given string with the optional parameters

Usage

STRING = Decrypt( p1, p2, p3, p4, p5, p6 )
Argument Summary
p1 string to decrypt
p2 encryption key
p3 encryption algorithm to be applied. If not specified, a default of BD_DEFAULT will be used. The CFMX_COMPAT algorithm option is not supported. [optional]
p4 the encoding - uu (default), hex or base64 are valid options [optional]
p5 the salt to be applied in encryption [optional]
p6 the number of iterations [optional]