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

by tay00000
Thu Oct 20, 2016 10:50 pm
Forum: Applets Development Guide
Topic: The Algorithm of traditional Diffie-Hellman
Replies: 2
Views: 8301

The Algorithm of traditional Diffie-Hellman

JavaCard standards have not really supported non-ECC/traditional Diffie-Hellman algorithm up till only recently (JC 3.0.5). Anyone who wants to use Diffie-Hellman have to do them manually or simply avoid using the traditional non-ECC Diffie-Hellman. Here is a Diffie-Hellman library found on Github t...
by tay00000
Thu Oct 20, 2016 10:19 pm
Forum: Questions & Answers
Topic: Store data in EEPROM or RAM?
Replies: 5
Views: 17018

Re: Store data in EEPROM or RAM?

KeyBuilder argument has a parameter for "keyType" in it's "buildKey" function. You specify one that is transient. How you should call KeyBuilder is something like: // For transient memory AES key private AESKey myRAMKey = KeyBuilder.buildKey(KeyBuilder.TYPE_AES_TRANSIENT_RESET, K...
by tay00000
Tue Oct 18, 2016 9:52 pm
Forum: Card Products
Topic: Creation of a USB chip contact card product line at low cost
Replies: 2
Views: 8419

Creation of a USB chip contact card product line at low cost

There is an increase in attempts to move a traditional smart card into a USB form factor and especially with the FIDO authentication protocol, more smart card solution providers are creating more USB smart cards. The JavaCardOS shop sells Feitian's eJavaToken and it's a good initial move. I would li...
by tay00000
Tue Oct 18, 2016 9:16 pm
Forum: Questions & Answers
Topic: Extract applet from java card
Replies: 7
Views: 12367

Re: Extract applet from java card

Please read the GlobalPlatform specification linked below for more details on Card Manager keyset. It is beneficial for beginners to have an understanding on how GlobalPlatform standards and it's specifications work. Will there be backdoors where your card issuer/IC manufacturer can patch some nasty...
by tay00000
Tue Oct 18, 2016 8:59 pm
Forum: Questions & Answers
Topic: How To: Prevent communication over ISO14443 on a dual-interface card
Replies: 5
Views: 9353

Re: How To: Prevent communication over ISO14443 on a dual-interface card

A sample use case for this method: - Dual-interface card for office door access applet with email and document signing applet in same card. - Door access via ISO14443 but email and document signing should not be conducted over ISO14443 due to the sensitive nature of email and document security. - Do...
by tay00000
Tue Oct 18, 2016 9:56 am
Forum: Questions & Answers
Topic: How To: Prevent communication over ISO14443 on a dual-interface card
Replies: 5
Views: 9353

How To: Prevent communication over ISO14443 on a dual-interface card

This is a HOW-TO on preventing communication over ISO14443 interface on a dual-interface card in an event you do not want to receive APDUs over ISO14443. Security issues might arise if anyone is given free access to ISO14443 contactless interface. In the event where you absolutely do not want someon...
by tay00000
Wed Sep 28, 2016 2:23 am
Forum: Solutions
Topic: interact with JavaCard in web application
Replies: 4
Views: 12154

Re: interact with JavaCard in web application

What type of web application are you interested in for Smart Card ? Have you considered using PKCS#11 if you are looking into web based certificate authentication for clients ? It is very difficult to get a browser to talk to a smart card directly even with middleware because you have to write a bro...
by tay00000
Wed Sep 28, 2016 2:18 am
Forum: Card Products
Topic: Details on the JC10M24R
Replies: 1
Views: 6162

Details on the JC10M24R

Hi. It would be nice if more details can be found on the JC10M24R card. What I am interested in knowing: - available ROM capacity (since the EEPROM is so small I assume the ROM should be huge) for customizing. - AES support includes AES with 256-bit key and CBC mode ? - Any HMAC support available ? ...
by tay00000
Wed Sep 28, 2016 2:11 am
Forum: OpenPGPApplet
Topic: Problem installing OpenPGP applet onto A22CR card
Replies: 5
Views: 24480

Re: Problem installing OpenPGP applet onto A22CR card

Yup. It's working now. Maybe I mixed up all the different variants openpgpapplet while in an attempt to debug and install one out of the many versions for my own use.
by tay00000
Wed Sep 28, 2016 1:37 am
Forum: OpenPGPApplet
Topic: Problem installing OpenPGP applet onto A22CR card
Replies: 5
Views: 24480

Re: Problem installing OpenPGP applet onto A22CR card

A new update on the situation. I have retried to download again and now it manages to be loaded. Either the previous download was problematic or a wrong CAP file was loaded. Manage to load OpenPGP applet with latest A22CR successfully. Here's my finding on the compatibility on the many versions of O...
JavaCard OS : Disclaimer