摘要: /// <summary> /// MD5加密 /// </summary> /// <param name="strSource">需要加密的明文</param> /// <returns>返回32位加密结果</returns> public static string Get_MD5(string strSource, string sEncode) { //new System.Security.Cryptography.MD5 md5 = new Syste... 阅读全文
posted @ 2013-04-08 11:41 Uoolo 阅读(3861) 评论(0) 推荐(0) 编辑