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

by Thelogan
Fri May 26, 2017 6:20 am
Forum: Questions & Answers
Topic: How to know key reference value
Replies: 1
Views: 5451

Re: How to know key reference value

You may need to have a look at ISO7816-4 specification, table 42 : "Table 42 — Control reference DOs in control reference templates" for more details.
by Thelogan
Fri May 05, 2017 6:30 am
Forum: Questions & Answers
Topic: How to create AES keys
Replies: 2
Views: 6630

Re: How to create AES keys

Please note that most javacard only support DES /3DES as symmetric cipher.
by Thelogan
Thu Apr 27, 2017 4:39 am
Forum: Questions & Answers
Topic: Function of update() and doFinal()
Replies: 1
Views: 5080

Re: Function of update() and doFinal()

update() will append the data into the buffer.

doFinal ( ) will actually run the algorithm and reset the object.
by Thelogan
Wed Mar 29, 2017 10:24 pm
Forum: Questions & Answers
Topic: ISOApplet on JC30M48CR or A22CR
Replies: 4
Views: 8649

Re: ISOApplet on JC30M48CR or A22CR

I have tested ISOApplet on jc30m48cr card. ISOApplet can be uploaded and installed into jc30m48cr card successfully. And all the operations can work fine, e.g. creating pkcs15 structure, generating keypair, signature.
by Thelogan
Wed Mar 29, 2017 10:10 pm
Forum: Other Tools
Topic: Change ATR from a Jcop card
Replies: 1
Views: 8131

Re: Change ATR from a Jcop card

To change ATR, you should ask your card provider for help.
by Thelogan
Wed Jan 11, 2017 5:27 am
Forum: Questions & Answers
Topic: Make Chrome browser access smart card reader
Replies: 8
Views: 17570

Re: Make Chrome browser access smart card reader

tieuhaoluong wrote:I want to connect smart card reader with chrome extension too. Can you help me?
Thanks!


I am still researching this technical,not completed yet. But If you have any problem now,you can post it here, perhaps I can help you.
by Thelogan
Thu Jan 05, 2017 10:01 pm
Forum: Questions & Answers
Topic: U2F extension can not access USB device
Replies: 10
Views: 16895

Re: U2F extension can not access USB device

Tarantino wrote:Command format that the extension sends is not inconsistent with my product command format. I may need to implement it by myself.


If that is the case, you indeed need to implement it by yourself.
by Thelogan
Wed Jan 04, 2017 2:22 am
Forum: Questions & Answers
Topic: U2F extension can not access USB device
Replies: 10
Views: 16895

Re: U2F extension can not access USB device

Here is part of code from usbgnubbydevice.js /** * @const */ UsbGnubbyDevice.WINUSB_VID_PIDS = [ {'vendorId': 4176, 'productId': 529} // Yubico WinUSB ]; From the code, you can get that the usb device in this extension works only for Yubico device. So you need to modify vendorId and productId accord...
by Thelogan
Wed Jan 04, 2017 1:25 am
Forum: Questions & Answers
Topic: U2F extension can not access USB device
Replies: 10
Views: 16895

Re: U2F extension can not access USB device

Is the extension written by yourself? Or use the open source extension https://github.com/google/u2f-ref-code ?
by Thelogan
Tue Jan 03, 2017 10:44 pm
Forum: Questions & Answers
Topic: U2F extension can not access USB device
Replies: 10
Views: 16895

Re: U2F extension can not access USB device

Is your device a hid device or a usb device?
JavaCard OS : Disclaimer