Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password Protection #41

Open
domgamba opened this issue Sep 20, 2021 · 8 comments
Open

Password Protection #41

domgamba opened this issue Sep 20, 2021 · 8 comments

Comments

@domgamba
Copy link

Any consideration for functionality creating password encryption with NFC tags? I have NTAG213 and I need to allow my users to protect their tag so that nobody else can overwrite their content.

@Harry-Chen
Copy link
Contributor

Harry-Chen commented Sep 24, 2021

Sure you can implement it with the transceive API we provide by using appropriate commands. We actually plan to add more specific support for different types of tags/cards. However it is (obviously) time-consuming and we cannot provide any guarantee about this functionality.

@alaashahin1
Copy link

@Harry-Chen Can you help me how use transceive method

@jiegec
Copy link
Contributor

jiegec commented Dec 28, 2021

@Harry-Chen Can you help me how use transceive method

Please read the docstring.

@alaashahin1
Copy link

@jiegec I read Docs but I don't know What data are to be sent to nfcv.transceive(......);
to unlock tag then write on tag.

@jiegec
Copy link
Contributor

jiegec commented Dec 28, 2021

@jiegec I read Docs but I don't know What data are to be sent to nfcv.transceive(......); to unlock tag then write on tag.

You should refer to the docs of the nfc tag.

@dangfan
Copy link
Contributor

dangfan commented Dec 28, 2021

@alaashahin1 Please follow this documentation: https://www.nxp.com/docs/en/data-sheet/NTAG213_215_216.pdf
To authenticate a tag, you need to use the PWD_AUTH command (in Section 10.7). This command is what you need to transceive.

@alaashahin1
Copy link

@dangfan @jiegec thanks all for consideration.
I read this Section 10.7, but frankly, I don't know what i will do in flutter

@sachindivergents
Copy link

sachindivergents commented Aug 28, 2023

@dangfan @Harry-Chen @jiegec @domgamba @alaashahin1 can you guide me how to how i can fix the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants