mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
changed keyB in line 896 to the correct macro
This commit is contained in:
parent
810a89c4df
commit
949ef8435e
1 changed files with 1 additions and 1 deletions
|
@ -893,7 +893,7 @@ void Mifare1ksim(uint16_t flags, uint8_t exitAfterNReads, uint8_t *datain, uint1
|
||||||
|
|
||||||
// Compliance of MIFARE Classic EV1 1K Datasheet footnote of Table 8
|
// Compliance of MIFARE Classic EV1 1K Datasheet footnote of Table 8
|
||||||
// If access bits show that key B is Readable, any subsequent memory access will be refused.
|
// If access bits show that key B is Readable, any subsequent memory access will be refused.
|
||||||
if (cardAUTHKEY == keyB && IsKeyBReadable(blockNo)) {
|
if (cardAUTHKEY == AUTHKEYB && IsKeyBReadable(blockNo)) {
|
||||||
EmSend4bit(mf_crypto1_encrypt4bit(pcs, CARD_NACK_NA));
|
EmSend4bit(mf_crypto1_encrypt4bit(pcs, CARD_NACK_NA));
|
||||||
FpgaDisableTracing();
|
FpgaDisableTracing();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue