I would like to write and read lines from RFID Mifare 1K. I successfully read and wrote the tag that I am using the NXP TagWriter application. Then I tried the code here , but was able to extract something meaningful from it. It didn’t even authenticate until I changed
auth = mfc.authenticateSectorWithKeyA(0, MifareClassic.KEY_DEFAULT);
TO
auth = mfc.authenticateSectorWithKeyA(0, MifareClassic.KEY_MIFARE_APPLICATION_DIRECTORY);
But he only got this as a result:
BLOCK 0: 298091JFIS8903JF0SDF093 BLOCK 1: 298091JFIS8903JF0SDF093
Not sure what to do with it, and what the process of reading and writing to the card will be. Any examples or directions would be very helpful!
android nfc rfid mifare
neufuture
source share