摘要:        
1、方法一 (不可逆加密)public string EncryptPassword(string PasswordString,string PasswordFormat ) { string encryptPassword = null; if (PasswordFormat="SHA1"){ encryptPassword=FormsAuthortication.HashPasswordForStoringInConfigFile(PasswordString ,"SHA1"); } elseif (PasswordFormat="MD5    阅读全文
posted @ 2011-03-09 10:36
流失的痕迹
阅读(340)
评论(0)
推荐(0)
        

浙公网安备 33010602011771号