08-23-2018 12:00 AM
Can we read a compressed password protected file and extract ?
Vice versa can we read a file compress it and make it password protected?
12-26-2018 11:00 PM
Hi Sailesh,
i’m also having same requirement,did you get any solution?
01-04-2019 04:54 PM
SnapLogic has the ability to read and write zipped files, under the covers using the standard Java zip classes. Those classes don’t support the use of password protection. If you need to compress/decompress password protected zip files, you will need to use some other utility.
If you have the java libraries which support password protected files, you could use the script Snap to use those classes in the Jython implementation. You could also use the Script snap (on a Groundplex) to use a third party utility at the command line.