Changes for page Base64 encoding

Last modified by Danniar Firdausy on 2024/09/17 21:22

From version 19.1
edited by Danniar Firdausy
on 2024/09/04 12:11
Change comment: There is no comment for this version
To version 19.3
edited by Danniar Firdausy
on 2024/09/17 21:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,7 @@
1 1  {{container}}
2 2  {{container layoutStyle="columns"}}
3 -(((Most of the time, you can use the standard tooling of eMagiz to manipulate the data so that it makes sense for the (external) party that receives the data. However, sometimes there are cases in which you need a little bit of extra complexity. This microlearning will explain one of those more complex scenarios. In this microlearning, we will learn how to use base64 encoding on your (input) message. This functionality is beneficial when the message is not encoded, but you need to send the data encoded to the external party.
3 +(((
4 +In many cases, the standard tools in eMagiz are sufficient for manipulating data to meet the needs of external parties. However, there are instances where more complex functionality is required. This microlearning session will guide you through the process of base64 encoding your input messages, which is essential when the receiving party requires encoded data. By the end of this microlearning, you will understand how to implement this feature and when it's most useful, especially when the message is not encoded, but you need to send the data encoded to the external party.
4 4  
5 5  Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]].
6 6  
... ... @@ -11,15 +11,8 @@
11 11  == 2. Key concepts ==
12 12  
13 13  This microlearning centers around base64 encoding.
14 -We mean turning the string into an encoded string that the external party can handle.
15 +* With base64 encoding, we mean: turning the string into an encoded string that the external party can handle.
15 15  
16 -Essential characteristics of this functionality are:
17 -
18 -* Encoding (and decoding) of base64 strings take up additional memory (up to 33%)
19 -* Separate integration for the base64 strings apart from metadata is advisable
20 -* The component in eMagiz needs a base64 encoded string as input
21 -* Multiple times encoding and decoding in the same integration is **not** advisable
22 -
23 23  == 3. Base64 encoding ==
24 24  
25 25  Most of the time, you can use the standard tooling of eMagiz to manipulate the data so that it makes sense for the (external) party that receives the data. However, sometimes there are cases in which you need a little bit of extra complexity. This microlearning will explain one of those more complex scenarios. In this microlearning, we will learn how to use base64 encoding on your (input) message. This functionality is beneficial when the message is not encoded, but you need to send the data encoded to the external party.
... ... @@ -62,6 +62,9 @@
62 62  
63 63  If you are interested in this topic and want more information, please read the help text provided by eMagiz and the following links:
64 64  
59 +* [[Advanced Level (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.WebHome||target="blank"]]
60 +** [[Risk Management (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.Risk Management.WebHome||target="blank"]]
61 +*** [[Considering the impact of message size (Explanation)>>Main.eMagiz Academy.Microlearnings.Advanced Level.Risk Management.advanced-risk-management-considering-impact-of-message-size-on-stability-of-the-solution||target="blank"]]
65 65  * [[Encode Base64 (Search Results)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&l_space_facet=10&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22encode+base64%22||target="blank"]]
66 66  * [[Encode Algorithm (External)>>https://base64.guru/learn/base64-algorithm/encode||target="blank"]]
67 67  * [[Base64 Encoding Online (External)>>https://www.base64encode.org/||target="blank"]]