Fork me on GitHub
摘要: /// /// MD5加密 /// /// 需要加密的字符串 /// public static string MD5Encrypt(string input) { return MD5Encrypt(input, new UTF8Encoding()); } /// /// md5加密16|32位 /// /// /// /// public static strin... 阅读全文
posted @ 2016-06-14 22:03 磊哥|www.javacn.site 阅读(7467) 评论(0) 推荐(1) 编辑