libchipcard 4.2.4 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News libchipcard 4.2.4 (Stable branch)
# 1  
Old 01-22-2009
libchipcard 4.2.4 (Stable branch)

Image Libchipcard is a framework for easy access to chipcards/smartcards via chip card terminals/readers. It uses the CTAPI or IFD driver provided by manufacturers. It works under Linux, FreeBSD, OpenBSD, Mac OS X, and Windows, and has been tested with many different readers (even in parallel). License: GNU Lesser General Public License (LGPL) Changes:
This release fixes problems with recent versions of libHAL. Some reader descriptions have been added. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
OPENSC-TOOL(1)							   OpenSC tools 						    OPENSC-TOOL(1)

NAME
opensc-tool - generic smart card utility SYNOPSIS
opensc-tool [OPTIONS] DESCRIPTION
The opensc-tool utility can be used from the command line to perform miscellaneous smart card operations such as getting the card ATR or sending arbitrary APDU commands to a card. OPTIONS
--info, -i Print information about OpenSC, such as version and enabled components --atr, -a Print the Answer To Reset (ATR) of the card, output is in hex byte format --name, -n Print the name of the inserted card (driver) --serial Print the card serial number (normally the ICCSN), output is in hex byte format --send-apdu apdu, -s apdu Sends an arbitrary APDU to the card in the format AA:BB:CC:DD:EE:FF... --list-files, -f Recursively lists all files stored on card --list-readers, -l Lists all configured readers --list-drivers, -D Lists all installed card drivers --reader num, -r num Use the given reader number. The default is 0, the first reader in the system. --card-driver driver, -c driver Use the given card driver. The default is auto-detected. --wait, -w Wait for a card to be inserted --verbose, -v Causes opensc-tool to be more verbose. Specify this flag several times to enable debug output in the opensc library. SEE ALSO
opensc-explorer(1) opensc 06/03/2012 OPENSC-TOOL(1)