Changes for page Base64 decoding
Last modified by Danniar Firdausy on 2024/09/17 21:20
From version 16.4
edited by Danniar Firdausy
on 2024/09/04 12:05
on 2024/09/04 12:05
Change comment:
There is no comment for this version
To version 15.1
edited by Erik Bakker
on 2023/01/23 08:58
on 2023/01/23 08:58
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dfirdausy1 +XWiki.ebakker - Content
-
... ... @@ -51,8 +51,13 @@ 51 51 52 52 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. 53 53 54 -== 4. Keytakeaways==54 +== 4. Assignment == 55 55 56 +Look for places where you could use this logic to aid your integration process within your (Academy) project. 57 +This assignment can be completed with the help of your (Academy) project you have created/used in the previous assignment. 58 + 59 +== 5. Key takeaways == 60 + 56 56 Essential characteristics of this functionality are: 57 57 58 58 * Decoding (and encoding) of base64 strings take up additional memory (up to 33%) ... ... @@ -60,14 +60,18 @@ 60 60 * The component in eMagiz needs a base64 encoded string as input 61 61 * Multiple times encoding and decoding in the same integration is **not** advisable 62 62 63 -== 5. Suggested Additional Readings ==68 +== 6. Suggested Additional Readings == 64 64 65 65 If you are interested in this topic and want more information, please read the help text provided by eMagiz and the following links: 66 66 67 -* [[Decode 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=%22decode+base64%22||target="blank"]] 68 -* [[Decode Algorithm (External)>>https://base64.guru/learn/base64-algorithm/decode||target="blank"]] 69 -* [[Decode Online (External)>>https://www.base64decode.org/||target="blank"]] 70 -))) 72 +* [[Decode Algorithm>>https://base64.guru/learn/base64-algorithm/decode||target="blank"]] 73 +* [[Decode Online>>https://www.base64decode.org/||target="blank"]] 71 71 75 +== 7. Silent demonstration video == 76 + 77 +This video demonstrates how you could have handled the assignment and gives you some context on what you have just learned. 78 + 79 +{{video attachment="intermediate-data-handling-base64-decode.mp4" reference="Main.Videos.Microlearning.WebHome"/}}))) 80 + 72 72 ((({{toc/}}))){{/container}} 73 73 {{/container}}