We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mifare_key_deriver_update_uid is trying to get actual UID when key diversification is enabled (mifare_desfire_get_card_uid_raw), but it does not update UID length. Only 4 bytes of UID are stored in diversification input as a result https://github.com/nfc-tools/libfreefare/blob/master/libfreefare/mifare_key_deriver.c#L148-L161
mifare_key_deriver_update_uid
mifare_desfire_get_card_uid_raw
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mifare_key_deriver_update_uid
is trying to get actual UID when key diversification is enabled (mifare_desfire_get_card_uid_raw
), but it does not update UID length. Only 4 bytes of UID are stored in diversification input as a resulthttps://github.com/nfc-tools/libfreefare/blob/master/libfreefare/mifare_key_deriver.c#L148-L161
The text was updated successfully, but these errors were encountered: