2007年5月12日
摘要: //SHA-1算法string password = System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(Password.Text, "SHA1");//MD5算法string password1 =... 阅读全文
posted @ 2007-05-12 16:30 Gofficer 阅读(1993) 评论(1) 推荐(0)