Reputation: 88
I'm new to NFC programming and wanted to know how I can change the authentication access on a Mifare ultralight C tag.
I mean, can I make the tag write protected with a secret key as I would with Mifare Classic 1k, and then authenticate to write new data again?
There isn't much documentation out there explaining how to do this process...I have a ACR122 card reader to work on this, and I'm using C# to build a windows application.
Any help would be much appreciated, and/or if you have samples codes, that would be awesome.
Upvotes: 0
Views: 2759
Reputation: 88
I wanted to post my findings in case someone needs in the future. Although I'm still having problems figuring out how to write protect the Mifare Ultralight C tag temporarly. So in case someone knows how to do it, please let me know. Any sample code would be helpful.
So, found the docs that I needed to get more familiar with the Mifare Ultralight C tag and its security implementation, here are the links in case someones needs it.
http://www.nxp.com/documents/application_note/1303.pdf, http://www.nxp.com/documents/short_data_sheet/MF0ICU2_SDS.pdf, http://csrc.nist.gov/publications/nistpubs/800-67-Rev1/SP-800-67-Rev1.pdf, http://www.nxp.com/search?q=137631&type=keyword&rows=10
Upvotes: 1