cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Encrypt xml node and decrpt

0 Likes
574

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>
View Entire Topic
VijayKonam
Active Contributor
0 Likes

I doubt if encryption saves you memory. Zipping does.