str 为原始密码
System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(str, "Md5")
System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(str, "SHA1")
这样是很快捷的方式获取.
str 为原始密码
System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(str, "Md5")
System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(str, "SHA1")
这样是很快捷的方式获取.
线程间操作无效 解决方法 (2008-5-11 9:34:1)
获取所有进程信息 (2008-5-2 21:26:0)
c# .net 如何截取当前程序窗口指定位置的截图 (2008-5-1 7:41:13)
WebBrowser 模拟点击链接 (2008-5-1 7:35:36)
mssql 到IAccess INSERT INTO 语句的语法错误 (2008-4-23 13:47:33)
实践中学到很多东西 (2008-3-12 14:32:43)
this.Request["LoginID"] 可以获取cookies的值 (2008-2-26 9:8:25)
this.Request.QueryString["LogonID"] 和 this.Request["LogonID"] (2008-2-21 9:42:3)
MessageBox 显示模式对话框 (2008-1-15 10:47:16)
C#3.0 新特性速览(2) (2008-1-15 10:2:57)
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。