Changes for page Base64 decoding

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

From version 14.1
edited by Erik Bakker
on 2023/01/23 08:57
Change comment: There is no comment for this version
To version 16.1
edited by Eva Torken
on 2023/08/10 15:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.etorken
Content
... ... @@ -51,13 +51,8 @@
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. Assignment ==
54 +== 4. Key takeaways ==
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 -
61 61  Essential characteristics of this functionality are:
62 62  
63 63  * Decoding (and encoding) of base64 strings take up additional memory (up to 33%)
... ... @@ -65,18 +65,13 @@
65 65  * The component in eMagiz needs a base64 encoded string as input
66 66  * Multiple times encoding and decoding in the same integration is **not** advisable
67 67  
68 -== 6. Suggested Additional Readings ==
63 +== 5. Suggested Additional Readings ==
69 69  
70 70  If you are interested in this topic and want more information, please read the help text provided by eMagiz and the following links:
71 71  
72 -* https://base64.guru/learn/base64-algorithm/decode
73 -* https://www.base64decode.org/
67 +* [[Decode Algorithm>>https://base64.guru/learn/base64-algorithm/decode||target="blank"]]
68 +* [[Decode Online>>https://www.base64decode.org/||target="blank"]]
69 +)))
74 74  
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 -
81 81  ((({{toc/}}))){{/container}}
82 82  {{/container}}