-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
nfc: collect nonces during mf classic emulation #1484
Conversation
2182cd4
to
7fd0c77
Compare
Hi @indutny . Great work! Also, now flipper crashes when I try to save logs. Let me know your thoughts on data logging in Detect Reader and more clear log format. |
I agree, this belongs to other UI affordance. In my limited experiences a pair of nr + ar wasn't sufficient to deconstruct the key. In some cases it leads only to a recovered keystream, but no to the actual key. I need at least 3 pairs to get it working and I suspect others might need more than two as well. Sorry it crashes! I'll take a look into UI placement and crashes later this week. |
Did you use mfkey32 or mfkey32v2? The difference here is in first you use constant NT and 2 pairs of AR+NR. In mfkey32v2 you can use different NT. |
Also, if you plan further work on this PR, could you please set it in Draft state |
@gornekich I used a v2 and it didn't really work. Converted PR to draft. Thanks! |
Hey, |
I added nonces collection in Detect Reader here #1643 |
Awesome. Thanks! |
What's new
Verification
Checklist (For Reviewer)