复杂红牛

文章
3
资源
0
加入时间
3年0月8天

使用MD5加密

public string Encryption(string pwd) { MD5 md5 = MD5.Create(); StringBuilder builder = new StringBuilder(); byte[] md5Bytes = md5.ComputeHash(Encoding.UTF8.GetBytes(pwd)); for (int i = 0; i