随笔分类 -  C#

C#加密解密方法 (转)
摘要:1、方法一 (不可逆加密) public string EncryptPassword(string PasswordString,string PasswordFormat ) { string encryptPassword = null; if (PasswordFormat="SHA1"){ encryptPassword=FormsAutho... 阅读全文
posted @ 2007-09-04 11:26 绿毛虫 阅读(1137) 评论(0) 推荐(0)