我爱Aspx >> Asp.Net >> asp.net MD5加密函数(c#)this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
}
#endregion
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main()
{
Application.Run(new Form1());
}
/// <summary>
///
/// </summary>
/// <param name="sDataIn">需要加密的字符串</param>
/// <param name="move">偏移量</param>
/// <returns>sDataIn加密后的字符串</returns>
public string GetMD5(string sDataIn,string move)
{
System.Security.Cryptography.MD5CryptoServiceProvider md5=new System.Security.Cryptography.MD5CryptoServiceProvider();
byte[]bytValue,bytHash;
Ҷƪл˵?
.Net下将IP地址转换成十进制数[04-21]
ASP.Net 2.0的Web.config配置和读..[04-21]
ASP.NET 1.1 升级至ASP.NET 2.0 ..[04-21]
ASP.NET中九种保持用户状态[04-21]
Asp.net 页面导航的几种方法与比..[04-21]
Asp.Net中的HttpModule[04-21]
Asp.Net中的HttpHandler[04-21]
Asp.Net 动态生成验证码[04-21]
用C#压缩和修复Access数据库[04-21]
推荐一些ASP.NET 2.0相关的技术资..[04-21]
.Net下将IP地址转换成十进制数[04-21]
几个实用Web Service文档[04-21]
ASP.Net 2.0的Web.config配置和读..[04-21]
ASP.NET 1.1 升级至ASP.NET 2.0 ..[04-21]
ASP.NET中九种保持用户状态[04-21]
Asp.net 页面导航的几种方法与比..[04-21]
Asp.Net中的HttpModule[04-21]
Asp.Net中的HttpHandler[04-21]
Asp.Net 动态生成验证码[04-21]
用C#压缩和修复Access数据库[04-21]