cancel
Showing results for 
Search instead for 
Did you mean: 

Encryption ?

Former Member
0 Kudos

Hi Guys,

we have Proxy- Soap scenario. The data coming in to XI from SAP has credit card data. we want to encrypt the data so that when it is stroed in the xi database it will be in the encrypted form.

The other way round is when i get the encrypted data from SAP ie maintaining the encryption on the SAP side then i need to decrypt it before sending it to the 3rd party system.

How can i acheive this functionality. any help would be really appreciated.

The main concern is we should not store the credit card data in XI database in the raw form ie with out encryption.

Thanks,

Srini

Accepted Solutions (0)

Answers (1)

Answers (1)

henrique_pinto
Active Contributor
0 Kudos

srinivas,

you should also need to send the information encrypted to the receiver, isn't it?

You need encryption at application level layer and not at integration level/adapter level.

For that, you'll have to implement PGP manually.

I'm not sure how to handle it in ABAP, though. For Java there are lots of open source apis (e.g., bouncy castle).

The receiver side will also need to implement it at application level in their system.

Regards,

Henrique.