Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top