Hello Twogether,
I am writing a Java-Application using the
javax.smartcardio.*;
The uid (32 bit) of german id card is generated randomly at each access. The atr (152 bit) stays the same.
Currently I take the uid of rfid cards and if it is a german id card the atr.
Is there a way to get more informations from Smartcards using smartcardio?
How can I improve the german id card identification?
Thanks in Advance