Maker Pro
Maker Pro

Pheoenix smartcard reader, accessing (not programming card)

T

teodozjan

I wanted to learn something about smart cards.
My question is:

Is it possible to acces data or application stored on smart card by
phoenix smartcard reader/writer?

I've read about file systems and java vm on this cards. But everybody
uses reader i've bought for copying satellite tv cards :D


I've downloaded this software http://freshmeat.net/projects/sctk/ and
made it running:
$ 7816shell -D /dev/ttyUSB0
Smart Card ToolKit - iso 7816 smart card shell
Copyright Alexandre Becoulet 2002

You may type help.
Reseting card...
Card ATR is 14 bytes long.
3b 6a 00 00 80 65 a2 01 01 01 3d 72 d6 43
14 bytes written to carddata.hex at address 0.
w 1000 1024
14 bytes written to carddata.hex at address 1000.
w 10000000 1024
Usage: w address(hex) size(dec)
carddata.hex saved.
kamil@kaladan:~/Dyplom$ cat carddata.hex
:0F0000003B6A00008065A20101013D72D643D624
:0F0001006A00008065A20101013D72D643D6431B
:0E0000003B6A00008065A20101013D72D643FB
:0E1000003B6A00008065A20101013D72D643EB
:00000001FF
 
Top