mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
note about EV2, that LRP uses same commands
This commit is contained in:
parent
9a958045e0
commit
6924a42bf0
1 changed files with 3 additions and 2 deletions
|
@ -422,8 +422,9 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
#define MFDES_AUTHENTICATE_ISO 0x1A // AUTHENTICATE_STANDARD
|
||||
#define MFDES_AUTHENTICATE_AES 0xAA
|
||||
|
||||
#define MFDES_AUTHENTICATE_EV2F 0x71
|
||||
#define MFDES_AUTHENTICATE_EV2NF 0x77
|
||||
// Leakage Resilient Primitive (LRP)
|
||||
#define MFDES_AUTHENTICATE_EV2F 0x71 // LRP, AuthenticateLRPFirst
|
||||
#define MFDES_AUTHENTICATE_EV2NF 0x77 // LRP, AuthenticateLRPNonFirst
|
||||
|
||||
#define MFDES_CREDIT 0x0C
|
||||
#define MFDES_LIMITED_CREDIT 0x1C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue