摘要:
ZipOutputStream s = new ZipOutputStream(File.Create(ZipedFile)); 构造函数之后 文件就已经创建出来了 只是 0kb s.Write(buffer, 0, buffer.Length); 内容写进去了 写到服务器里面了 还设置了密码 最后 阅读全文
摘要:
C# 利用ICSharpCode.SharpZipLib实现在线加密压缩和解密解压缩 这里我们选用ICSharpCode.SharpZipLib这个类库来实现我们的需求。 下载地址:http://icsharpcode.github.io/SharpZipLib/ 1.单个或多个文件加密压缩 cla 阅读全文