help Contactless card type identification.
时间:04-05
整理:3721RD
点击:
Hi everyone.
İ have a smart card, i need to determine the type of the card all information i have is here:
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.
İ 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.
I suggest you download the datasheet for the two cards. I strongly suspect you will see that the ID commands are identical "0x26", 0x52" and from this you will be able to see which card you are talking to
