I'm currently working on an ethernet wrapper (c#) to communicate with some looms. The looms communication is managed via custom protocol.
The problem is that the data part(of ethernet wrapper) is encoded using the 64 base encoding protocol. The documentation says that the string "10/1/3" after the base64 encoding will results in "CgED".
Any idea on how is it possibile to get that "CgED" from "10/1/3"?
Because if i try to convert "10/1/3" the result is "MTAvMS8z".