VhlCfg / File / MifarePlusAesKeyList Value

Contains a list of 7 bytes: one byte access limitations and 16 bytes AES key. This value is used by Mifare plus firmware only.

Properties

Format

Name Type/Size Description
- Array (until end of frame) -
AccessLimitations Bit mask (8 bits) -
RFU Integer (bit mask area 0xF8) Zero padding
DenyChangeKey Boolean (bit 0x04) It is not allowed to use this key to change a key.
DenyWrite Boolean (bit 0x02) It is not allowed to use this key for writing.
DenyRead Boolean (bit 0x01) It is not allowed to use this key for reading.
Key Raw data (length 6 Bytes) This is the 6 byte Mifare key.