cancel
Showing results for 
Search instead for 
Did you mean: 

Encrypt xml node and decrpt

0 Kudos
196

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>

Accepted Solutions (0)

Answers (2)

Answers (2)

VijayKonam
Active Contributor
0 Kudos

I doubt if encryption saves you memory. Zipping does.

AdityaMani
Participant
0 Kudos

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