mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
added default params file
This commit is contained in:
parent
43591e6464
commit
9605b378f4
1 changed files with 58 additions and 0 deletions
58
client/emv/defparams.json
Normal file
58
client/emv/defparams.json
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Transaction Date",
|
||||||
|
"type": "9A",
|
||||||
|
"value": "00 00 00",
|
||||||
|
"length": 3,
|
||||||
|
"hint": "format: YYMMDD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Transaction Type",
|
||||||
|
"type": "9C",
|
||||||
|
"value": "00",
|
||||||
|
"length": 1,
|
||||||
|
"hint": "00: Goods and service, 01: Cash"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Amount, authorized",
|
||||||
|
"type": "9F 02",
|
||||||
|
"value": "00 00 00 00 01 00",
|
||||||
|
"length": 6,
|
||||||
|
"hint": "amount (numberic) in cents"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Transaction Currency Code",
|
||||||
|
"type": "5F 2A",
|
||||||
|
"value": "09 80",
|
||||||
|
"length": 2,
|
||||||
|
"hint": "USD 840, EUR 978, RUB 643, RUR 810(old), UAH 980, AZN 031, n/a 999"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Terminal Country Code",
|
||||||
|
"type": "9F 1A",
|
||||||
|
"value": "ru",
|
||||||
|
"length": 2,
|
||||||
|
"hint": "ISO3166: de, en, gb, ru, us, ua"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Terminal Transaction Qualifiers (TTQ)",
|
||||||
|
"type": "9F 66",
|
||||||
|
"value": "26 00 00 00",
|
||||||
|
"length": 4,
|
||||||
|
"hint": "qVSDC 26 00 00 00, gen AC from GPO 26 80 00 00, MSD 86 00 00 00, VSDC 46 00 00 00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Unpredictable Number",
|
||||||
|
"type": "9F 37",
|
||||||
|
"value": "01 02 03 04",
|
||||||
|
"length": 4,
|
||||||
|
"hint": "4 byte random number"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Unpredictable Number (MSD for UDOL)",
|
||||||
|
"type": "9F 6A",
|
||||||
|
"value": "01 02 03 04",
|
||||||
|
"length": 4,
|
||||||
|
"hint": "4 byte random number"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Add table
Add a link
Reference in a new issue