dmrtd icon indicating copy to clipboard operation
dmrtd copied to clipboard

It dose not work with me for syrian passport

Open omarnasser199789 opened this issue 1 year ago • 3 comments

I've made sure from passport number DOB and expiration date, but I still haven’t succeed in this code final rapdu = await _transceive( CommandAPDU(cla: cla, ins: ISO7816_INS.EXTERNAL_AUTHENTICATE, p1: 0x00, p2: 0x00, data: data, ne: ne) ); if(rapdu.status != StatusWord.success) { throw ICCError("External authenticate failed", rapdu.status, rapdu.data); }

Always the status != StatusWord.success

omarnasser199789 avatar Jan 31 '24 21:01 omarnasser199789