ENCODE(str, pswd_str)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ENCODE(str, pswd_str)相关的知识,希望对你有一定的参考价值。

ENCODE(str, pswd_str) 使用 pswd_str 作为密码,加密 str

mysql> SELECT ENCODE(secret, newpwd);
+----------------------------+
| ENCODE(secret, newpwd) |
+----------------------------+
| ü­E?E                        |
+----------------------------+

 

以上是关于ENCODE(str, pswd_str)的主要内容,如果未能解决你的问题,请参考以下文章

JavaScript 代码片段

bytes与str(encode,decode)

python3 str.encode bytes.decode

encode,decode,str to bytes

TypeError:“str”对象的描述符“encode”不适用于“tuple”对象

JavaScript实用功能代码片段