Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道如何在 MySQL 中实现 XXTEA 吗?
例如 - SELECT xxtea_encrypt('text here', 'key here');
可能的实现是通过使用 CREATE FUNCTION 语句在 MySQL 中创建一个 FUNCTION,例如
CREATE FUNCTION xxtea_encrypt XXTEA 程序在这里... RETURN 加密字符串
谢谢和最好的问候