A cross-platform, graphical, low level (APDU) smart card tool aimed to help developing of smart card applications and understanding of ISO-7816 protocol.

Project Samples

Project Activity

See All Activity >

License

GNU General Public License version 2.0 (GPLv2)

Follow Java Smart Card Explorer

Java Smart Card Explorer Web Site

Other Useful Business Software
Cybersecurity Management Software for MSPs Icon
Cybersecurity Management Software for MSPs

Secure your clients from cyber threats.

Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
1
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • Nice and useful project. Note that it doesn't work well for APDU requests with LE=0 (00 a4 04 00 07 a0 00 00 00 04 10 10 00 for example). It is caused by underlying javax.smartcardio.CommandAPDU() behavior. You need to enter LE=100 instead of 00. Or replace two rows 'apdu = new CommandAPDU(cla, ins ,p1, p2, data,0,p3, le);' by 'apdu = new CommandAPDU(cla, ins ,p1, p2, data,0,p3,(le == 0) ? 256 : le);' in the FrmMain.java source code.
  • I am nubie on smartcard, I try to use this tools using my SCM SCL010 reader & mifare standard 4k, but it won't work. Need more help, please. Thanks b4.
Read more reviews >

Additional Project Details

Intended Audience

Telecommunications Industry, Advanced End Users

User Interface

Java Swing

Programming Language

Java

Related Categories

Java Interface Engines

Registered

2008-07-09