Skip to content

#436 - Add --nopwd option for T55xx em410x write - #459

Open
naaraxi wants to merge 2 commits into
RfidResearchGroup:mainfrom
naaraxi:fix/436-t55xx-nopwd
Open

#436 - Add --nopwd option for T55xx em410x write#459
naaraxi wants to merge 2 commits into
RfidResearchGroup:mainfrom
naaraxi:fix/436-t55xx-nopwd

Conversation

@naaraxi

@naaraxi naaraxi commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Fixes #436

@github-actions

Copy link
Copy Markdown

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

@naaraxi

naaraxi commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

NOTE: This PR exposes the no-password option (--nopwd) for EM410X only

NOTE: Exposing this does require a client change (included here for the Python CLI)

Add a --nopwd flag to `lf em410x write` that leaves the written T55xx tag
password-free instead of applying the default password.

- Firmware: clear the T5577 PWD config bit in block 0 when the key is zero,
  so the tag is left unprotected.
- Client: add a no_pwd parameter to em410x_write_to_t55xx and a --nopwd flag.
- Include the default password in the unlock key list so a tag previously
  locked by this tool can be freed by a --nopwd write.
@naaraxi
naaraxi force-pushed the fix/436-t55xx-nopwd branch from 345eff5 to 74659a6 Compare July 10, 2026 19:06
@naaraxi

naaraxi commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

NOTE: Adding the --nopwd option to other card types should be trivial, but I figured it was outside the scope this time. I may be wrong

@itsnaeng

itsnaeng commented Aug 2, 2026

Copy link
Copy Markdown

Just need to confirm it only works on EM410X for this for the time being?

@naaraxi

naaraxi commented Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

@itsnaeng
Correct

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.

[idea] No Password option for T55xx

2 participants