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 36 matches

by popmun09
Mon Oct 10, 2016 3:59 am
Forum: Questions & Answers
Topic: How to diversify the KMC
Replies: 3
Views: 8308

Re: How to diversify the KMC

I'm not sure. But they all are written as KDD in the document. Maybe they have the same meaning.
by popmun09
Sun Oct 09, 2016 4:09 am
Forum: Questions & Answers
Topic: How to diversify the KMC
Replies: 3
Views: 8308

Re: How to diversify the KMC

Check section 4.1 of EMV CPS 1.1 document, you can get the answer. The KENC will be derived in the following way: KENC := DES3(KMC)[Six least significant bytes of the KEYDATA || 'F0' || '01' ] || DES3(KMC)[ Six least significant bytes of the KEYDATA || '0F' || '01']. The KMAC will be derived in the ...
by popmun09
Sun Oct 09, 2016 3:59 am
Forum: Questions & Answers
Topic: overhead of creating byte arrays
Replies: 2
Views: 6341

Re: overhead of creating byte arrays

There indeed would be an overhead for the array itself.

And this overhead information may be only known by the javacard OS manufacturer, I suspect.
by popmun09
Fri Sep 23, 2016 3:43 am
Forum: Questions & Answers
Topic: Get 6300 when sending APDU to card
Replies: 2
Views: 6680

Re: Get 6300 when sending APDU to card

Usually if your reader is compatible with PCSC & ISO/IEC 14443, you should be able to communicate with it. You don't need to do anything.
by popmun09
Thu Sep 08, 2016 2:31 am
Forum: Questions & Answers
Topic: pyapdutool cannot connect javacos virtual reader
Replies: 2
Views: 7992

Re: pyapdutool cannot connect javacos virtual reader

You selected Simulator: eJava Token in JCIDE and ejavatoken only have contact port, you can not Connect CL port.

Try to connect CB port.
by popmun09
Thu Sep 08, 2016 2:19 am
Forum: Questions & Answers
Topic: Error when debugging my applet in JCIDE
Replies: 6
Views: 21153

Re: Error when debugging my applet in JCIDE

After you edit the policies, remember to restart your computer.
by popmun09
Thu Sep 08, 2016 2:17 am
Forum: Questions & Answers
Topic: Error when debugging my applet in JCIDE
Replies: 6
Views: 21153

Re: Error when debugging my applet in JCIDE

These unknown commands were sent by your computer OS, which has automatically connected the virtual reader and send APDU commands to it. To solve your problem, just edit computer policies. Step1. Launch gpedit.msc Step2. Select Computer Configuration --> Administrative Templates --> Windows Componen...
by popmun09
Fri Jul 29, 2016 5:55 am
Forum: Questions & Answers
Topic: Determine Secure Channel key set index within applet
Replies: 2
Views: 6575

Re: Determine Secure Channel key set index within applet

For security reasons, The key information is not exposed to the applet.

There are API to ask the security domain to do crypto operations using the current secure channel session keys and GP says that the security domain needs to be aware of what keys to use for this.
by popmun09
Wed Jun 22, 2016 2:40 am
Forum: Questions & Answers
Topic: More details about javacardx.biometry implementation
Replies: 5
Views: 9432

Re: More details about javacardx.biometry implementation

I found part of ISO 7816-11 from the web and there may have the information that you need.

Here is link:
https://webstore.iec.ch/preview/info_is ... 0%7Den.pdf

bio_inforamtion_Data_object.png
by popmun09
Wed Jun 01, 2016 5:49 am
Forum: Questions & Answers
Topic: Build large java card application
Replies: 2
Views: 6358

Re: Build large java card application

We have completed a large java card application recently, which included three packages. How can I build applet and upload it without re-adding to project lib-packages every time when I change something in lib-packages? If you use eclipse JCOP tools, you should configure some options. Right click o...
JavaCard OS : Disclaimer