mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 22:33:48 -07:00
354821
This commit is contained in:
parent
582c9eeb7d
commit
77c801da33
1 changed files with 1 additions and 1 deletions
|
@ -5067,7 +5067,7 @@ static int CmdHF14ADesWriteData(const char *Cmd) {
|
||||||
if (trkeylen > 0) {
|
if (trkeylen > 0) {
|
||||||
uint8_t prevReaderID[CRYPTO_AES_BLOCK_SIZE] = {0};
|
uint8_t prevReaderID[CRYPTO_AES_BLOCK_SIZE] = {0};
|
||||||
DesfireDecodePrevReaderID(&dctx, trkey, transactionCounter, resp, prevReaderID);
|
DesfireDecodePrevReaderID(&dctx, trkey, transactionCounter, resp, prevReaderID);
|
||||||
PrintAndLogEx(INFO, "Prev reader id: %s", resplen, sprint_hex(prevReaderID, CRYPTO_AES_BLOCK_SIZE));
|
PrintAndLogEx(INFO, "Prev reader id: %s", sprint_hex(prevReaderID, CRYPTO_AES_BLOCK_SIZE));
|
||||||
}
|
}
|
||||||
|
|
||||||
readeridpushed = true;
|
readeridpushed = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue