摘要: AES加密解密帮助类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Security.Cryptography; 6 using 阅读全文
posted @ 2016-04-14 14:11 不二囧青年 阅读(171) 评论(0) 推荐(0) 编辑
摘要: MD5加密帮助类 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Security.Cryptography; 5 6 namespace Components.Helpe 阅读全文
posted @ 2016-04-14 14:10 不二囧青年 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Web; 4 using System.Net; 5 using System.IO; 6 using System.Text; 7 using System.Con 阅读全文
posted @ 2016-04-14 10:35 不二囧青年 阅读(578) 评论(0) 推荐(0) 编辑