Add useful signature info.

This commit is contained in:
Bjoern Kerler 2020-04-10 00:59:06 +02:00
commit 7af0f07c4e

View file

@ -974,7 +974,7 @@ static int CmdHF14ADesInfo(const char *Cmd) {
if (get_desfire_signature(signature, &signature_len) == PM3_SUCCESS) if (get_desfire_signature(signature, &signature_len) == PM3_SUCCESS)
desfire_print_signature(package->uid, signature, signature_len, cardtype); desfire_print_signature(package->uid, signature, signature_len, cardtype);
else{ else{
PrintAndLogEx(WARNING, "--- " _YELLOW_("Couldn't verify signature.")); PrintAndLogEx(WARNING, "--- " _YELLOW_("Couldn't verify signature. Unknown public key ?"));
} }
// Master Key settings // Master Key settings