cancel
Showing results for 
Search instead for 
Did you mean: 

File - XI Encryption

Former Member
0 Kudos

Hi -

I have a file which is encrypted. Has all the bank details - routing number, ssn etc. Its encrypted in PGP.

Can XI read the file or decrypt the file if its encrypted in PGP format?

Thanks,

Tirumal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Tirumal,

if 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

Or else you have to write a module processor for File adapter which will decrypt the message.

but here you have to make sure that your message should not be displayed in the message monitoring because any body else can see that decrypted message in SXMB_MONI

Former Member
0 Kudos

Hi Tirumal,

By default, XI cannot decrypt a PGP encrypted data.

Ideally, you can write an adapter user-module to decrypt/encrypt the data using a PGP java library, which you can download from the web.

After decryption, the content conversion program from XI can be used to transform the data into XML. The XML will be sent to the XI server.

Regards,

Bill