Page 1 of 1

eVRC applications-AID

Posted: Mon Dec 21, 2015 4:49 am
by user143839285163098
I have a eVRC smart card. Does anyone know what is the AID of Slovak eVRC applications on smart card? Where can I get it?

Re: eVRC applications-AID

Posted: Mon Dec 28, 2015 3:20 am
by Tarantino
It seems that its AID is A0000004564556522D3031. You can have a try.

Re: eVRC applications-AID

Posted: Mon Dec 28, 2015 8:02 am
by UNKNwYSHSA
You can use the GET STATUS command to get the applet instance AID in the card.

Code: Select all

// Get Application(s);
80 F2 40 00 02 4F 00

Notice: This command need secure channel established.
You can also use tools like pyApdutool/pyResMan/pyGlobalPlatform to get the applet instance AID in the card.