A Desfire EV1 card outputs the following data over weigand. 3D803DC0. However when I took a look at the Desfire Card, I can see that the data in the file was 1A3D803DC0. Which is the length byte followed by data. I assumed that it is similar to HID Corp 1000 format but looks like Corp 1000 has only a Facility Code / Company ID with Card Number. The data from the card is of the below format.
Example of the Format in Question:
Facility Code : 123 Card Number : 123
26bit Card Data: Hex (3D803DC0) Binary (0011 1101 1000 0000 0011 1101 11) with trailling 0's removed
Format in Question : 1A3D803DC0 (1A = length of Data which is 26)
I would like to know the name of this format. I have searched numerous places but not able to find anything in this regard.