How can i do native authentication in desfire ev1
问题 I would like to authenticate with a desfire card in native mode. Here are my current steps: I select the master application (AID = 0×00 0×00 0×00) I receive the response (a "challenge", randB) from the card Then, in the second Step, I generate a response (randA); I concatenate the 8 bytes rand A with the 8 bytes decrypted and rotated rand B I encrypt it, sending it back to the card. I receive a 91 ae answer, and I don't know why. Here is the sequence of messages: to card: 90 0A 00 00 01 00 00