问题
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