RfidResearchGroup / ChameleonUltra

The new generation chameleon based on NRF52840 makes the performance of card emulation more stable. And gave the chameleon the ability to read, write, and decrypt cards.
https://chameleonultra.com
GNU General Public License v3.0
838 stars 144 forks source link

[Theoretical Idea] CU auto detects reader #135

Closed mitmarcus closed 11 months ago

mitmarcus commented 11 months ago

If it's not possible just close it. If it doesnt make sense because the reader will first deny the connection and only then it works (aka takes more time than just pushing a button) also close it.

In theory could the CU detect the reader and change to the appropriate card in the slot? Lets say you save the card and you approach it to the reader to save the reader as well with it.

So whe CU is near the reader it switches to the correct card based on the first few keys from reader.

doegox commented 11 months ago

In most readers, key depends on the UID and as you don't know yet which UID to present to the reader during the anticollision phase, you can't recognize the reader, even after a first failed auth.

mitmarcus commented 11 months ago

Thanks for explaining