mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-15 01:33:00 -07:00
add a specific check function for static nonces (used in 'hf mf nested') (#911)
* add a specific check function for static nonces in 'hf mf nested' * uses a fixed nr_enc and does all the crypto operations on client * for all possible keys calculate par_enc and ar_enc and send them to device * CHANGELOG update
This commit is contained in:
parent
bedae7768c
commit
aa8ff592ae
7 changed files with 308 additions and 232 deletions
|
@ -19,6 +19,9 @@
|
|||
#define MF_MAD1_SECTOR 0x00
|
||||
#define MF_MAD2_SECTOR 0x10
|
||||
|
||||
// Fixed encrypted nonce used for nested attack with fixed nonce tags
|
||||
#define NESTED_FIXED_NR_ENC {0x70, 0x69, 0x77, 0x69}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// ISO 14443A
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue