Free TLV decoder.
This if free TLV ( type-length-value ) data decoder.
This representaion is
- T - Type, usualy called TAG , 1-3 bytes, here is 2,4,6 HEX characters
- L - Length, 1 byte, here is 2 HEX characters
- V - Value of TAG, HEX characters
You may use it for:
- data DUMPs from field 55 ISO 8583
- data DUMPs geted from Smartcards
- EMV tags DATA ...
You can use "space" or "enter" delimiter in HEX data.
Detailed TAG description added ASAP.
If you have some information to me, please contact with me.
|