What Is Actually Stored on a Hotel Key Card?
A hotel key card carries a small block of data, not a key: a room identifier, a valid-from and valid-until timestamp, and a sequence number. The lock holds no network connection and no guest list. It checks those three values against its own clock and the last card it accepted, then opens or refuses.
That offline design explains almost every behaviour front desks are asked about. It is why a new card silently kills the previous one, why a card stops working at checkout time even if nobody has cancelled it, and why a lock keeps working through a power or network outage. Magnetic stripe and RFID differ in how the data is read, not in this logic. What should never reach the published cut is the credential format itself: encoding schemes, key diversification, and audit-trail extraction are the details an access system supplier should keep out of published material.
This template covers the system in eight scenes: two on what the card holds, two on how the lock decides without a network, one contrasting magnetic stripe with RFID and NFC, one on why issuing a new card invalidates the old, one on late checkout and expiry, and one on what an audit trail can and cannot show.

