PHP DES加密解密
摘要:
使用方法: //加密: $result = json_encode($data); $result = DES::encrypt($result, $key); print_r($result); //解密: $result = DES::decrypt($result, $key); print_ 阅读全文
posted @ 2018-03-22 11:51 loveking_阳 阅读(243) 评论(0) 推荐(0)