typelogic
typelogic
I have one remote (not mine) epassport that failed on `Chip Authentication` using JMRTD's infer method. What do you think of looping through each until it succeeds?
I'm able to grab DG14 [here](https://gist.github.com/typelogic/351d2c5fc62f65dcaf063618e1855f5a).
> Would be interested to know what the type it actually was using was! If you are able to share the DG14 element and also the nationality of that passport...
From [this ICAO spec](https://imgur.com/2Mtb4Xr.png), isn't epassports with missing `ChipAuthenticationInfo` be considered deviants? However, he was able to do `CA` using `ReadID` so I wonder how `ReadID` did it.
I just tested using JMRTD that looping through each possible oid does not reset the secure messaging, until it finds the correct oid and is able to do a successful...
> 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...
In addition, please find that the NFC chip in the passport is at the back cover. Not the front.
> > In addition, please find that the NFC chip in the passport is at the back cover. Not the front. > > which country passport would that be ?...
I came here because I am having the same phenomenon. I cannot step-debug my Kotlin test cases. Everything is smooth in a Java vscode I can step debug individual test...
In `PassportNFC.kt::verifyHash` method, the below `fid` variable is not compatible when feed into `getDG(dg: Int)` method: ``` val fid = LDSFileUtil.lookupFIDByTag(LDSFileUtil.lookupTagByDataGroupNumber(dgNumber)) ``` The `getDG()` always returns `null` causing the message...