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

[FL-3625] AUTH_LIMIT implementation #3153

Conversation

RebornedBrain
Copy link
Contributor

What's new

  • AUTH_LIMIT now works properly

Verification

On NTAG213
hf 14a raw -sc A22A82050000 -> 0x0A //Enable protection and AUTH_LIM = 2
hf 14a raw -sc A22BDEADBEAF -> 0x0A //Set password = 0xDEADBEAF
hf 14a raw -sc A2290400000A -> //Set AUTH0 = 0x0A to block pages from 10
hf 14a raw -sc 1BDEADBEA0 -> 0x00 //Auth with wrong pwd
hf 14a raw -sc 1BDEADBEAF -> 00 00 [ A0 1E ] //Auth with right pwd
hf 14a raw -sc 1BDEADBEA0 -> 0x00 //Auth with wrong pwd
hf 14a raw -sc 1BDEADBEA0 -> 0x04 //Auth with wrong pwd and card is locked now
hf 14a raw -sc 1BDEADBEAF -> 0x04 //Auth with right pwd, but card is still locked

Checklist (For Reviewer)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

RebornedBrain and others added 30 commits August 31, 2023 14:46
Both cmds now work through one function
NtagI2C support added
Conflicts:
	firmware/targets/f7/api_symbols.csv
RebornedBrain and others added 19 commits September 13, 2023 15:43
@gornekich gornekich merged commit 268cd9f into flipperdevices:gornek/nfc_refactoring_v1 Oct 17, 2023
8 checks passed
@RebornedBrain RebornedBrain deleted the berezhnoy/auth_limit branch August 19, 2024 10:47
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