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

authenticateSectorWithKeyA cannot be verified #432

Closed
xiuzhenguo opened this issue Sep 13, 2023 · 1 comment
Closed

authenticateSectorWithKeyA cannot be verified #432

xiuzhenguo opened this issue Sep 13, 2023 · 1 comment

Comments

@xiuzhenguo
Copy link

xiuzhenguo commented Sep 13, 2023

After changing the key of keyA to 0000000000, authenticateSectorWithKeyA cannot be verified. Setting the key of keyA to another key will not cause this situation. How can I solve this problem.

byte[] bytesKey = Common.hex2Bytes("000000000000");
auth = mMFC.authenticateSectorWithKey( mKeyMapStatus, bytesKey)

At this point, the value of auth is false

@ikarus23
Copy link
Owner

Hi. This is an known issue for some devices or Android versions (drivers). Nothing I can do about it in MCT. You can read about it here: #66.

I will close this as being somewhat of a duplicate of #66.

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

No branches or pull requests

2 participants