I recently procured MIFARE DESFire EV3 cards and would like to confirm whether they use a known factory-default PICC master key (e.g. all-zero AES/2K3DES/DES), or if the key is card-vendor dependent.
My intention is to verify this via the TapLinx Android sample application by authenticating to the PICC (KeyNo 0). However, to build the sample APK, a valid TapLinx packageKey must be defined in the code:
static final String packageKey = "";
Before proceeding with building the test app, could you please confirm:
Whether there is a documented default PICC master key for DESFire EV3 cards, and
How to generate or obtain the appropriate TapLinx packageKey for my application.
Thank you for your guidance.