DECODE(crypt_str,pass_str)
Decrypts the encrypted string crypt_str
using pass_str
as the password. crypt_str
should be a string returned from ENCODE()
. The resulting string will be the original string only if pass_str
is the same.
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/decode/