mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
fix
This commit is contained in:
parent
1e1c3ec210
commit
0b06600e72
1 changed files with 1 additions and 1 deletions
|
@ -1064,7 +1064,7 @@ static void PrintKeySettingsApp(uint8_t keysettings, uint8_t numkeys, bool print
|
||||||
"-- Authentication with the specified key " _YELLOW_("(0x%02x)") " is necessary to change any key.\n"
|
"-- Authentication with the specified key " _YELLOW_("(0x%02x)") " is necessary to change any key.\n"
|
||||||
"A change key and a PICC master key (CMK) can only be changed after authentication with the master key.\n"
|
"A change key and a PICC master key (CMK) can only be changed after authentication with the master key.\n"
|
||||||
"For keys other then the master or change key, an authentication with the same key is needed.",
|
"For keys other then the master or change key, an authentication with the same key is needed.",
|
||||||
(rights >> 4) & 0x0f
|
rights & 0x0f
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue