small fix

This commit is contained in:
merlokk 2018-02-15 00:20:00 +02:00
parent 6dec58aa44
commit 738ed6e476

View file

@ -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);