Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

Search found 50 matches

by Ellisun
Fri Nov 27, 2015 5:26 am
Forum: OpenPGPApplet
Topic: The APDU of RSA Signature in OpenPGPApplet
Replies: 1
Views: 18332

The APDU of RSA Signature in OpenPGPApplet

The following is the APDU command used in the process of RSA signature: //Signature //select 00 A4 04 00 10 D2 76 00 01 24 01 02 00 00 06 00 00 00 01 00 00 00; //verify pw1 0020008106313233343536; //verify pw3 00200083083132333435363738; // generate sig_key key pair 8047800001B6; //getResponse 00C00...
by Ellisun
Tue Nov 24, 2015 7:18 am
Forum: Questions & Answers
Topic: the byte array can not receive the data in data field of APDU command
Replies: 1
Views: 5079

Re: the byte array can not receive the data in data field of APDU command

Maybe, you using protocol is T0.
In T0, you should call apdu.setIncomingAndReceive() function to indicates that this APDU has incoming data. It is the primary receive method.
by Ellisun
Sat Nov 14, 2015 7:25 am
Forum: Questions & Answers
Topic: What is their relationship between wallet and WalletDemoApplet?
Replies: 1
Views: 7440

Re: What is their relationship between wallet and WalletDemoApplet?

Wallet maybe is a demo developed by Sun Microsystems. There is no copyright information about WalletDemoApplet , and I guess it based on the wallet, because the functions between both of them are similar. I download the WalletDemoApplet to my smartcard, and I can use WalletDemo.exe in JavaCOS Panel...
by Ellisun
Fri Nov 13, 2015 3:24 am
Forum: Questions & Answers
Topic: Is security domains can include owners data?
Replies: 1
Views: 5892

Re: Is security domains can include owners data?

A security domain can contain owners data. The more details you can read the GP specification. It described in Section 9.3-GET DATA command and Section 9.10-STORE DATA command.
by Ellisun
Mon Nov 02, 2015 8:33 am
Forum: Other Tools
Topic: card quantity production tool can not recognise my readers
Replies: 1
Views: 6157

Re: card quantity production tool can not recognise my readers

As I know, the production tool only supports the Feitian smart card reader.
by Ellisun
Sun Oct 25, 2015 5:44 am
Forum: OpenPGPApplet
Topic: The Introduction of OpenPGPApplet [part]
Replies: 2
Views: 19915

The Introduction of OpenPGPApplet [part]

Brief Introduction: ---------------------- This project implement the OpenPGP card functionality. OpenPGP is an open standard for signing and encrypting. It enables RSA or ECC sign/encrypt operations using a private key stored on a smartcard (such as ), through common interfaces like PKCS#11. The A...
by Ellisun
Fri Oct 23, 2015 5:35 am
Forum: FluffyPGPApplet
Topic: The Introduction of FluffyPGP Applet
Replies: 3
Views: 21835

The Introduction of FluffyPGP Applet

The FluffyPGP Applet implements the OpenGPG Card v 2.0.1 specification without using secure channels or Global Platform for portability. Card Requirements ================== - Java card version 2.2.2 (2.2.1 might work but it is untested) - Global platform 2.1.1 or above to use the loading scripts. -...
by Ellisun
Wed Oct 14, 2015 4:45 am
Forum: PKIApplet
Topic: The PKI Applet usage instructions
Replies: 2
Views: 22403

The PKI Applet usage instructions

This is an open source Java/Java Card implementation of the ISO7816 and related PKI standards. INTRODUCTION ================= This is the current release of the Java Card PKI host API and application. REQUIREMENTS ================== To run the host application you need Java Runtime Environment 1.6. ...
by Ellisun
Wed Oct 07, 2015 10:22 am
Forum: Card Products
Topic: How to get the list of the applet-AID and package-AID on java card
Replies: 3
Views: 9254

Re: How to get the list of the applet-AID and package-AID on java card

You can use pyApdutool to list the package-AID and the applet-AID.
The details you can visit "http://javacardos.com/javacardforum/viewtopic.php?f=3&t=38"
by Ellisun
Fri Sep 18, 2015 10:31 pm
Forum: OpenEMV
Topic: The APDU test script of OpenEMV
Replies: 2
Views: 34988

The APDU test script of OpenEMV

//Select Applet, return File Control Information (FCI) Proprietary Template, it contains Dedicated File(DF), File Control Information and Application Tag. 00A4040006454D5600000100; //Generates an 8 byte random number . 8084000000; //READ RECORD Command: '00B2' + Record number + Reference control pa...
JavaCard OS : Disclaimer