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

by tay00000
Tue Jun 13, 2017 10:55 am
Forum: PKIApplet
Topic: The usage of PKI host application combined with PKIApplet in A40CR card
Replies: 9
Views: 31221

Re: The usage of PKI host application combined with PKIApplet in A40CR card

@ThePhoenyx
Do you have a special requirement for using the PKIApplet ?
by tay00000
Tue Jun 13, 2017 8:35 am
Forum: Card Products
Topic: Suggestion for improving the JC10M128C
Replies: 8
Views: 23838

Re: Suggestion for improving the JC10M128C

@JavaCardOS I do have an actual project requiring the above specifications thus my suggestions currently occurring on my end. Due to the lack of suitable cards meeting this requirement, I have to keep searching for reasonably priced cards that fit the above specifications. So far, the only cards I h...
by tay00000
Sun May 28, 2017 5:49 am
Forum: Card Products
Topic: Suggestion for improving the JC10M128C
Replies: 8
Views: 23838

Re: Suggestion for improving the JC10M128C

My applications usually would benefit from having 4 KB RAM while A22CR would only provide about 2.5 KB RAM thus my request to @JavaCardOS to possibly push for a card with around 4 KB RAM, have RSA support and at least 128 KB EEPROM/Flash or more at the very least.
by tay00000
Sun May 28, 2017 2:51 am
Forum: Questions & Answers
Topic: How to get mulitiple certificates from the applet
Replies: 4
Views: 8560

Re: How to get mulitiple certificates from the applet

I will try to go to enough details without turning this into a spoon-feeding session. Create a class object called Certificate. This Certificate class will store a certAlias in byte[] object which you can allocate probably 10 bytes to use as certAlias as well as a certObject in byte[] object with pr...
by tay00000
Sat May 27, 2017 8:47 pm
Forum: Card Products
Topic: Suggestion for improving the JC10M128C
Replies: 8
Views: 23838

Suggestion for improving the JC10M128C

I would like to suggest to @JavaCardOS to produce an improvement on the JC10M128C card. The card has much more superior RAM and a decent 128 KB Flash storage but it lacks RSA algorithm. I would like to suggest @JavaCardOS to produce their own more powerful smart cards in the category of a flagship s...
by tay00000
Fri May 26, 2017 12:14 pm
Forum: Questions & Answers
Topic: 3DES
Replies: 47
Views: 55494

Re: 3DES

Please use the code block to encapsulate your codes. It is hard to read. /* * Collect the data to be MAC-ed in the array transaction_data */ private void computeAC(byte cid, byte[] apduBuffer, short length, byte[] response, short offset) { // Copy CDOL from the APDU buffer, at offset 0: Util.arrayCo...
by tay00000
Tue May 23, 2017 4:56 am
Forum: Reader
Topic: How to know which is my bR301
Replies: 1
Views: 18940

Re: How to know which is my bR301

The best way to solve this problem is to loop through all the card readers, scan for the attached cards and each attached card must be provisioned with a UUID to identify itself. One way to do so is within the card applet to have a UUID where you will issue a UUID to each card during provisioning. O...
by tay00000
Tue May 23, 2017 4:52 am
Forum: Questions & Answers
Topic: A strange issue about JavaCard version
Replies: 2
Views: 6099

Re: A strange issue about JavaCard version

What is the applet you are trying to run or maybe provide a code sample and also the model and version of the card that is causing the problem.
by tay00000
Sun May 14, 2017 5:39 am
Forum: Questions & Answers
Topic: Random Data Genaration
Replies: 3
Views: 8887

Re: Random Data Genaration

I have no problem running your code fragment. Here's my process() method. public void process(APDU apdu) { if (selectingApplet()) { return; } byte[] buffer = apdu.getBuffer(); short bytesRead = apdu.setIncomingAndReceive(); if (buffer[ISO7816.OFFSET_CLA] == (byte) 0x00 && buffer[ISO7816.OFFS...
by tay00000
Thu May 11, 2017 7:00 am
Forum: Questions & Answers
Topic: How to put a string to my card
Replies: 1
Views: 4915

Re: How to put a string to my card

JavaCard datatypes are byte, byte[], short, boolean, some sort of Key related objects and sometimes certain cards come with int type. There is no such thing as String type. You have to convert String to byte[] before transmitting to card. Also, since you are new to JavaCard and probably smart card d...
JavaCard OS : Disclaimer