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

北慕城南 提交于 2019-12-02 20:32:01

问题


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 explain to me what this response means?

Here is a related issue: 69 82Security condition not satisfied ADPU resposne with android NFC


回答1:


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.



来源:https://stackoverflow.com/questions/51558845/what-does-security-condition-not-satisfied-response-apdu-mean

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!