摘要: const string KEY_64 = "33333333";//八位加密种子 const string IV_64 = "33333333";//八位加密种子 public string Encode(string data) { byte[] byKey = System.Text.ASCIIEncoding.ASCII.GetBytes(KEY_64); byte[] byIV = System.Text.ASCIIEncoding.ASCII.GetBytes(IV_64); ... 阅读全文
posted @ 2014-04-11 10:20 tzyuan 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 添加属性 阅读全文
posted @ 2014-04-11 10:16 tzyuan 阅读(175) 评论(0) 推荐(0) 编辑