cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello,

I would like to encrypt an xml node in order to save memory into a data-store then decrypt it after for some specific usage at specific moment.

Is it possible to do it easily wih already existed steps into CPI like PGP or PKCS7 ?

test-md5-body.xml

<Material xmlns:multimap="http://sap.com/xi/XI/SplitAndMerge"> <sys_reference>7HL022206S</sys_reference> <publiccode>7HL022206S</publiccode> <version/> <title_fr>HA 85RC REGUL ELECTROMECAN+RCC20+COMP</title_fr> <title_en>HA 85RC REGUL ELECTROMECAN+RCC20+COMPttttt</title_en> <title2_fr/> <title2_en/> <description_fr/> <description_en/> <orderable>false</orderable> <isactive>true</isactive> <origin>SmartPart</origin> <type>PRODUCT</type> <thumbnail/> <brand/> </Material>
0 Likes
View Entire Topic
AdityaMani51
Participant
0 Likes

Hi Pascal,

Yes its possible to encrypt the message before stroing in data store with standard function and you can use CPI keys for that.

Also you can use encoder/decoder it will also save memory and no key will be required.

Regards,

Aditya