Topic: mifare_desfire_authenticate's doubt
Hi everyone,
I want to make a program that accesses a DESFire and I have a doubt function mifare_desfire_authenticate(MifareTag tag, uint8_t key_no, MifareDESFireKey key). This function must be given as an argument MifareDESFireKey structure, this structure is the variable data, which I think is the encryption key, but the function don't use this variable.
My question is, is this function can be started any card or only those that have an 0s encryption key?
Thanks