ENCODE
Encrypt a string. This function encrypts a string using a password, returning a binary string. It is the reverse of the DECODE function.
Syntax
ENCODE(str,pass_str)Description
Examples
ENCODE('not so secret text', CONCAT('random_salt','password'))Last updated
Was this helpful?

