Local fork of Henryk Ploetz' smardcard shell
Go to file
hploetz 60c80e35c7 nicer TLV parsing, (more ugly code)
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@59 f711b948-2313-0410-aaa9-d29f33439f0b
2006-05-19 02:24:48 +00:00
cards nicer TLV parsing, (more ugly code) 2006-05-19 02:24:48 +00:00
README a readme 2006-05-19 00:30:59 +00:00
TLV_utils.py nicer TLV parsing, (more ugly code) 2006-05-19 02:24:48 +00:00
crypto_utils.py basic functions working 2005-09-29 03:39:27 +00:00
cyberflex-shell.e3p Add shell.py to the project file 2005-10-10 23:37:57 +00:00
cyberflex-shell.py Transitioning to new APDU code 2006-05-18 15:45:07 +00:00
shell.py post_hook execution moved to after command execution 2005-10-09 02:05:19 +00:00
utils.py nicer TLV parsing, (more ugly code) 2006-05-19 02:24:48 +00:00

README

This is a simple smartcard shell that has evolved from a more convenient way
to enter APDUs (compare: pcsc-tool scriptor) through a tool to open a secure
channel to a cyberflex card (hence the name) to a more generic tool to act
on smart-cards.

It is written in Python (you might need 2.4 or up) and needs pycsc to
communicate with the smart card terminal (with PC/SC, e.g. pcsc-lite).
You can get pycsc from http://homepage.mac.com/jlgiraud/pycsc/Pycsc.html