Create ZIP File
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-06-19 02:09 PM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-06-19 02:30 AM
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
------------------------------
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
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-06-19 06:15 AM
You can use 7zip using command line to create password protected zip
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-06-19 11:28 AM
Thanks for the help guys
------------------------------
Dipesh Borade
Rpa developer
Greysoft
Asia/Kolkata
------------------------------
------------------------------
Dipesh Borade
Rpa developer
Greysoft
Asia/Kolkata
------------------------------
