cancel
Showing results for 
Search instead for 
Did you mean: 

FILE ENCRYPTION

Former Member
0 Kudos

Dear All,

I have a IdocXiFile scenario. I am getting the file but my requirement is to encrypt the file before dumping the file in my local directory. Then I am using a java utility to send this file to a remote location which is determined dynamically and before dumping this file in the remote location directory i want to decrypt it

How should i start with this.

reg

sorabh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sorabh,

Ideally, you can write an adapter user-module to decrypt/encrypt the data using a PGP java library or Within the adapter use a operating system command to encrypt the file that is created by the file adapter.

Since you are using a file adapter then you can use Operating system command after and before execution. in which before processing you can decrypt the file using some decrypting command line tool and after execution you can use command line command to delete the file. and after decryption and before deletion of file you can use file content conversion.

Regards,

abhy

Former Member
0 Kudos

Hi Sorabh,

Check these out..

These threads may be useful to you.!

cheers,

Prashanth