From: Karsten O. <wid...@t-...> - 2010-09-01 23:22:47
|
Hi, Which card do you have? Which gpshell version are you using? Do you have the complete log? You must set for the log: GLOBALPLATFORM_DEBUG=1 in your environment and GLOBALPLATFORM_LOGFILE=C:\Temp\gp.log In Linux under a bash this looks like: export GLOBALPLATFORM_DEBUG=1 export GLOBALPLATFORM_LOGFILE=/tmp/GlobalPlatform.log For Windows you must use the "set" command. And important! Don't try it to often with the same card. 3 - 10 tries and your card is locked forever. BR, Karsten Am 01.09.2010 12:07, schrieb lisa afandi: > Hi, > > I try to use GPShell.exe delete an AID from a global platform card > > the open_sc command is used as follows: > > open_sc -security 0 -keyind 0 -keyver 0 -mac_key > 404142434445464748494a4b4c4d4e4f -enc_key > 404142434445464748494a4b4c4d4e4f // Open secure channel > > However, GPShell always fails at the card cryptogram validation step > after the INITIALIZE UPDATE cmd is initiated to the card. From the > trace I could see that the card respond with 9000 to the INITIALIZE > UPDATE cmd > > What have I specified wrongly with the open_sc command ? > > Thank you for your help. Much appreciated. > > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > > > _______________________________________________ > Globalplatform-users mailing list > Glo...@li... > https://lists.sourceforge.net/lists/listinfo/globalplatform-users > |