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 3 matches: re:

Searched query: re

by sakkiotto
Sun Aug 27, 2017 10:52 pm
Forum: Questions & Answers
Topic: A modified CAP file can be installed w/o any problem?
Replies: 2
Views: 6868

Re: A modified CAP file can be installed w/o any problem?

mabel wrote:What CAP component did you modify?


I just change one byte at will. And I am not clear that which component I modified? How can I confirm that?
by sakkiotto
Mon Mar 21, 2016 2:00 am
Forum: Questions & Answers
Topic: mechanism of secure channel initiation on mode implicit
Replies: 1
Views: 5415

Re: mechanism of secure channel initiation on mode explicit

The steps are much the same as the explicit, except that there is no INIT-UPDATE/EXT-AUTH commands to deal with. When the first secured APDU is received (CLA = 0x84), follow the process to generate session keys and verify the MAC. The card spec outlines how to generate a MAC with the session keys.
by sakkiotto
Sun Dec 20, 2015 11:55 pm
Forum: Algorithm School
Topic: Is it possible to use ALG_HMAC_SHA1 in JC2.2.1?
Replies: 4
Views: 9938

Re: Is it possible to use ALG_HMAC_SHA1 in JC2.2.1?

You could just use the value that you find in the JC2.2.2 version for the constant ALG_HMAC_SHA1 (= (byte)24) and pass it to the Signature.getInstance() method. So using the value is not a problem. However, the smartcard must support this algorithm in order for you to be able to use. @horse dream ,...
JavaCard OS : Disclaimer