mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: some desfire changes from @bforbort fork. *untested*
This commit is contained in:
parent
84f9cf0626
commit
857bc2ff6a
4 changed files with 110 additions and 31 deletions
|
@ -60,6 +60,7 @@ void Desfire_3des_key_new_with_version (const uint8_t value[16], desfirekey_t ke
|
|||
if ( key != NULL ){
|
||||
key->type = T_3DES;
|
||||
memcpy (key->data, value, 16);
|
||||
memcpy (key->data + 16, value, 8);
|
||||
update_key_schedules (key);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue