improved version of "hf 14a mifare" command
with merge with utility nonce2key
This commit is contained in:
@@ -13,3 +13,5 @@
|
||||
|
||||
void print_hex(const uint8_t * data, const size_t len);
|
||||
char * sprint_hex(const uint8_t * data, const size_t len);
|
||||
void num_to_bytes(uint64_t n, size_t len, uint8_t* dest);
|
||||
uint64_t bytes_to_num(uint8_t* src, size_t len);
|
||||
|
||||
Reference in New Issue
Block a user