E_T

导航

2015年3月1日

摘要: 1 public static string GetMD5(string str) 2 { 3 //创建MD5对象 4 MD5 md5 = MD5.Create(); 5 //开始使用MD5对象进行加密 6 ... 阅读全文

posted @ 2015-03-01 17:21 E_T 阅读(464) 评论(1) 推荐(0)