摘要:
using System.Security.Cryptography;需要引用这个命名空间MD5 md = new MD5CryptoServiceProvider(); string source = "aiawaysrain"; byte[] s = Encoding.Default.GetBytes(source); byte[] output = md.ComputeHash(s); string outstring = BitConverter.ToString(output).Replace("... 阅读全文
posted @ 2013-01-04 09:37
姜大伟
阅读(240)
评论(0)
推荐(0)

浙公网安备 33010602011771号