Reply To: Problem authenticating against a new application to create a file (EV2 tag)

Forum MIFARE SDK Problem authenticating against a new application to create a file (EV2 tag) Reply To: Problem authenticating against a new application to create a file (EV2 tag)

Re: Problem authenticating against a new application to create a file (EV2 tag)

9. March 2017 at 18:32
Hi TapLinx Support,

Thanks for your reply. Finally I was able to fix my problem reseting the app default key with this code:

EV2PICCConfigurationSettings settings = new EV2PICCConfigurationSettings();
settings.setAppDefaultKey(SampleAppKeys.KEY_AES128_ZEROS, (byte) 0x1);
desFireEV2.setConfigurationByte(settings);


Regards,
Diego
+ 0  |  - 0