cancel
Showing results for 
Search instead for 
Did you mean: 

generate zip file with encryption

Former Member
0 Kudos

Hi Experts

I need to generate a zip file with encryption (Password Protected) using file adapter. Zip Encryption is supported in win zip 9.0 onwards.

I have gone through:

module to zip and unzip

Zip or Unzip your Payload with the new PayloadZipBean module of the XI Adapter Framework

/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework

SAP XI acting as a (huge) file mover

/people/alessandro.guarneri/blog/2007/02/21/sap-xi-acting-as-a-huge-file-mover

Please suggest how to do this.

Regards

Raj

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

Use an OS script for this.

Regards

Stefan

Answers (3)

Answers (3)

Former Member
0 Kudos

Used a batch file

Former Member
0 Kudos

hi raj,

you can go for adapter module development.

use the java jar files rt.jar and jarsigner.jar files to zip and encrypt the file.

rt.jar provides you with the zip utilities GZIP, zipentry...

jarsigner gives u the encryption and decryption operations on the zip file.

Thanks & Regards,

Rama Krishna

Former Member
0 Kudos

hi raj,

did u find a solution for password protected zip file?