omerkarakucuk
Newbie level 2
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.