zhuangyy wrote:
>
> Hello Muscle,
>
> I am going to develop a smartcard tool under linux and windows which
> can support script personalization. since the tool will be open
> source, so can any one suggest me a open source, powerful and flexible
> script engine available for use.
>
> Best regards,
> zhuang yuyao mailto:[EMAIL PROTECTED]
>
> ***************************************************************
> Linux Smart Card Developers - M.U.S.C.L.E.
> (Movement for the Use of Smart Cards in a Linux Environment)
> http://www.linuxnet.com/smartcard/index.html
> ***************************************************************
I'd recommend embedding Python (http://www.python.org). I've used the JPython
interpreter embedded in various things, and I understand the CPython engine is
easy to embedd as well.
The Python slice facility makes processing APDUs very easy indeed.
Jon.
***************************************************************
Linux Smart Card Developers - M.U.S.C.L.E.
(Movement for the Use of Smart Cards in a Linux Environment)
http://www.linuxnet.com/smartcard/index.html
***************************************************************