mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-11 02:31:23 +08:00
Merge pull request #1247 from merlokk/emv_tokenization
add tokenization tags for apple/google pay
This commit is contained in:
commit
c04f526c3f
1 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,7 @@ static const struct emv_tag emv_tags[] = {
|
|||
{ 0x9f16, "Merchant Identifier", EMV_TAG_STRING, NULL },
|
||||
{ 0x9f17, "Personal Identification Number (PIN) Try Counter", EMV_TAG_GENERIC, NULL },
|
||||
{ 0x9f18, "Issuer Script Identifier", EMV_TAG_GENERIC, NULL },
|
||||
{ 0x9f19, "Token Requestor ID", EMV_TAG_GENERIC, NULL },
|
||||
{ 0x9f1a, "Terminal Country Code", EMV_TAG_GENERIC, NULL },
|
||||
{ 0x9f1b, "Terminal Floor Limit", EMV_TAG_GENERIC, NULL },
|
||||
{ 0x9f1c, "Terminal Identification", EMV_TAG_STRING, NULL },
|
||||
|
@ -272,6 +273,7 @@ static const struct emv_tag emv_tags[] = {
|
|||
{ 0x9f22, "Certification Authority Public Key Index - Terminal", EMV_TAG_GENERIC, NULL },
|
||||
{ 0x9f23, "Upper Consecutive Offline Limit", EMV_TAG_GENERIC, NULL },
|
||||
{ 0x9f24, "Payment Account Reference (PAR)", EMV_TAG_GENERIC, NULL },
|
||||
{ 0x9f25, "Last 4 Digits of PAN", EMV_TAG_GENERIC, NULL },
|
||||
{ 0x9f26, "Application Cryptogram", EMV_TAG_GENERIC, NULL },
|
||||
{ 0x9f27, "Cryptogram Information Data", EMV_TAG_CID, NULL },
|
||||
{ 0x9f2a, "Kernel Identifier", EMV_TAG_GENERIC, NULL },
|
||||
|
|
Loading…
Reference in a new issue