2016年9月21日
摘要: using System; using System.IO; using System.Security.Cryptography; using System.Text; public class CryptographyHelper { private static string sKey = "12345679"; private static string sIV = "... 阅读全文
posted @ 2016-09-21 15:17 z5337 阅读(222) 评论(0) 推荐(0)