Skip to content

Instantly share code, notes, and snippets.

@h3xstream
Last active December 24, 2015 16:19
Show Gist options
  • Save h3xstream/6826941 to your computer and use it in GitHub Desktop.
Save h3xstream/6826941 to your computer and use it in GitHub Desktop.
References for JavaCard and SmartCard standards.

##Smart card

Wikipedia - Smart card application protocol data unit : Simple reference for the standard APDU structure

ISO 7816-4 - Coding of SW1 and SW2 : Meaning associate to each return code.

##JavaCard development

Writing a Java Card Applet: Tutorial on Oracle website

wrankl.de - Java Card Smart Cards : Various code samples of JavaCard applets.

##JavaCard tools

JavaCard SDK : Packages for the different versions of the JavaCard SDK.

Eclipse JCDE : Eclipse plugin to develop JavaCard applet.

JCSI : Tool that include a disassembler of cap file.

##Others

On the road to Bandol : A weblog on Java Card, security, and other things personal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment