This commit is contained in:
WillyJL
2025-09-06 03:35:15 +02:00
parent 3a35730a24
commit d97155eb2d
4 changed files with 34 additions and 58 deletions

View File

@@ -465,7 +465,8 @@ static NfcCommand mf_ultralight_poller_handler_auth_ultralight_c(MfUltralightPol
instance->state = MfUltralightPollerStateReadPages;
return command;
} else {
instance->auth_context.tdes_key = instance->mfu_event.data->key_request_data.key;
instance->auth_context.tdes_key =
instance->mfu_event.data->key_request_data.key;
}
} else {
FURI_LOG_D(TAG, "No key provided, skipping auth");