摘要: public class DBSecurity { //sKey sIV这两个自己随意设定,不能外泄 private const string sKey = "11,22,33,43,34,56,65,78"; private const string sIV = "12,23,21,34,65,56,85,96"; # region 加密解密 //方法 //加密方法 public static string Encrypt(string pToEncrypt) { ... 阅读全文
posted @ 2013-11-21 10:14 百年俊少 阅读(4294) 评论(0) 推荐(0) 编辑