Changes for page Base64 decoding
Last modified by Danniar Firdausy on 2024/09/17 21:20
From version 11.1
edited by eMagiz
on 2022/06/09 13:05
on 2022/06/09 13:05
Change comment:
There is no comment for this version
To version 16.3
edited by Danniar Firdausy
on 2024/09/04 12:04
on 2024/09/04 12:04
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. eMagiz1 +XWiki.dfirdausy - Default language
-
... ... @@ -1,0 +1,1 @@ 1 +en - Content
-
... ... @@ -6,9 +6,6 @@ 6 6 7 7 Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 8 8 9 -* Last update: August 26th, 2021 10 -* Required reading time: 5 minutes 11 - 12 12 == 1. Prerequisites == 13 13 14 14 * Basic knowledge of the eMagiz platform ... ... @@ -25,8 +25,6 @@ 25 25 * The component in eMagiz needs a base64 encoded string as input 26 26 * Multiple times encoding and decoding in the same integration is **not** advisable 27 27 28 - 29 - 30 30 == 3. Base64 decoding == 31 31 32 32 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 decoding on your (input) message. This functionality is beneficial when the message is encoded, but you need to manipulate part of the data. ... ... @@ -38,7 +38,7 @@ 38 38 * The component in eMagiz needs a base64 encoded string as input 39 39 * Multiple times encoding and decoding in the same integration is **not** advisable 40 40 41 -The Base64 decode algorithm converts plain text into original data. Technically, it can be said that it converts six-bit bytes into eight-bit bytes. So when you have the base64 string of QUJD, you could manually convert this to a readable format. You can find an excellent explanation of how it works [here ](https://base64.guru/learn/base64-algorithm/decode). Luckily for us, eMagiz will do all the heavy lifting, and we do not have to take out pen and paper.36 +The Base64 decode algorithm converts plain text into original data. Technically, it can be said that it converts six-bit bytes into eight-bit bytes. So when you have the base64 string of QUJD, you could manually convert this to a readable format. You can find an excellent explanation of how it works [[here>>https://base64.guru/learn/base64-algorithm/decode||target="blank"]]. Luckily for us, eMagiz will do all the heavy lifting, and we do not have to take out pen and paper. 42 42 43 43 In the remainder of this microlearning, we will look at how you could implement this logic within the eMagiz tooling. 44 44 ... ... @@ -56,13 +56,8 @@ 56 56 57 57 Now that we know how to implement it, we can quickly look at possible use cases for this logic. We see this logic popping up mainly when dealing with attachments/files (i.e., pictures, pdf) within XML messages. 58 58 59 -== 4. Assignment ==54 +== 4. Key takeaways == 60 60 61 -Look for places where you could use this logic to aid your integration process within your (Academy) project. 62 -This assignment can be completed with the help of your (Academy) project you have created/used in the previous assignment. 63 - 64 -== 5. Key takeaways == 65 - 66 66 Essential characteristics of this functionality are: 67 67 68 68 * Decoding (and encoding) of base64 strings take up additional memory (up to 33%) ... ... @@ -70,21 +70,12 @@ 70 70 * The component in eMagiz needs a base64 encoded string as input 71 71 * Multiple times encoding and decoding in the same integration is **not** advisable 72 72 63 +== 5. Suggested Additional Readings == 73 73 74 - 75 -== 6. Suggested Additional Readings == 76 - 77 77 If you are interested in this topic and want more information, please read the help text provided by eMagiz and the following links: 78 78 79 -* https://base64.guru/learn/base64-algorithm/decode 80 -* https://www.base64decode.org/ 81 - 82 -== 7. Silent demonstration video == 83 - 84 -This video demonstrates how you could have handled the assignment and gives you some context on what you have just learned. 85 - 86 -{{video attachment="intermediate-data-handling-base64-decode.mp4" reference="Main.Videos.Microlearning.WebHome"/}} 87 - 67 +* [[Decode Algorithm (External)>>https://base64.guru/learn/base64-algorithm/decode||target="blank"]] 68 +* [[Decode Online (External)>>https://www.base64decode.org/||target="blank"]] 88 88 ))) 89 89 90 90 ((({{toc/}}))){{/container}}