string password = FormsAuthentication.HashPasswordForStoringInConfigFile(txtpass.Text, "md5");//MD5加密
可选参数:"SHA1", "MD5" 返回:通过加密加过密的字串
解密網址:
本文共 195 字,大约阅读时间需要 1 分钟。
string password = FormsAuthentication.HashPasswordForStoringInConfigFile(txtpass.Text, "md5");//MD5加密
可选参数:"SHA1", "MD5" 返回:通过加密加过密的字串
解密網址:
转载于:https://www.cnblogs.com/accumulater/p/6089018.html