X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/02d352fea75385d80b49a7ab8703692ae307f073..1c1c5f4caee24e433cebd4b142417e2efdd743f1:/client/cmdhfmfu.h diff --git a/client/cmdhfmfu.h b/client/cmdhfmfu.h index ccb53ad0..64f32a49 100644 --- a/client/cmdhfmfu.h +++ b/client/cmdhfmfu.h @@ -17,6 +17,12 @@ 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); +uint8_t GetHF14AMfU_Type(void); + +int usage_hf_mfu_dump(void); + int CmdHFMFUltra(const char *Cmd); int CmdHF14AMfUInfo(const char *Cmd); #endif