I am in need of some help. I have found numerous guides on how to unzip a static ZIP folder from one place to another using an SSIS C# script task, but I cannot find one that handles zip files with passwords. I need to unzip a folder with one file inside of it and have that file placed in a new directory. I have figured this out for files with no password, but how to do this with a password? The password is the same every month.
Edit: Is there a way to do it without 3rd party stuff?