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

Implemented 'info' command for NTAG424 #2154

Merged
merged 2 commits into from
Oct 31, 2023

Conversation

dankar
Copy link
Contributor

@dankar dankar commented Oct 30, 2023

Implemented GetVersion and GetSignature commands for NTAG424, and added getting/printing of them in the "info" command.

I did a dubious thing by making the signature verification from DESFire public by making a wrapper function that didn't need to supply card_type. Seems like that parameter is not needed anyway.

The version information command is the same as for desfire, so might have been possible to use that instead, but the signature was not readable by the desfire commands.

@github-actions
Copy link

You are welcome to add an entry to the CHANGELOG.md as well

@iceman1001
Copy link
Collaborator

I removed that unused param.
If you just add a function header and remove the static in your PR, then this becomes a bit cleaner.

Not needed now when the unused parameter is gone.
@dankar
Copy link
Contributor Author

dankar commented Oct 31, 2023

Awesome, that made it a bit better.

@iceman1001 iceman1001 merged commit ca04f03 into RfidResearchGroup:master Oct 31, 2023
12 checks passed
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

Successfully merging this pull request may close these issues.

2 participants