摘要: 项目开发过程中需要用到MD5加密,最开始的使用使用加密方法: public static string GetMD5(string str) { byte[] b = System.Text.Encoding.Default.GetBytes(str); b = new System.Securit 阅读全文
posted @ 2017-09-20 15:48 左正 阅读(844) 评论(0) 推荐(0)