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

by gorgekin
Sun Sep 09, 2018 5:02 am
Forum: Communication
Topic: About the RFID card
Replies: 0
Views: 17691

About the RFID card

I know that the RFID is short for Radio Frequency Identification.

What is the difference between the RFID card and the contactless smart card? Are all contactless cards can be named as RFID card, such as Mifare card?

Can anyone tell me, please?
by gorgekin
Fri Feb 16, 2018 9:47 pm
Forum: Solutions
Topic: About LoyaltyCard Applet?
Replies: 3
Views: 36979

About LoyaltyCard Applet?

Hi, I just start developing smart card applet.
I have a questions about the LoyaltyCard Applet.
For this applet source code, I do not understand very well, where I can find some test APDUs can help me better understand this applet source code?
by gorgekin
Mon Aug 07, 2017 11:11 pm
Forum: Questions & Answers
Topic: Cached PIN in JavaCard
Replies: 1
Views: 5639

Cached PIN in JavaCard

I have a program that sends APDU command to applet in JavaCard and receives result APDU command from Java card. Now I need to give one time PIN when I use this program.But how can I do "Cached PIN" in java card? Any help?
by gorgekin
Mon Jun 12, 2017 3:19 am
Forum: Questions & Answers
Topic: BP tools crashed once running
Replies: 3
Views: 8173

Re: BP tools crashed once running

Hey guy,

Have you resolved this issue? I also have this problem. And my computer OS is windows7 64bit.
by gorgekin
Sat Mar 19, 2016 2:23 am
Forum: Communication
Topic: How to get source code from the cap file
Replies: 4
Views: 27598

Re: How to get source code from the cap file

IMO, there is NO way to do this!
by gorgekin
Sat Mar 19, 2016 2:22 am
Forum: Questions & Answers
Topic: How to call call the process() method in another applet
Replies: 1
Views: 5525

Re: How to call call the process() method in another applet

See the sample code:
Target applet

Code: Select all

class TargetApplet {
  public static Applet INSTANCE;

  private TargetApplet() {
  }

  public static void install() {
    INSTANCE = new TargetApplet();
    INSTANCE.register();
  }
}


Client applet:

Code: Select all

TargetApplet.INSTANCE.process();
by gorgekin
Fri Mar 18, 2016 11:40 pm
Forum: Communication
Topic: How to implement T=CL protocol
Replies: 4
Views: 26354

Re: How to implement T=CL protocol

Refer to iso 14443
by gorgekin
Mon Jan 25, 2016 11:53 pm
Forum: Algorithm School
Topic: Change the cipher length to 8
Replies: 2
Views: 7609

Change the cipher length to 8

I'm trying to encrypt a byte array of size 8. The size of cipher obtained is 16, But I need the cipher length to be 8 for further processing. Cipher cipherinstance = Cipher.getInstance(Cipher.ALG_DES_CBC_ISO9797_M2, false); DESKey deskey = (DESKey)KeyBuilder.buildKey(KeyBuilder.TYPE_DES, KeyBuilder....
by gorgekin
Thu Jan 21, 2016 2:00 am
Forum: Questions & Answers
Topic: Wany to know difference between javax.smartcardio api and javacard api
Replies: 1
Views: 5745

Wany to know difference between javax.smartcardio api and javacard api

I have learned Java Card application development for some time. But I still don't know the difference between javax.smartcardio api and javacard api. I really want to know the way which javax.samartcardio is related to javacard api. Any help?
by gorgekin
Thu Jan 14, 2016 3:35 am
Forum: Questions & Answers
Topic: Extended APDU to javacard
Replies: 1
Views: 5741

Extended APDU to javacard

I have learned some information about sending extended APDU form this webpage.

From the explanation below, does it mean I only can send extended APDU to the java card with protocol T=1? And my smart card reader must support extended APDU also. Am I right?
Extended_APDU.png
JavaCard OS : Disclaimer