PDA

View Full Version : Java Card Cloning / Smart Card Cloing


dreamfulmachine
08-16-2006, 09:36
Dear all, I am very new in this GSM world. You guys will be happy to know that I have successfully Read and Wirte Java Smart card. :D. Using my Own technology and machine. Now my only problem is the blank chip. I cloned SST. I have used PK card to copy that SST.

Right now I can copy 4 types of Smart card. Can anyone help me to get the Blank Chip?

Thanks

Sharif

CH@IN
08-22-2006, 06:52
If the cards don't use the standart protocol you will have to write your own piece of firmware. The serial communication part for smartcards is available on the net (satelite card emulation, gsmcard emulation etc) but the hash algorithm part for your type of cards is YOUR homework ;)

Teach yourself some assembly RISC (reduced instruction set code) for pic-cards and go for it.

Good luck

CH@IN