My OS is Windows 10, I'm using Visual Studio 2019, the language is C#
My goal is to make a function that would decode the encoded text.
I do not know what encoding algorithm it uses.
Here are a few examples:
Example 1:
Encoded text = )3)6,..?1EB
Decoded text = encodedtext
Example 2:
Encoded text = )='485/
Decoded text = example
If anyone could help me, it would be really appreciated.
Thank you in advance.