2015年12月20日

MD5计算

摘要: string password = txtPassword.Text.Trim();byte[] result = Encoding.Default.GetBytes(password);MD5 md5 = new MD5CryptoServiceProvider();byte[] output =... 阅读全文

posted @ 2015-12-20 15:06 小灰兔 阅读(121) 评论(0) 推荐(0)

导航