cancel
Showing results for 
Search instead for 
Did you mean: 

Create ZIP File

DipeshBorade
Level 3
Hi,
We are trying to create a file into ZIP file with Password Protection.
Can anyone have Solution regarding to this ?

------------------------------
Dipesh Borade
Rpa developer
Greysoft
Asia/Kolkata
------------------------------
3 REPLIES 3

ewilson
Staff
Staff
Hi Dipesh,

There is a ZipFile class within the .NET Framework that you could use from within a code stage in a VBO. The problem is that it doesn't seem to support encryption/password protection. My next path would be to check GitHub for open source solutions that might work. A quick search turned up the SharpZipLib project which is a .NET assembly written in C#. That might work for you.

Cheers,

------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------

GopalBhaire
Level 10
You can use 7zip using command line to create password protected zip

------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------

Thanks for the help guys

------------------------------
Dipesh Borade
Rpa developer
Greysoft
Asia/Kolkata
------------------------------