码迷,mamicode.com
首页 > 其他好文 > 详细

DES加密中文乱码问题的解决

时间:2016-06-04 12:07:55      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:

服务器向客户端返回时:

response.setContentType("text/json; charset=utf-8");

客户端解码时:

return new String(decrypt(hex2byte(data.getBytes()), PASSWORD_CRYPT_KEY.getBytes()), "UTF-8");

 

DES加密中文乱码问题的解决

标签:

原文地址:http://www.cnblogs.com/mstk/p/5558407.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!