CHG: started to clean up the crapto1 imp in client/nonce2key/ folder.
This commit is contained in:
@@ -574,7 +574,7 @@ int CmdHF14ASim(const char *Cmd)
|
||||
int len = (resp.arg[1] > sizeof(data)) ? sizeof(data) : resp.arg[1];
|
||||
memcpy(data, resp.d.asBytes, len);
|
||||
tryMfk32(uid, data, key);
|
||||
tryMfk32_moebius(uid, data, key);
|
||||
//tryMfk32_moebius(uid, data, key);
|
||||
//tryMfk64(uid, data, key);
|
||||
PrintAndLog("--");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user