摘要: 标准MD5加密算法:public class Md5 { public static String getMd5(String s) { char hexDigits[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ... 阅读全文
posted @ 2015-12-25 12:52 人生设计师 阅读(885) 评论(0) 推荐(0)