git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@58 f711b948-2313-0410-aaa9-d29f33439f0b
This commit is contained in:
hploetz 2006-05-19 00:30:59 +00:00
parent 455428f0cd
commit 80c19becfa
1 changed files with 8 additions and 0 deletions

8
README Normal file
View File

@ -0,0 +1,8 @@
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