Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
Anyone can anybody tell me how to understand the below APDUs response from smartcards.

< FF 86 00 00 05 01 00 01 60 01
?
< FF 86 00 00 05 01 00 01 60 01
?
< FF 86 00 00 05 01 00 01 60 01
?
< FF 82 00 01 06 0A 02 0A 01 0A 00
?
FF B0 00 01 0A
?
FF D7 00 01 05 00 00 00 00 64


Any reference link.... from where i can understand this responses. it will be big help

What I have tried:

I have tried to get convert this into string, but not getting desired output
Posted
Updated 2-Nov-17 1:29am

Google is your friend. Start here : MIFARE[^]
 
Share this answer
 
Comments
ANKIT JOHRI 2-Nov-17 7:14am    
No APDUs information over there...
See Smart card application protocol data unit - Wikipedia[^] and the links on that page.
To understand a response you have to know the command that has been send before. The last two response bytes are the status:
90 00 = Success
61 xx = Success
 xx = number of bytes that can be queried with the GET RESPONSE command
62 xx to 6F xx = error codes
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900