cancel
Showing results for 
Search instead for 
Did you mean: 

How to protect sesitive data in PI using message data security? Please help

gopalkrishna_baliga
Participant
0 Kudos

Hi experts,

I have requirement where external application is sending sensitive data like userid and phone to PI using SOAP adapter (webservice call). PI then sends the same to SAP CRM system and stores the data in tables.

Sample structure of Input data:

<Customer_Data>

<User_id></User_id>

<Phone></Phone>

<Name></Name>

:

:

</Customer_Data>

I want to protect the message content like userid and phone. I am already using SSL certificate in SOAP sender communication channel but how to encrypt the message data like userid and phone. These has to be then decrypted in CRM system.

Are there any standard encryption and decryption algorithm that can be used?

Can you provide me some sample code examples? any how to docs?

Please help!

Thanks

Gopal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos