文章分类 -  小技巧

记录开发中的一些小技巧 小代码 以免遗忘
md5加密
摘要:string sEncrypted = System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(sPassword, "MD5"); 原串:sPassword 密文串:sEncrypted 命名空间:using System.Security; 阅读全文

posted @ 2009-02-26 19:26 咖啡不苦 阅读(186) 评论(0) 推荐(0)