FIN.
Home / Docs / NFC limitations

NFC limitations

NFC on a phone is a short-range 13.56 MHz radio. Knowing its boundaries prevents a lot of myths.

CapabilityPhone?Notes
Read/write NDEF tagsYesText, URI, MIME, external, etc.
Detect tag tech (NfcA/B/F/V, IsoDep)YesDetection only.
Host Card Emulation (custom AID)YesSoftware card; see the HCE demo.
Clone a secure, encrypted credentialNoThe secret key never leaves the card.
125 kHz proximity cardsNoDifferent frequency & antenna hardware.
Sub-GHz (315/433/868 MHz) remotesNoNot a phone radio at all.

Tags vs credentials

An NDEF tag is like a tiny USB stick โ€” readable, often writable. A secure access credential proves possession of a key using challenge-response and never reveals the key. Seeing a number on a badge does not mean the badge is cloneable; the visible number usually isn't the secret.

Reader mode & redaction

Fin uses Android's foreground reader mode, so it only reads while the NFC Lab is open โ€” never in the background. UIDs are redacted by default; revealing the raw value is an explicit, warned action.