opensc-tool (1)
Leading comments
Title: opensc-tool Author: [FIXME: author] [see http://docbook.sf.net/el/author] Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: 07/23/2017 Manual: OpenSC Tools Source: opensc Language: English
NAME
opensc-tool - generic smart card utilitySYNOPSIS
- opensc-tool [OPTIONS]
DESCRIPTION
OPTIONS
--version,
- Print the OpenSC package release version.
--atr, -a
- Print the Answer To Reset (ATR) of the card. Output is in hex byte format
--card-driver driver, -c driver
- Use the given card driver. The default is auto-detected.
--info, -i
- Print information about OpenSC, such as version and enabled components.
--list-drivers, -D
- List all installed card drivers.
--list-files, -f
- Recursively list all files stored on card.
--list-readers, -l
- List all configured readers.
--name, -n
- Print the name of the inserted card (driver).
--reader num, -r num
- Use the given reader number. The default is 0, the first reader in the system.
--reset[=type],
- Resets the card in reader. The default reset type is cold, but warm reset is also possible.
--send-apdu apdu, -s apdu
- Sends an arbitrary APDU to the card in the format AA:BB:CC:DD:EE:FF....
--serial
- Print the card serial number (normally the ICCSN). Output is in hex byte format
--verbose, -v
- Causes opensc-tool to be more verbose. Specify this flag several times to enable debug output in the opensc library.
--wait, -w
- Wait for a card to be inserted.