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

fix hf mfu pwdgen for 7 byte uid #2544

Merged
merged 3 commits into from
Sep 30, 2024

Commits on Sep 30, 2024

  1. fix hf mfu pwdgen for 7 byte uid

    The last 3 bytes of the 7 byte uid are zeroed out
    Tested with the example from the forum http://www.proxmark.org/forum/viewtopic.php?pid=44238#p44238
    
    Signed-off-by: Anton Todorov <ANTodorov@users.noreply.github.com>
    ANTodorov authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0733754 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    add line for the `hf mfu pwdgen` fix
    
    Signed-off-by: Anton Todorov <ANTodorov@users.noreply.github.com>
    ANTodorov authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    047039a View commit details
    Browse the repository at this point in the history
  3. hf mfu pwdgen with 4byte uid should adapt to 7 byte

    Signed-off-by: Anton Todorov <ANTodorov@users.noreply.github.com>
    ANTodorov authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    26fe583 View commit details
    Browse the repository at this point in the history