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 暗号化された文字列
感謝をこめて