Local fork of Henryk Ploetz' smardcard shell
Go to file
hploetz ac02f8445b ls and cd commands for tcos
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@62 f711b948-2313-0410-aaa9-d29f33439f0b
2006-05-20 03:53:11 +00:00
cards ls and cd commands for tcos 2006-05-20 03:53:11 +00:00
README a readme 2006-05-19 00:30:59 +00:00
TLV_utils.py git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@61 f711b948-2313-0410-aaa9-d29f33439f0b 2006-05-20 03:52:53 +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 fancy tlv fixes 2006-05-19 18:28:35 +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