I want to Load Authentication Key into my ACR1252 reader (probably similar to ACR122 reader), but it fails with response code 63 00
.
I'm trying to do this for ISO/IEC 14443 cards (specifically Dutch ePassports). First I send the commands:
- Select Application:
00 04 04 0C 07 A0 00 00 02 47 10 01
with response90 00
- Get Challenge:
00 84 00 00 08
with response[ramdom 8 bytes] 90 00
- Load Key:
FF 82 00 00 06 FF FF FF FF FF FF
with response63 00 (Operation Failed)
Eventually the length of the key will be 40 bytes in stead of 6, but this is just for testing purposes (the 40 byte key also gives 63 00
).
I also tried:
FF 82 00 00 06 A0 A1 A2 A3 A4 A5
FF 82 20 00 06 FF FF FF FF FF FF
FF 82 20 01 06 FF FF FF FF FF FF
No success, does anyone has any idea? I also stumbled upon this Stackoverflow thread: ACR1222L FF 82 Load Authentication Keys fails with 63 00 Operation Failed which could be similar to my case. Anyone has any experience/success with changing the Security Level?
If there are other ideas on how to fix this, maybe I'm missing some crucial steps or something, please let me know! Thanks!