#436 - Add --nopwd option for T55xx em410x write - #459
Open
naaraxi wants to merge 2 commits into
Open
Conversation
|
You are welcome to add an entry to the CHANGELOG.md as well |
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
force-pushed
the
fix/436-t55xx-nopwd
branch
from
July 10, 2026 19:06
345eff5 to
74659a6
Compare
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 |
|
Just need to confirm it only works on EM410X for this for the time being? |
Contributor
Author
|
@itsnaeng |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #436