mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
add white cloner pwdgen algo (thanks to @paleopterix!)
This commit is contained in:
parent
a32fbd21bd
commit
1aa9600048
4 changed files with 35 additions and 1 deletions
|
@ -41,5 +41,7 @@ int mfc_algo_di_all(uint8_t *uid, uint8_t *keys);
|
|||
int mfc_algo_sky_one(uint8_t *uid, uint8_t sector, uint8_t keytype, uint64_t *key);
|
||||
int mfc_algo_sky_all(uint8_t *uid, uint8_t *keys);
|
||||
|
||||
uint32_t lf_t55xx_white_pwdgen(uint32_t id);
|
||||
|
||||
int generator_selftest(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue