You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parser for content of tag 9F10 (IAD, Issuer Application Data) seems to handle values in M/Chip and VIS format correctly but fails for other formats as tested here: http://tvr-decoder.appspot.com/. For example:
VIS 1.5 format
9F100706010A03A40000 - result: correct VCP 1.5 format
9F10201F43010020000000000000000007717300000000000000000000000000000000 - result: interpretion is wrong (e.g. opposite order of CVN and DKI) M/Chip 4 format
9F10120110A0400324C000000000000000000000FF - result: correct EMV 4.3 CCD
9F10200FA506A231C0020000000000000000000F110601010000000000000000000000 - result: interpretion is wrong (e.g. opposite order of CVN and DKI) ZKA 3.0
9F101001828100310040180000000000000000 - result: 9F10 (issuer application data) 01828100310040180000000000000000 (not parsed)
The text was updated successfully, but these errors were encountered:
Parser for content of tag 9F10 (IAD, Issuer Application Data) seems to handle values in M/Chip and VIS format correctly but fails for other formats as tested here: http://tvr-decoder.appspot.com/. For example:
VIS 1.5 format
9F100706010A03A40000 - result: correct
VCP 1.5 format
9F10201F43010020000000000000000007717300000000000000000000000000000000 - result: interpretion is wrong (e.g. opposite order of CVN and DKI)
M/Chip 4 format
9F10120110A0400324C000000000000000000000FF - result: correct
EMV 4.3 CCD
9F10200FA506A231C0020000000000000000000F110601010000000000000000000000 - result: interpretion is wrong (e.g. opposite order of CVN and DKI)
ZKA 3.0
9F101001828100310040180000000000000000 - result: 9F10 (issuer application data) 01828100310040180000000000000000 (not parsed)
The text was updated successfully, but these errors were encountered: