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

by Crawford
Tue Jan 31, 2017 2:49 am
Forum: Questions & Answers
Topic: secure channel initiation mode implicit
Replies: 4
Views: 9025

Re: secure channel initiation mode implicit

I am glad to be of assistance.
by Crawford
Mon Jan 30, 2017 9:18 am
Forum: Questions & Answers
Topic: secure channel initiation mode implicit
Replies: 4
Views: 9025

Re: secure channel initiation mode implicit

The steps are much the same as the explicit, except there is not INIT-UPDATE/EXT-AUTH commands to deal with. When the first secured APDU is received (CLA = 0x84), you 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 Crawford
Sun Jan 29, 2017 8:34 am
Forum: Questions & Answers
Topic: Difference between OS in EEPROM and in ROM
Replies: 1
Views: 5123

Re: Difference between OS in EEPROM and in ROM

When you load any code into ROM, it is harder to update again. But when the code is loaded into EEPROM, it can be updated any time. For development purposes you would like to use EEPROM to load the code.
by Crawford
Thu Dec 29, 2016 11:39 pm
Forum: OpenEMV
Topic: OpenEMV Instructions & Applet Source Code
Replies: 6
Views: 38044

Re: OpenEMV Instructions & Applet Source Code

loberlober wrote:How we can write track2 on java card like this video https://www.youtube.com/watch?v=N7RZEsff_uo


There is no way to write track2 on java card, due to the data structure difference between magnetic stripe card and java card.
by Crawford
Fri Dec 23, 2016 1:26 am
Forum: Shopping FAQ
Topic: R502 User Guide Manual
Replies: 1
Views: 6953

Re: R502 User Guide Manual

Are you looking for this viewtopic.php?f=19&t=141 ?

You can find many related topics on R502 reader in Reader board.
viewforum.php?f=19
by Crawford
Sat Dec 17, 2016 3:19 am
Forum: Algorithm School
Topic: Session key
Replies: 9
Views: 16462

Re: Session key

Of course you can. Keep in mind that crypto key is just a string.
by Crawford
Fri Dec 16, 2016 5:13 am
Forum: Algorithm School
Topic: Session key
Replies: 9
Views: 16462

Re: Session key

You don't need to use Session Key. It can be a static key or a dynamic session key. It doesn't really matter as long as it is the same on both sides.
by Crawford
Tue Dec 13, 2016 5:12 am
Forum: Reader
Topic: Does R502 reader support ISO 15693 card
Replies: 2
Views: 9851

Re: Does R502 reader support ISO 15693 card

ISO 15693 card? Does it ref to RFID card?
by Crawford
Fri Nov 11, 2016 5:36 am
Forum: Questions & Answers
Topic: !!Help!! Can't access any class in smartcardio
Replies: 6
Views: 17810

Re: !!Help!! Can't access any class in smartcardio

Thanks for your back to post the solution. This wiil be a reference for those who will experience the same problem with you.
by Crawford
Fri Nov 11, 2016 3:10 am
Forum: Questions & Answers
Topic: !!Help!! Can't access any class in smartcardio
Replies: 6
Views: 17810

Re: !!Help!! Can't access any class in smartcardio

If you use eclipse, hover the mouse pointer over classes which has problems and then check the prompt.
JavaCard OS : Disclaimer