mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
added another pwdgen algo
This commit is contained in:
parent
3af0f4a0fd
commit
0587845c56
4 changed files with 44 additions and 16 deletions
|
@ -26,6 +26,7 @@ uint32_t ul_ev1_pwdgenA(const uint8_t *uid);
|
|||
uint32_t ul_ev1_pwdgenB(const uint8_t *uid);
|
||||
uint32_t ul_ev1_pwdgenC(const uint8_t *uid);
|
||||
uint32_t ul_ev1_pwdgenD(const uint8_t *uid);
|
||||
uint32_t ul_ev1_pwdgenE(const uint8_t *uid);
|
||||
|
||||
uint16_t ul_ev1_packgen_def(const uint8_t *uid);
|
||||
uint16_t ul_ev1_packgenA(const uint8_t *uid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue