string str = "有人用过吗?请指教";
str = System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile( str , "md5" );
c#.net md5加密调用
最新推荐文章于 2022-06-03 14:15:59 发布
string str = "有人用过吗?请指教";
str = System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile( str , "md5" );