Turn of encryption when tag is halted
@@ -481,5 +481,7 @@ void RFID::halt()
buff[1] = 0;
calculateCRC(buff, 2, &buff[2]);
clearBitMask(Status2Reg, 0x08); // turn off encryption
status = MFRC522ToCard(PCD_TRANSCEIVE, buff, 4, buff,&unLen);
}
The note is not visible to the blocked user.