mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: started to clean up the crapto1 imp in client/nonce2key/ folder.
This commit is contained in:
parent
7d5169a0e9
commit
a0f33b6682
7 changed files with 279 additions and 486 deletions
|
@ -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("--");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue