Questions tagged [sevenzipsharp]

C# implementation of the 7-Zip library.

This is a C# library that allows .NET developers to use 7-Zip compression and decompression as well as the encryption that goes with it.

GitHub project page: squid-box/SevenZipSharp.

94 questions
0
votes
1 answer

Using C# SevenZipSharp - Errors on Compress

I'm currently trying to implement the SevenZipSharp functionality into my project. I've read what documentation they have and checked out the source code for notes but I'm having trouble figuring out the CompressFilesEncrypted method. I'm getting…
Encryption
  • 1,809
  • 9
  • 37
  • 52
0
votes
1 answer

SevenZipSharp library: Cannot encrypt headers

My task is to create the password protected ZIP with the SevenZipSharp library. I managed to make the files contents locked with the password, however the archive structure - file names, directories hierarchy can be viewed in any of the WinZip,…
Michael G
  • 129
  • 10
-1
votes
1 answer

issue with reference to .dll

currently making a small program by using WinForms and 7zip unpacker. To make it easier added reference to "SevenZipSharp.dll" everything work good, untill i wanted to publish(debug) project. When i move the ".exe" file in Desktop got error :…
-1
votes
1 answer

create self extract file from folder on server ASP.NET C#

i need it to be self extract file and after the user downloads the file to his computer and run the EXE file the installation of the software starts automatically. as can be done with WINZIP and WINRAR. I tried to…
Dany Maor
  • 2,391
  • 2
  • 18
  • 26
1 2 3 4 5 6
7