cancel
Showing results for 
Search instead for 
Did you mean: 

AES Decryption on File

Former Member
0 Kudos

Hi,

We need to implement AES-128 decryption on a file coming into XI.

Can anyone tell me the easiest way to do this? I am thinking that we can either get a command line program to do this and call this command line program from the file adapter, or else write a Java Module to do the decryption.

I'm not even 100% sure that either of my proposed solutions are possible.

Any help on this would be greatly appreciated.

Thanks

Gareth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gareth,

I would go for an adapter module, with [Bouncy Castle|http://www.bouncycastle.org/documentation.html] libraries.

Regards,

Sergio