摘要: public static string MD5Encrypt32(string password) { string pwd = ""; MD5 md5 = MD5.Create(); byte[] b = md5.ComputeHash(Encoding.UTF8.GetBytes(passwo 阅读全文
posted @ 2021-05-02 13:20 算盘 阅读(28) 评论(0) 推荐(0)