Hello there!
I am developing an app that targets Windows Phone 8.1 and my backend constructs a password-protected .zip file.
This file is being downloaded by my app in order to feed it with data for offline use.
System.IO.Compression does not provide support for password-protected archives. As a result, I tried to find other libraries. I downloaded and referenced SharpCompress. Unfortunelly, I haven't had any chance making it extract my archive.
All I am trying to do is extract an archive's content, but with no luck. And I cannot find any appropriate examples. If it helps you, it contains a folder and within the folder there is one password-protected file.
Can anyone provide some help? Thank you in advance :)
I am developing an app that targets Windows Phone 8.1 and my backend constructs a password-protected .zip file.
This file is being downloaded by my app in order to feed it with data for offline use.
System.IO.Compression does not provide support for password-protected archives. As a result, I tried to find other libraries. I downloaded and referenced SharpCompress. Unfortunelly, I haven't had any chance making it extract my archive.
All I am trying to do is extract an archive's content, but with no luck. And I cannot find any appropriate examples. If it helps you, it contains a folder and within the folder there is one password-protected file.
Can anyone provide some help? Thank you in advance :)