mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
simpler
This commit is contained in:
@@ -1414,7 +1414,7 @@ static int CmdHFiClassDecrypt(const char *Cmd) {
|
||||
|
||||
if (decrypted_block789) {
|
||||
// Set the 2 last bits of block6 to 0 to mark the data as decrypted
|
||||
decrypted[(6 * 8) + 7] = decrypted[(6 * 8) + 7] & 0xfc;
|
||||
decrypted[(6 * 8) + 7] &= 0xFC;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user