I am currently looking at a TIFF file generated by a microscope vendor. They store an XML within the TIFF (ImageDescription tag). Within this XML I can find a <barcode> element. But instead of storing the actual barcode (PDF417, DataMatrix) value, they store something else.
I have three samples, first one is a PDF417, the last two are DataMatrix. Decoding the values leads to:
04050629CH13150154711A11H13150154512A02
while the XML element <barcode> contains (in that order):
MDQwNTA2MjlDSDEzMTUwMTU0NzExQTExSDEzMTUwMTU0NTEyQTAy
What type of encoding is this ?