.net 自带的md5 加密

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


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

你可能感兴趣的:(.net,加密)