2018年4月9日

C#实现MD5加密

摘要: 引用using System.Security.Cryptography;using System.Text;具体代码如下:byte[] result = Encoding.Default.GetBytes(string a); MD5 md5 = new MD5CryptoServiceProvi 阅读全文

posted @ 2018-04-09 10:29 七七2020 阅读(165) 评论(0) 推荐(0) 编辑

导航