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

Searched query: re

by mikegigom
Fri Jul 14, 2017 5:49 am
Forum: Questions & Answers
Topic: How to read bank serial
Replies: 2
Views: 6389

Re: How to read bank serial

I have read the EMV spec.
And I have finished some simple steps. Now I need to validate the card. How can I validate the card with "internal authenticate" ? Can I use some public key and signature method ?
by mikegigom
Tue Jan 31, 2017 1:46 am
Forum: Questions & Answers
Topic: secure channel initiation mode implicit
Replies: 4
Views: 9001

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 mikegigom
Wed Sep 07, 2016 11:45 pm
Forum: Questions & Answers
Topic: test the performance of javacard
Replies: 1
Views: 5258

Re: test the performance of javacard

There is a tool that can test all the algorithms supported by java card.
JCAlgTest: viewtopic.php?f=30&t=40
by mikegigom
Tue May 31, 2016 5:42 am
Forum: Algorithm School
Topic: ECDSA signature
Replies: 5
Views: 27786

Re: ECDSA signature

Usiger wrote:There is a step in the process of generating ECDSA signature - generate a random number, which causes different results.


Is there anyway to use the same random number so that I can get the same ECDSA signature?
by mikegigom
Thu Dec 31, 2015 2:25 am
Forum: Card Products
Topic: Difference between contact and contactless card
Replies: 1
Views: 6434

Re: Difference between contact and contactless card

In fact, there is no difference between the contact and contactless card in APDU field. However,in the case of contact interface, for APDU command between T=0 and T=1 there is a little difference. T=0 protocol cannot distinguish between the Lc and Le bytes. So it uses specific status words, such as ...
by mikegigom
Thu Dec 10, 2015 4:58 am
Forum: Card Products
Topic: "INITIALIZE UPDATE and EXTERNAL AUTHENTICATE" VS "VERIFYING"
Replies: 2
Views: 9158

Re: "INITIALIZE UPDATE and EXTERNAL AUTHENTICATE" VS "VERIFYING"

INITIALIZE UPDATE & EXTERNAL AUTHENTICATE are used for GP card content management to establish a secure channel protocol connection. After authentication is verified you can upload an applet (cap file). The VERIFYING command is an ISO7816-4 Interindustry command m used to verify a PIN. The GP c...
JavaCard OS : Disclaimer