摘要:
对XML或是TXT进行加解密 #region 对文件进行加密解密 static string iv = "password"; static string key = "password"; /// <summary> /// DES加密偏移量,必须是>=8位长的字符串 /// </summary> public static string IV { get { re... 阅读全文
posted @ 2010-09-26 18:45
Pato'
阅读(2738)
评论(0)
推荐(0)
浙公网安备 33010602011771号