]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmfu.h
CHG: re-factored the "HF MFU CAUTH" command to be simpler.
[proxmark3-svn] / client / cmdhfmfu.h
index ccb53ad0e99f793c92d957883e6eb61067f07e2e..72193390264351eb520837a2d16cdd8dc8c2c4aa 100644 (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
Impressum, Datenschutz