Please any idea of how to decrypt a zip file with password in it?
Thanks in advance,
James,
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.
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