CHG: started to clean up the crapto1 imp in client/nonce2key/ folder.

This commit is contained in:
iceman1001 2016-01-19 17:22:18 +01:00
commit a0f33b6682
7 changed files with 279 additions and 486 deletions

View file

@ -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("--");
}