var g = BitConverter.ToString(new MD5CryptoServiceProvider().ComputeHash(Encoding.UTF8.GetBytes("abc"))).Replace("-", "");

 

相关文章: