EvenCode 发表于 2013-1-26 14:30:04

.NET中获取字符串的MD5码(转)

 
① 导入命名空间: C#代码using System.Web.Security;② 获取MD5码: C#代码string Password = FormsAuthentication.HashPasswordForStoringInConfigFile(TextBox1.Text.ToString(), "MD5");
页: [1]
查看完整版本: .NET中获取字符串的MD5码(转)