2022年3月16日
摘要: public class ZIP { public void GetPaths(string rootPath, string[] whitelist, out List<string> dirs, out List<string> files) { rootPath = rootPath.Cont 阅读全文
posted @ 2022-03-16 10:32 Jason_c 阅读(396) 评论(0) 推荐(0)
摘要: /// <summary> /// 对称加密算法类,AES、DES算法,据说AES更快一些,所以这里用AES /// </summary> public class Symmetric { const string KEY = "WgsergmzsjdfgOEWRGNJRNGmkzaksme"; c 阅读全文
posted @ 2022-03-16 10:29 Jason_c 阅读(636) 评论(0) 推荐(0)