Do smart-cards require a different kind of reader depending on the model or do all readers support all kinds of smart-cards? Assuming I have a specific card model in mind, how do I find out what kind of reader I need?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Depends on the chip used, have a look at:

link|improve this answer
Are you saying it depends on the chip manufacturer? Or on the interface type? Meaning, can I reasonably assume that all contact-chips support IEC 7816? – Gili Aug 22 '11 at 20:04
it depends on the type of chip used. e.g. certain chips have hardware security features added, which will not be used/read by standard readers. i am not really into the hardware stuff, but with a simple scm reader i was able to read sim cards, voucher cards, key cards, ec/maestro cards. of course you still need the crypt setup to access usefull data. what cards do you want to read out? or do you want to use an auth mechanism with your machine? – Martin Aug 22 '11 at 21:02
I want to use contact cards with public-key encryption that is PKCS #11 compatible. – Gili Aug 24 '11 at 1:26
feedback

The main difference with contact cards is synchronous memory cards vs asynchronous microprocessor cards.

Most "interesting" smart cards are asynchronous microprocessor cards (like SIM cards, bank cards, electronic ID badges etc).

Contact cards and contactless cards are a whole different story though.

link|improve this answer
So in theory, there are only two kinds of readers for contact smart-cards? – Gili Aug 24 '11 at 1:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.