Hi,
I can successfully authenticate with KeyA with mifare classic using :
status = phalMfc_Authenticate( &salMFC, TARGET_OPERATION_BLOCK, PHHAL_HW_MFC_KEYA, 1, 0, bUid, bUidSize);
but When I want to do this with PHHAL_HW_MFC_KEYB, It failed.
Is there any other prerequisite step needed for using Key B?