asp.net bate2 版本的md5加密方法:(大家可要有点奉献精神喔,这是我搞了三个小时才搞出来的啊)
—————————————-
string hai;
hai = system.web.security.formsauthentication.hashpasswordforstoringinconfigfile("这里填上要加密的字符串","md5");
asp.net bate2 版本的md5加密方法:(大家可要有点奉献精神喔,这是我搞了三个小时才搞出来的啊)
—————————————-
string hai;
hai = system.web.security.formsauthentication.hashpasswordforstoringinconfigfile("这里填上要加密的字符串","md5");