CHG: re-factored the "HF MFU CAUTH" command to be simpler.

ADD:  "HF MFU INFO",  added detection of MAGIC UL-C tags and a simple loop test 5 default 3des keys.
This commit is contained in:
iceman1001 2015-04-29 20:24:37 +02:00
commit a8be77afd1
2 changed files with 192 additions and 134 deletions

View file

@ -17,6 +17,9 @@ int CmdHF14AMfucAuth(const char *Cmd);
int CmdHF14AMfUDump(const char *Cmd);
void rol (uint8_t *data, const size_t len);
uint8_t requestAuthentication( uint8_t *nonce);
int try3DesAuthentication( uint8_t *key);
int CmdHFMFUltra(const char *Cmd);
int CmdHF14AMfUInfo(const char *Cmd);
#endif