摘要: 自己写的DES加密解密类,加密后生成Base64字符串,并去除'='字符。加密后替换掉'+',这样加密后的字符串可以作为url参数传递。using System;using System.IO;using System.Security.Cryptography;using System.Text;... 阅读全文
posted @ 2014-03-14 22:59 0611163 阅读(430) 评论(0) 推荐(1) 编辑