54
Views
2
Comments
How to decrypt a zip file with password in it?
Application Type
Traditional Web
Service Studio Version
11.10.22 (Build 41777)
Platform Version
11.12.0 (Build 29775)

Please any idea of how to decrypt a zip file with password in it?


Thanks in advance,

James,

2021-05-18 02-27-17
Manish Gupta
Champion

Hii Isaac

Are you trying to crack any ZIP file without knowing the password? Or you want to remove encryption from file programmatically without knowing the password? - If this is the case, you will need to check some software for it. 

2021-01-04 08-13-48
Toto
 
MVP

Hi,


This is good question, the ZIP extension from Outsystems, didn't support extracting files with password. So you must use component plugin from the forge.

But I have check some of the plugin and didn't see about this. (Maybe I'll create new component for this later), but for now, you can build your own extension using c# in Integration Studio.

This is the source code for extracting zip (also with password) https://blog.aspose.com/2020/04/23/unzip-files-in-password-protected-zip-archives-in-csharp-asp.net/


Thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.