Update existing man pages.
This commit is contained in:
parent
994b119c32
commit
9b3dbc272c
6 changed files with 44 additions and 25 deletions
|
|
@ -5,13 +5,15 @@ nfc-anticol \- Demonstration NFC anti-collison command line tool based on libnfc
|
|||
.B nfc-anticol
|
||||
.SH DESCRIPTION
|
||||
.B nfc-anticol
|
||||
is an anti-collision demonstration tool for ISO/IEC 14443-A tags, performed
|
||||
by custom constructed frames. The first frame must be a short frame which
|
||||
is only 7 bits long. Commercial SDK's often don't support a feature to send
|
||||
frames that are not a multiple of 8 bits (1 byte) long.
|
||||
This makes it impossible to do the anti-collision yourself.
|
||||
The developer has to rely on closed proprietary software and should hope it does not contain vulnerabilities during the anti-collision phase.
|
||||
Performing the anti-collision using custom frames could protect against a malicious tag that, for example, violates the standard by sending frames with unsupported lengths.
|
||||
is an anti-collision demonstration tool for ISO/IEC 14443-A tags, performed by
|
||||
custom constructed frames. The first frame must be a short frame which is only
|
||||
7 bits long. Commercial SDK's often don't support a feature to send frames that
|
||||
are not a multiple of 8 bits (1 byte) long. This makes it impossible to do the
|
||||
anti-collision yourself. The developer has to rely on closed proprietary
|
||||
software and should hope it does not contain vulnerabilities during the
|
||||
anti-collision phase. Performing the anti-collision using custom frames could
|
||||
protect against a malicious tag that, for example, violates the standard by
|
||||
sending frames with unsupported lengths.
|
||||
|
||||
.SH BUGS
|
||||
Please report any bugs on the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue