I need use 7zip in C#. Without console, just with 7zSharp.dll ? + I find some data here
http://7zsharp.codeplex.com/releases/view/10305 ,
but I don\'t know h
The 7zSharp library doesn't seem to support password as input, just a zip file.
The library just calls the .exe of 7zip, so you could donwload the source and alter it to accept a password parameter which you then pass to the executable.