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

by BirdKing
Wed Jul 04, 2018 10:15 pm
Forum: Questions & Answers
Topic: Contactless Interface
Replies: 2
Views: 5594

Re: Contactless Interface

On javacard, the API "APDU.getProtocol()" should help you to find which protocol.
by BirdKing
Wed Jul 04, 2018 6:05 am
Forum: Questions & Answers
Topic: Get ECC Public key from Private key
Replies: 7
Views: 12885

Re: Get ECC Public key from Private key

public key = private key * base point
by BirdKing
Fri Jun 22, 2018 2:25 am
Forum: Questions & Answers
Topic: javacard communication
Replies: 2
Views: 5731

Re: javacard communication

The unique identifiers for javacard communication? For typeA, the reader identifies cards by uid. For typeB, the reader identifies cards by pupi.
For T0 or T1, it is contact, no need to identify.

Maybe, you can descript your question in detail.
by BirdKing
Thu Jun 21, 2018 5:37 am
Forum: Questions & Answers
Topic: How to get the communication protocol type of smartcard?
Replies: 1
Views: 4358

Re: How to get the communication protocol type of smartcard?

On javacard, the API "APDU.getProtocol()" should help you to find which protocol.
In addition, outside the card, you should be aware of a protocol on BusHound.
by BirdKing
Wed Jun 06, 2018 5:56 am
Forum: Questions & Answers
Topic: How to set Security level
Replies: 4
Views: 7888

Re: How to set Security level

Security channel?
80 50 XXXXXX and 84 82 XXXXXX?
by BirdKing
Sun Jun 03, 2018 10:50 pm
Forum: Questions & Answers
Topic: a question about smart card reader
Replies: 2
Views: 6266

Re: a question about smart card reader

For a smart card reader, which protocol do you want to implement? contact or contactless? In my image of a reader, communication between the reader and card is 7816 contact protocol or 14443 contactless protocol. And the communication between reader and PC is CCID protocol. While, if you want anothe...
by BirdKing
Mon May 28, 2018 4:12 am
Forum: Questions & Answers
Topic: Docs, Guides & Courses on javacard os development
Replies: 5
Views: 10675

Re: Docs, Guides & Courses on javacard os development

SIM developmentation? What's the difference between SIM and Java card?
by BirdKing
Thu May 17, 2018 1:42 am
Forum: Questions & Answers
Topic: How to calculate baud rate OR speed of CARD from ETU and ATR ?
Replies: 3
Views: 9848

Re: How to calculate baud rate OR speed of CARD from ETU and ATR ?

First, we must understand several concepts: 1. Clock cycle: T, frequency f = (1/T) 2. Baud rate: how many bits per second can be transmitted 3、1 etu = (Fi/Di)/f So, 1 etu = (Fi/Di)/f = 372 * T baud rate = 1 second / 1 etu = 1 second / ((Fi/Di) * T) = (1 second * f) /(Fi/Di) For example: TA1 = 1, Fi ...
by BirdKing
Tue May 15, 2018 2:32 am
Forum: Questions & Answers
Topic: How to verify that the RSA calculation process is under attack
Replies: 5
Views: 8743

Re: How to verify that the RSA calculation process is under attack

In this way, the padding algorithm maybe premeditated. And, in algorithm library, cipher and signature is same.
by BirdKing
Mon May 14, 2018 6:28 am
Forum: Questions & Answers
Topic: How to verify that the RSA calculation process is under attack
Replies: 5
Views: 8743

Re: How to verify that the RSA calculation process is under attack

wumindejia wrote:Does not call rsa authentication interface(verify).You can decrypt rsa ciphertext, and then judge the decryption result.

your way is very interesting. But I mean is how to detect attack during the RSA process or after the RSA process.
JavaCard OS : Disclaimer