Mifare 1k Access BitsData Block | Bits | Read | Write | Incr. | D./T./R. |
---|
Remarks |
---|
{{ blk }} | {{ acl >= 0 ? `00${acl.toString(2)}`.slice(-3) : '?' }} | {{ toPrivStr(DATA_BLK_READ, acl) }} | {{ toPrivStr(DATA_BLK_WRITE, acl) }} | {{ toPrivStr(DATA_BLK_INCR, acl) }} | {{ toPrivStr(DATA_BLK_DTR, acl) }} |
{{ DATA_BLK_REMARKS[acl] ?? '?' }} |
- Click table row to edit the Access Bits
- Incr.: Increment
- D./T./R.: Decrement/Transfer/Restore
Trailer Block Bits | Key A Read | Key A Write | ACLs Read | ACLs Write | Key B Read | Key B Write |
---|
Remarks |
---|
{{ acl >= 0 ? `00${acl.toString(2)}`.slice(-3) : '?' }} | {{ toPrivStr(TRAILER_BLK_A_READ, acl) }} | {{ toPrivStr(TRAILER_BLK_AB_WRITE, acl) }} | {{ toPrivStr(TRAILER_BLK_ACLS_READ, acl) }} | {{ toPrivStr(TRAILER_BLK_ACLS_WRITE, acl) }} | {{ toPrivStr(TRAILER_BLK_B_READ, acl) }} | {{ toPrivStr(TRAILER_BLK_AB_WRITE, acl) }} |
{{ TRAILER_BLK_REMARKS[acl] ?? '?' }} |
- If key B is readable data, it cannot serve for authentication. Please refer to NXP MF1S50YYX_V1.pdf for more information.
Warning
Writing an incorrect value to the access condition bits can make the sector inaccessible.Bits | Read | Write | Incr. | D./T./R. |
---|
Remarks |
---|
{{ acl >= 0 ? `00${acl.toString(2)}`.slice(-3) : '?' }} | {{ toPrivStr(DATA_BLK_READ, acl) }} | {{ toPrivStr(DATA_BLK_WRITE, acl) }} | {{ toPrivStr(DATA_BLK_INCR, acl) }} | {{ toPrivStr(DATA_BLK_DTR, acl) }} |
{{ DATA_BLK_REMARKS[acl] ?? '?' }} |
Click table row to pick new ACL. If key B is readable data, it cannot serve for authentication.Trailer Block Bits | Key A Read | Key A Write | ACLs Read | ACLs Write | Key B Read | Key B Write |
---|
Remarks |
---|
{{ acl >= 0 ? `00${acl.toString(2)}`.slice(-3) : '?' }} | {{ toPrivStr(TRAILER_BLK_A_READ, acl, acl) }} | {{ toPrivStr(TRAILER_BLK_AB_WRITE, acl, acl) }} | {{ toPrivStr(TRAILER_BLK_ACLS_READ, acl, acl) }} | {{ toPrivStr(TRAILER_BLK_ACLS_WRITE, acl, acl) }} | {{ toPrivStr(TRAILER_BLK_B_READ, acl, acl) }} | {{ toPrivStr(TRAILER_BLK_AB_WRITE, acl, acl) }} |
{{ TRAILER_BLK_REMARKS[acl] ?? '?' }} |
Click table row to pick new ACL. If key B is readable data, it cannot serve for authentication.