on 2022 Oct 10 12:37 PM
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 ?
<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>
I doubt if encryption saves you memory. Zipping does.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.