mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
new AID for Kiev metro card
This commit is contained in:
parent
a4a7033b23
commit
681382e0cc
2 changed files with 18 additions and 0 deletions
|
@ -4073,6 +4073,20 @@
|
||||||
"service_provider": "HID Corporation",
|
"service_provider": "HID Corporation",
|
||||||
"system_integrator": "HID Corporation"
|
"system_integrator": "HID Corporation"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"application": "City transport, prepaid ticket, cardholder, servicespass",
|
||||||
|
"company": "Ridango AS",
|
||||||
|
"mad": "0x3C56",
|
||||||
|
"service_provider": "Pilet.ee ekaart",
|
||||||
|
"system_integrator": "Pilet.ee ekaart"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"application": "City transport, prepaid ticket, cardholder, servicespass",
|
||||||
|
"company": "Ridango AS",
|
||||||
|
"mad": "0x3D56",
|
||||||
|
"service_provider": "Pilet.ee ekaart",
|
||||||
|
"system_integrator": "Pilet.ee ekaart"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"application": "City transport bus, ferry, administration",
|
"application": "City transport bus, ferry, administration",
|
||||||
"company": "VFJ Technology Pty Ltd",
|
"company": "VFJ Technology Pty Ltd",
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
|
||||||
|
#define AES_KEY_LEN 16
|
||||||
|
#define MAX_AES_KEYS_LIST_LEN 1024
|
||||||
|
|
||||||
int CmdHFMFP(const char *Cmd);
|
int CmdHFMFP(const char *Cmd);
|
||||||
int CmdHFMFPNDEFRead(const char *Cmd);
|
int CmdHFMFPNDEFRead(const char *Cmd);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue