You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Key guessing in RFID-Cloner example can't guess key if it's not 1st in the list. This is because card prevents any communications after failed authentication. The case is handled in rfid_default_keys example with the code:
Step 1: Describe your environment
Step 2: Describe the problem
Key guessing in
RFID-Cloner
example can't guess key if it's not 1st in the list. This is because card prevents any communications after failed authentication. The case is handled inrfid_default_keys
example with the code:Affected file(s) or example(s):
Steps to reproduce:
0xFF...
) key not in the first place of the listObserved Results:
All attempts will fail with timeout even if know key was tried
Expected Results:
Attempt on known key success, even if the key is not first in the list
The text was updated successfully, but these errors were encountered: