contactless card type detection

Status
Not open for further replies.

omerkarakucuk

Newbie level 2
Joined
Sep 4, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,301
Hi everyone.
İ have a smart card, i need to determine the type of the card all information i have is here:

  • Dual-interface card, both contactless and contact interface
  • supports iso7816-4 APDUs
  • using 3DES
  • i have a key that i can use to authenticate

communication with card is like following.

-select card
-SELECT FILE (2 BYTE file number)
-GET RANDOM NUMBER
-3DES(KEY, RANDOM NUMBER)
-EXTERNAL AUTH with 3DES(KEY, RANDOM NUMBER)
-SELECT FILE (2 BYTE file number)
-READ BINARY some data
-3DES(KEY,some data)
-VERIFY PIN with 3DES(KEY,some data)
-SELECT FILE (2 BYTE file number)
-READ AND WRITE BINARY data
-DESELECT CARD

and finally card has a standart 1K Mifare part which is not used and not related with command and data above.

can anyone help me to determine the type of this Dual-Interface card ?
thanks in advance

Omer.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…