.net 自带的md5 加密

System.Web.Security.FormsAuthentication.HashPasswordForStoringIn
ConfigFile(str,"MD5").ToLower().Substring(8,16);


16的加密串,32位的话去掉后面的substring(8,16)

原文地址:https://www.cnblogs.com/rav009/p/5131211.html