chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
715 stars 572 forks source link

[TAG MIFARE DESFIRE] When I write on a tag, everything is clear #437

Open yannicknya opened 3 years ago

yannicknya commented 3 years ago

NXP MIFARE DESFIRE tags are encrypted by default (DES, 2K3DES, 3K3DES and AES) to secure transmission data.

When I write to an tag (command : nfc.write) , nothing can make my data invisible to an application such as: nfc-tool. I do not know if, I have the possibility of making the data invisible (encrypted).

Can you give me details on how I can solve my problem?

blahblehblah commented 3 years ago

NXP MIFARE DESFIRE tags are encrypted by default (DES, 2K3DES, 3K3DES and AES) to secure transmission data.

When I write to an tag (command : nfc.write) , nothing can make my data invisible to an application such as: nfc-tool. I do not know if, I have the possibility of making the data invisible (encrypted).

Can you give me details on how I can solve my problem?

If you're referring to iOS, check this pull request > https://github.com/chariotsolutions/phonegap-nfc/pull/424

yannicknya commented 3 years ago

I use Android

yannicknya commented 3 years ago

Its more important, Do you have a solution?