AndyQ / NFCPassportReader

NFCPassportReader for iOS 13
MIT License
739 stars 239 forks source link

Will it work for ID cards. Does ID cards also follow same protocols like BAC and PACE? #98

Closed RaknasAvis closed 1 year ago

RaknasAvis commented 3 years ago

I would like to read data from the ID cards which are having NFC chips. Is it completely different from passports? Any links would be appreciated.

AndyQ commented 3 years ago

It should - its untested but I think they use the same AID. PACE may not yet be supported (I have currently only implemented MRZ keys and I think ID cards may use CAN but not sure), but BAC should work.

typelogic commented 3 years ago

I would like to read data from the ID cards which are having NFC chips. Is it completely different from passports? Any links would be appreciated.

There are 12 of these, but you may start here

danydev commented 1 year ago

I'm able to read the italian ID card with the library, so yes, when they follow standards it works. Can be closed @AndyQ