摘要:
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
阅读(176)
评论(0)
推荐(0)
摘要:
添加属性 阅读全文
posted @ 2014-04-11 10:16
tzyuan
阅读(185)
评论(0)
推荐(0)

浙公网安备 33010602011771号