cancel
Showing results for 
Search instead for 
Did you mean: 

Encryption & Decryption

Former Member
0 Kudos

We are getting some documents ENCRYPTED, whether it is possible to DECRYPT them in XI?

Wheter it is a good idea to decrypt them inside XI?

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>> We are getting some documents ENCRYPTED, whether it is possible to DECRYPT them in XI?

yes it is - you can od it in the adapter module for example

or you can jut pass them to a receiving application

Encrypted (if the receiving application is the only one

who can decrypt it) - it depends on YOUR

requirements

Regards,

michal

Former Member
0 Kudos

Michal, I have ever written an ADAPTER Module. Do you have any BLOGS where you have narrated with a very very simple example for the LAY man like me?

MichalKrawczyk
Active Contributor
0 Kudos

hi,

the best (easiets) one I've seen:

https://websmp107.sap-ag.de/~sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf

all you need to do is to change the code inside

to encrypt the message

you can do it like this:

if the message is encrypted pull it via file adater

into one XML tag (all of it)

and then inside the adapter module

get the content of this tag

and descrypt it and post further on to the XI as descrypted

so all you need to have is decription API

(don't know what kind of enctypriton you use)

and this PDF doc and you're done:)

Regards,

michal

Shabarish_Nair
Active Contributor
0 Kudos

sent in your email. Will mail u some docs.

Former Member
0 Kudos

mohinimrm@yahoo.com

Thanks a lot