Add documentation on NFC support

This commit is contained in:
Raphael Michel
2023-07-26 13:10:36 +02:00
parent 65ecdc184e
commit f04d7a7274
4 changed files with 139 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
UID-based
=========
With UID-based NFC, only the unique ID (UID) of the NFC chip is used for identification purposes.
This can be used with virtually all NFC chips that provide compatibility with the NFC reader in use, typically at least all chips that comply with ISO/IEC 14443-3A.
We make only one restruction: The UID may not start with ``08``, since that usually signifies a randomized UID that changes on every read (which would not be very useful).
.. warning:: The UID-based approach provides only a very low level of security. It is easy to clone a chip with the same
UID and impersonate someone else.