libnfc/examples/nfc-mfclassic.1

58 lines
1.4 KiB
Groff
Raw Normal View History

.TH NFC-MFCLASSIC 1 "Nov 02, 2009"
2009-06-26 17:10:01 +02:00
.SH NAME
nfc-mfclassic \- MIFARE Classic command line tool based on libnfc
2009-06-26 17:10:01 +02:00
.SH SYNOPSIS
.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
.IR [KEYS]
2009-06-26 17:10:01 +02:00
.SH DESCRIPTION
.B nfc-mfclassic
is a MIFARE Classic tool that allow to read or write
2009-06-26 17:10:01 +02:00
.IR DUMP
file using Mifare keys provide in
.IR KEYS
file.
MIFARE Classic tag is one of the most widely used RFID tags.
2009-06-26 17:10:01 +02:00
The firmware in the NFC controller supports authenticating, reading and writing to/from Mifare Classic tags.
This tool demonstrate the speed of this library and its easy-of-use.
It possible to read and write the complete content of a 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
) card.
2009-06-26 17:10:01 +02:00
.TP
.BR a " | " b
Use A or B Mifare keys.
.TP
.IR DUMP
MiFare Dump (MFD) used to write (card to MFD) or (MFD to card)
.TP
.IR KEYS
MiFare Dump (MFD) that contain the keys (optional)
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
.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>
.PP
This manual page was written by Romuald Conty <romuald.conty@free.fr>.
It is licensed under the terms of the GNU GPL (version 2 or later).