asp.net简单加密

//using System.Web.Security;

System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile("密码", "MD5").ToLower().Substring(8, 16);

posted on 2010-04-07 17:31  流云飘鹤  阅读(170)  评论(0)    收藏  举报

导航