0
Need help in encoding
hey guys can you please help me in understanding this text.I completed learning python but i cant understand that random thing in between. <?xml version='1.0' encoding='utf-8' standalone='yes' ?> <map> <string name="zdl+IfG8be7KRlRghu7T250YJOD2+AgiAJjgpAjJCVA=">cI1sBi1HDDZGEVJ9A5taY90gnCOh7KacIg8xIPFVo5qv/lzYx3sxPbvXGvPQomIdn6Y5Q/WZtTDbZOp/u3N2YrqwHeaWAvV+310MAWV3dliFZ52ofk8bZoLkqp89xPiVOtPGFY0kHal0P92GAfm6+OxxnR+0LOY1nD9IR9avbJ/Zt3tV4ZLTJ7Usd0x8ior6JFBAUj7GnkfKgA6CR3xGb2sryVHY1xW5nFxxZvQh8HtjhSkPvil6o
3 Réponses
+ 3
It's not a Python problem, it's more related to XML language... even you want handle it using Python ( if purpose is to "understanding this text" as you wrote ).
And in fact, the "random thing" is probably not directly related to XML, as it seems to sounds as base64 encoding text format...
So, you can try to decode the two data strings ( you have on attribute value, and one content/child value ) as it, but you need probably know to what it's corresponding to handle decoded stuff :P
0
Try to decode string
0
but how do i do that bro what i have to learn for that