mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-31 04:20:28 +08:00
text
This commit is contained in:
parent
7cea1bcbf8
commit
55f913381c
1 changed files with 1 additions and 1 deletions
|
@ -1360,7 +1360,7 @@ bool DecodeMifareData(uint8_t *cmd, uint8_t cmdsize, uint8_t *parity, bool isRes
|
||||||
AuthData.ks3 = AuthData.at_enc ^ prng_successor(AuthData.nt, 96);
|
AuthData.ks3 = AuthData.at_enc ^ prng_successor(AuthData.nt, 96);
|
||||||
|
|
||||||
mfLastKey = GetCrypto1ProbableKey(&AuthData);
|
mfLastKey = GetCrypto1ProbableKey(&AuthData);
|
||||||
PrintAndLogEx(NORMAL, " | | * |%48s %012"PRIx64" prng %s | |",
|
PrintAndLogEx(NORMAL, " | | * |%49s %012"PRIx64" prng %s | |",
|
||||||
"key",
|
"key",
|
||||||
mfLastKey,
|
mfLastKey,
|
||||||
validate_prng_nonce(AuthData.nt) ? _GREEN_("WEAK") : _YELLOW_("HARD"));
|
validate_prng_nonce(AuthData.nt) ? _GREEN_("WEAK") : _YELLOW_("HARD"));
|
||||||
|
|
Loading…
Reference in a new issue