var fDesc=new Array(); fDesc[0] = "CardExplorer is a powerful tool which allows dialogue with a Smartcard in ISO 7816-4 format. CardExplorer has been designed to function with programmers such as Phoenix/Smartmouse at 3,579/3,68/6,000 Mhz, or programmers such as Dynamite/Dynamite +Plus or Cas Interface 2 with Add-on and Cas Interface 3.

CardExplorer makes it possible to send single commands or command sequences (scripted in Visual Basic) directly to the Smartcard in order to analyze the various responses.

CardExplorer has also been designed to be able to analyze traffic between a SmartCard and a remote device. This function, called the “Logger” is even able to analyse traffic at speeds other than 9600 or multiples (19200, 38400, 57600 etc), making it a more powerful tool."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }