X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/c3c241f389048bd14422d70504cecec6637b89f3..b69947c24598e870b0f08d661e10e390330e38a6:/client/nonce2key/nonce2key.c diff --git a/client/nonce2key/nonce2key.c b/client/nonce2key/nonce2key.c index 968e1a9d..54cb0d2a 100644 --- a/client/nonce2key/nonce2key.c +++ b/client/nonce2key/nonce2key.c @@ -170,8 +170,8 @@ int tryMfk32(uint64_t myuid, uint8_t *data, uint8_t *outputkey ){ 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); @@ -191,7 +191,7 @@ int tryMfk32(uint64_t myuid, uint8_t *data, uint8_t *outputkey ){ PrintAndLog("Found Key: [%012"llx"]",key); isSuccess = TRUE; ++counter; - if (counter==10) + if (counter==20) break; } }