mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Add useful signature info.
This commit is contained in:
parent
685b1e47ef
commit
7af0f07c4e
1 changed files with 1 additions and 1 deletions
|
@ -974,7 +974,7 @@ static int CmdHF14ADesInfo(const char *Cmd) {
|
|||
if (get_desfire_signature(signature, &signature_len) == PM3_SUCCESS)
|
||||
desfire_print_signature(package->uid, signature, signature_len, cardtype);
|
||||
else{
|
||||
PrintAndLogEx(WARNING, "--- " _YELLOW_("Couldn't verify signature."));
|
||||
PrintAndLogEx(WARNING, "--- " _YELLOW_("Couldn't verify signature. Unknown public key ?"));
|
||||
}
|
||||
|
||||
// Master Key settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue