asp.net MD5加密代码

/// <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编辑  收藏  举报