]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmfu.h
ADD: a new pwdgen algo Nicknamed C, (Huge props to @Bettse for everything) also...
[proxmark3-svn] / client / cmdhfmfu.h
index 621d5c0b4e31d2a4a4866a9f0e5d3de858644294..36240c2e7b64ae1172dce806ca187fa24a4d5d1c 100644 (file)
@@ -32,11 +32,13 @@ int usage_hf_mfu_sim(void);
 int usage_hf_mfu_ucauth(void);
 int usage_hf_mfu_ucsetpwd(void);
 int usage_hf_mfu_ucsetuid(void);
-int  usage_hf_mfu_gendiverse(void);
+int usage_hf_mfu_gendiverse(void);
 
 int CmdHFMFUltra(const char *Cmd);
 
 uint32_t ul_ev1_pwdgenA(uint8_t* uid);
+uint32_t ul_ev1_pwdgenA(uint8_t* uid);
+uint32_t ul_ev1_pwdgenC(uint8_t* uid);
 
 typedef enum TAGTYPE_UL {
        UNKNOWN       = 0x000000,
Impressum, Datenschutz