We are working on exporting a bunch of data from a 3rd party system and bringing it into our own. The only good way to do this is to use the SQL database. We have had a good amount of success finding everything we need to extract, but one particular item seems to be encoded somehow, but we can't figure out what algorithm it uses so that we can reverse engineer the plain text string that the user entered to the corresponding field in the user interface. This field is just a description field, it is not sensitive data and we don't believe it's encrypted.
Here are a few examples of what we type in the interface and the values that end up in the database. The goal is to find the algorithm used, so that for each of the encoded strings below, we can decode to get the plain text string.
I can try with any other provided strings if it will help.
The strings always encode to the same values in the database even from other servers/users/environments
Examples:
Plain Text: Matt's description
Encoded: 13 36%T="=S(&1E
Plain Text: plain text string 12321**\2">"?
Encoded: 20 <&QA:6X@=&5X="!S=')I;F<@,3(S,C$J*EPR(CXB/P
Plain Text: a
Encoded: 2 80
Plain Text: 1
Encoded: 2 ,0