mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 18:47:24 -07:00
fix: crapto3.3 sometimes crashing with hf mf mifare on Fudan clones (no par, all NACK) (#233)
added readme.txt again in tools/nonce2key
This commit is contained in:
parent
02069dbbdb
commit
de867f502f
6 changed files with 16 additions and 18 deletions
|
@ -76,7 +76,7 @@ int nonce2key(uint32_t uid, uint32_t nt, uint32_t nr, uint64_t par_info, uint64_
|
|||
if (par_info == 0)
|
||||
PrintAndLog("Parity is all zero, trying special attack! Just wait for few more seconds...");
|
||||
|
||||
state = lfsr_common_prefix(nr, rr, ks3x, par);
|
||||
state = lfsr_common_prefix(nr, rr, ks3x, par, (par_info == 0));
|
||||
state_s = (int64_t*)state;
|
||||
|
||||
//char filename[50] ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue