插入加密数据:insert into db_article (title) value(ENCODE('admin', 'key'));
查看加密数据: select a.*, DECODE(a.title, 'key') from db_article a where 1=1
jfinal中解密不出来,解密后为一串乱码
用AES_ENCRYPT,AES_DECRYPT函数效果一样
我从来没这么用过,给不到建议