nr1_enc = *(uint32_t*)(data+32);
ar1_enc = *(uint32_t*)(data+36);
- // PrintAndLog("Recovering key for:");
- // PrintAndLog(" uid: %08x",uid);
+ // PrintAndLog("recovering key for:");
+ // PrintAndLog(" uid: %08x %08x",uid, myuid);
// PrintAndLog(" nt: %08x",nt);
// PrintAndLog(" {nr_0}: %08x",nr0_enc);
// PrintAndLog(" {ar_0}: %08x",ar0_enc);
PrintAndLog("Found Key: [%012"llx"]",key);
isSuccess = TRUE;
++counter;
- if (counter==10)
+ if (counter==20)
break;
}
}