mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
text
This commit is contained in:
parent
dfcb83a154
commit
a932251908
1 changed files with 2 additions and 2 deletions
|
@ -83,9 +83,9 @@ static const APDUSpcCodeDescription_t UAPDpdateKeyAttrCodeDescriptions[] = {
|
||||||
|
|
||||||
static const APDUSpcCodeDescription_t UAPDpdateKeyCodeDescriptions[] = {
|
static const APDUSpcCodeDescription_t UAPDpdateKeyCodeDescriptions[] = {
|
||||||
{0x6982, "Key is frozen or only the key itself has the rights to update" },
|
{0x6982, "Key is frozen or only the key itself has the rights to update" },
|
||||||
{0x6984, "key enc key is blocked or invalid" },
|
{0x6984, "Enc key is blocked or invalid" },
|
||||||
{0x6985, "Deactivated file" },
|
{0x6985, "Deactivated file" },
|
||||||
{0x6A80, "invalid algo, key length or kvv" },
|
{0x6A80, "Invalid algo, key length or kvv" },
|
||||||
{0x6A88, "Invalid key number (outside the range supported by the current DF)" }
|
{0x6A88, "Invalid key number (outside the range supported by the current DF)" }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue