.NET中获取字符串的MD5码

xiaoxiao2026-08-08  0

using System.Web.Security;

 

string Password = FormsAuthentication.HashPasswordForStoringInConfigFile(TextBox1.Text.ToString(), "MD5");

 

相关资源:敏捷开发V1.0.pptx
转载请注明原文地址: https://www.6miu.com/read-5050890.html

最新回复(0)