Hello everyone,
I'm currently develop in swift for reading the data in MIFare DESFire EV1 card.
The procedure i've already done is get Application IDs, selection Application IDs, get File IDs.
However, I got the problem for the authentication with AES.
Can anyone help me for the procedure with the authentication? I should do the authentication before reading date? or reading data need some decode key in authentication response?
What is the commad I should use with "sendMiFareCommand"?
authenticateCommand: [UInt8] = [0xAA, 0x00] ? or
authenticateCommand: [UInt8] = [0x90, 0xAA, 0x00]?
Thank you.