Java-Card-OpenEMV Code
The OpenEMV is a smart card implementation of the EMV standard.
Brought to you by:
javacardos
File | Date | Author | Commit |
---|---|---|---|
OpenEMV | 2015-09-19 |
![]() |
[93f9b9] The OpenEMV is a Java Card implementation of th... |
OpenEMV.cap | 2015-09-19 |
![]() |
[93f9b9] The OpenEMV is a Java Card implementation of th... |
OpenEMV_sendAPDU.scr | 2015-09-19 |
![]() |
[93f9b9] The OpenEMV is a Java Card implementation of th... |
README.TXT | 2015-09-19 |
![]() |
[93f9b9] The OpenEMV is a Java Card implementation of th... |
README.md | 2015-09-21 |
![]() |
[711d53] Update README.md |
The OpenEMV is a Java Card implementation of the EMV standard. Detailed usage: There is two ways to use this project. 1, Use pyApduTool to Download this OpenEMV CAP file to card and install it, select the applet, and send APDU to card. 2, Open the JCIDE project directly, view the source, and study it. Note: 1, This applet does not offer personalisation support - everything is hard-coded. 2, The 'OpenEMV_sendAPDU.scr' lists all the APDU commands used in this applet and the command usage situation in EMV standard. You can visit "http://javacardos.com/javacardforum/viewforum.php?f=30" to get more scripts and leave your comments and suggestions.