System.Security.Cryptography.MD5 md5 = new System.Security.Cryptography.MD5CryptoServiceProvider();
byte[] bytResult = md5.ComputeHash(Encoding.Default.GetBytes(ReceiveData));
string strResult = BitConverter.ToString(bytResult);
strResult = strResult.Replace("-", "");
欢迎光临 重工电子论坛 (http://cqutlab.cn/) | Powered by Discuz! X3.1 |