chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
718 stars 575 forks source link

Read sectors and blocks of my mifare card with C# #511

Open DavidCodeDev opened 5 months ago

DavidCodeDev commented 5 months ago

I am trying to make more distinct my cards due to a cloned UID problem. I write in my sectors and blocks of my cards by the mifare app mobile, all fine. Now the problem is I need to read that information with my c# program but I HAVE NO IDEA how to access to the sectors and blocks of my cards in case I had cloned UIDs. Suggestions? Thanks