mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
more work towards iclass elite dumping.. not quite finished yet though :(
This commit is contained in:
parent
aa41c6058a
commit
9b82de75f4
4 changed files with 55 additions and 33 deletions
|
@ -68,7 +68,7 @@ int bruteforceItem(dumpdata item, uint16_t keytable[]);
|
|||
* @param k output
|
||||
*/
|
||||
void hash1(uint8_t csn[] , uint8_t k[]);
|
||||
|
||||
void hash2(uint8_t *key64, uint8_t *outp_keytable);
|
||||
/**
|
||||
* From dismantling iclass-paper:
|
||||
* Assume that an adversary somehow learns the first 16 bytes of hash2(K_cus ), i.e., y [0] and z [0] .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue