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

01 00 80 Signature problem #67

Open
igor90ns opened this issue Mar 30, 2022 · 0 comments
Open

01 00 80 Signature problem #67

igor90ns opened this issue Mar 30, 2022 · 0 comments

Comments

@igor90ns
Copy link

Hi,

I am sorry for asking unrelated question to your project, but I think that this project have most valuable info regarding ddd files in its open and closed issues .
I have made android app that reads driver card (first gen for now) via otg smart card reader. I can read all files from card but I have problem to find parts of data that begins with 01 00 80. Googling 24/7 brought me to post in your closed issues, so now I know that it represent some kind of signature , but I don't know how to generate or extract it from card.

Well i have to ask again sorry, maybe im dumb or whatever.

Don't worry :) it's not easy.

Everything is ok:
05 04 - Driver Activity Data
01 - means there is still a signature (gen 1)
00 80 - 0x0080 = 128 dec

After 128 bytes (containing the signature for 05 04) there is 05 05 - so it's ok

image

You can only find data for gen 2 by checking 3 byte.
You could also check the length or content of a given EF file and in case of an error it means that it is gen 2 but it is not an optimal solution.

Unfortunately, I don't know C# well and I can't help you with the code from this project. If I find some time, I can look at this code, but I don't know if I can help you.

Originally posted by @mpi-wl in #42 (comment)

@igor90ns igor90ns changed the title 01 00 80 Signiture problem 01 00 80 Signature problem Mar 30, 2022
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

1 participant