2009-11-02 12:34:58 +01:00
|
|
|
.TH NFC-MFCLASSIC 1 "Nov 02, 2009"
|
2009-06-26 17:10:01 +02:00
|
|
|
.SH NAME
|
2010-10-08 18:24:04 +02:00
|
|
|
nfc-mfclassic \- MIFARE Classic command line tool
|
2009-06-26 17:10:01 +02:00
|
|
|
.SH SYNOPSIS
|
2009-11-02 12:34:58 +01:00
|
|
|
.B nfc-mfclassic
|
2009-06-26 17:10:01 +02:00
|
|
|
.RI \fR\fBr\fR|\fBw\fR
|
|
|
|
.RI \fR\fBa\fR|\fBb\fR
|
|
|
|
.IR DUMP
|
2009-10-06 11:15:25 +02:00
|
|
|
.IR [KEYS]
|
2009-06-26 17:10:01 +02:00
|
|
|
|
|
|
|
.SH DESCRIPTION
|
2009-11-02 12:34:58 +01:00
|
|
|
.B nfc-mfclassic
|
|
|
|
is a MIFARE Classic tool that allow to read or write
|
2009-06-26 17:10:01 +02:00
|
|
|
.IR DUMP
|
2010-10-08 21:24:54 +02:00
|
|
|
file using Mifare keys provided in
|
2009-06-26 17:10:01 +02:00
|
|
|
.IR KEYS
|
|
|
|
file.
|
|
|
|
|
2009-11-02 12:34:58 +01:00
|
|
|
MIFARE Classic tag is one of the most widely used RFID tags.
|
2010-10-08 18:24:04 +02:00
|
|
|
|
|
|
|
The firmware in the NFC controller supports authenticating, reading and writing
|
2010-10-08 21:24:54 +02:00
|
|
|
to/from Mifare Classic tags. This tool demonstrates the speed of this library
|
|
|
|
and its ease-of-use. It's possible to read and write the complete content of a
|
2010-10-08 18:24:04 +02:00
|
|
|
Mifare Classic 4KB tag within 1 second. It uses a binary Mifare Dump file (MFD)
|
|
|
|
to store the keys and data for all sectors.
|
2009-06-26 17:10:01 +02:00
|
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
.BR r " | " w
|
|
|
|
Perform read from (
|
|
|
|
.B r
|
|
|
|
) or write to (
|
|
|
|
.B w
|
2009-10-06 11:15:25 +02:00
|
|
|
) card.
|
2009-06-26 17:10:01 +02:00
|
|
|
.TP
|
|
|
|
.BR a " | " b
|
|
|
|
Use A or B Mifare keys.
|
|
|
|
.TP
|
|
|
|
.IR DUMP
|
2009-10-06 11:15:25 +02:00
|
|
|
MiFare Dump (MFD) used to write (card to MFD) or (MFD to card)
|
|
|
|
.TP
|
|
|
|
.IR KEYS
|
2010-10-08 21:24:54 +02:00
|
|
|
MiFare Dump (MFD) that contains the keys (optional). Data part of the dump is ignored.
|
2009-06-26 17:10:01 +02:00
|
|
|
|
|
|
|
|
|
|
|
.SH BUGS
|
|
|
|
Please report any bugs on the
|
|
|
|
.B libnfc
|
|
|
|
forum at
|
|
|
|
.BR http://www.libnfc.org/community/ "."
|
|
|
|
.SH LICENCE
|
|
|
|
.B libnfc
|
|
|
|
and
|
2009-10-06 11:15:25 +02:00
|
|
|
.B libnfc-examples
|
2009-06-26 17:10:01 +02:00
|
|
|
are covered by the GNU Lesser General Public License (LGPL), version 3.
|
|
|
|
.SH AUTHORS
|
|
|
|
Roel Verdult <roel@libnfc.org>
|
2010-10-01 16:27:39 +02:00
|
|
|
Romuald Conty <romuald@libnfc.org>
|
|
|
|
Romain Tartière <romain@blogreen.org>
|
2009-06-26 17:10:01 +02:00
|
|
|
.PP
|
2010-10-01 16:27:39 +02:00
|
|
|
This manual page was written by Romuald Conty <romuald@libnfc.org>.
|
2009-06-26 17:10:01 +02:00
|
|
|
It is licensed under the terms of the GNU GPL (version 2 or later).
|