mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-11 15:56:09 -07:00
small fix
This commit is contained in:
parent
6dec58aa44
commit
738ed6e476
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ bool DecodeMifareData(uint8_t *cmd, uint8_t cmdsize, uint8_t *parity, bool isRes
|
||||||
|
|
||||||
AuthData.nt = ntx;
|
AuthData.nt = ntx;
|
||||||
mfLastKey = GetCrypto1ProbableKey(&AuthData);
|
mfLastKey = GetCrypto1ProbableKey(&AuthData);
|
||||||
PrintAndLog(" | * | key | nested probable key:%010"PRIx64" ks2:%08x ks3:%08x | |",
|
PrintAndLog(" | * | key | nested probable key:%012"PRIx64" ks2:%08x ks3:%08x | |",
|
||||||
mfLastKey,
|
mfLastKey,
|
||||||
AuthData.ks2,
|
AuthData.ks2,
|
||||||
AuthData.ks3);
|
AuthData.ks3);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue