ADD: a new pwdgen algo Nicknamed C, (Huge props to @Bettse for everything) also added to the "hf mfu info" command. However, that will not work given the system's lockbits.. :( Maybe I'll add a function to test all imp pwdgens given a UID without making a authentication call to tag.

ADD:   BSWAP_32 macro, for changing endianness.
This commit is contained in:
iceman1001 2016-01-09 17:17:36 +01:00
commit dd79e03a1a
4 changed files with 43 additions and 6 deletions

View 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,