Encryptbinary()
Encrypts the given binary with the optional parameters
Usage
BINARY = Encryptbinary(
p1,
p2,
p3,
p4,
p5,
p6
)
Argument | Summary |
---|---|
p1 | binary object to encrypt |
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] |