
Smart Cards Lab COMPGA12 University College London
11 Exploring an Electronic Passport
We are going to implement (with high-level standard APDUs) the first steps
of a typical transaction between the RFID reader at the border, and an
electronic passport.
With any APDU tool we execute the following sequence:
GET CARD SERIAL NUMBER
CLA INS P1 P2 Le
FF CA 00 00 00
Write here the answer received:
And here are some error messages you may get:
.
Then we execute a specific version of ISO SELECT FILE command:
SELECT FILE by an AID
CLA INS P1 P2 Le AID
00 A4 04 0C 07 A0 00 00 02 47 10 01
The answer should be:
Then we execute a specific version of ISO SELECT FILE to select the
master file ’01 1E’ of the passport:
SELECT FILE by an FID
CLA INS P1 P2 Le FID
00 A4 02 0C 02 01 1E
The answer should be:
c
Nicolas T. Courtois 2009-10
Comentarios a estos manuales