What does “Security condition not satisfied” response APDU mean?

后端 未结 1 447
礼貌的吻别
礼貌的吻别 2021-01-29 03:51

I am playing with my NFC card with Android NFC API. I am stuck at this APDU response: Security condition not satisfied (SW1=69, SW2=82).

Can anyone expl

相关标签:
1条回答
  • 2021-01-29 04:10

    The status word 69 82 ("Security status not satisfied") typically means that your current authentication state is insufficient to access a certain resource on the card. E.g. if you get that in response to an UPDATE BINARY command, you might not have permission to change the content of the file. Similarly, if you get that in response to a READ BINARY command, you might not have permission to read binary data (random access) from the file.

    0 讨论(0)
提交回复
热议问题