tanersahindotnet / NFCAndroidExample

NFC Card Reader Example Using Xamarin.Android
13 stars 5 forks source link

Not an issue: how to read more data #2

Closed cmarsocci closed 2 years ago

cmarsocci commented 2 years ago

Hi there, That's not an issue but a question I'm trying to read more data with the Card Id in the nfc read mode, I can't find the right methods to do it.

How can I read the manufacturer Id for example? I'm pretty sure this value it's in the first memory sector of the card, near to the Id which the app already reads, how can I "extend" the funcionalitiy?

Thanks

tanersahindotnet commented 2 years ago

There is a UID for that. However, do not go building an application which depends on this. There is a lot of duplications in the world due to fakes. Also the manufacturers sometimes use the same IDs till they know that they are going to different usage streams. The UID is barely used for identifying the source of the card.

cmarsocci commented 2 years ago

Hi Taner, thanks for answering me. Ok got it for the UID I'll try. About the duplication, I thought the manufacturer ID was unique a least between official manufacturer, anyways, I understand it's not the best method to authenticate someone or something.

In your opinion for a clocking app could be enough secure? Assigning one ID per person

Thanks a lot!

tanersahindotnet commented 2 years ago

Yes i think that it will be enough secure for a clocking app