2010年4月27日

C#加密解密

摘要: 1、方法一 (不可逆加密)public string EncryptPassword(string PasswordString,string PasswordFormat ) { string encryptPassword = null; if (PasswordFormat="SHA1"){ encryptPassword=FormsAuthortication.HashPasswor... 阅读全文

posted @ 2010-04-27 17:33 韩显川 阅读(231) 评论(0) 推荐(0)

导航