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

by Ellisun
Tue Sep 08, 2015 8:58 am
Forum: JCAlgTest
Topic: The supported algorithm contrast between JCOP41V232 and IFD A40CR
Replies: 2
Views: 20351

The supported algorithm contrast between JCOP41V232 and IFD A40CR

The supported algorithm contrast between JCOP41V232 and IFD A40CR(standard card) is as follows: Used Tool: AlgTestJClient.jar V1.6 from " https://github.com/JavaCardOS/JavaCard-AlgTest-Applet " Used CAP: AlgTest_v1.3_jc2.2.1.cap Card ATR: 3b 60 00 ff Used Reader: Feitian R502 Contact Reade...
by Ellisun
Mon Aug 31, 2015 2:04 am
Forum: Questions & Answers
Topic: Why does my JCIDE automatically send many APDU commands?
Replies: 2
Views: 8467

Re: Why does my JCIDE automatically send many APDU commands?

Only need to forbid the first two is OK, and restart the computer.
win7_auto_send_apdu.png
by Ellisun
Wed Aug 19, 2015 2:05 am
Forum: Other Tools
Topic: JavaCard Algorithms Support Test Tool
Replies: 2
Views: 8209

Re: Why my JCOP card failed?

I use the pyApduTool to download the AlgTest.cap and install successfully, After I use AlgTestPC.exe according to the guide, all algorithms failed. you can see the attachment as follows. can anyone tell me? failed.png This tool only supports T0, maybe your card protocol is T1, you can set the card ...
by Ellisun
Fri Aug 14, 2015 9:29 am
Forum: Reader
Topic: SCM SDI010 reader drivers
Replies: 1
Views: 9272

SCM SDI010 reader drivers

The SCM SCL011 is a dual-interface(Contactless and Contact) smart card reader developed by Sun Microsystems. Here is the reader drive, anybody can download.
by Ellisun
Wed Jul 01, 2015 6:03 am
Forum: Other Tools
Topic: JavaCard Algorithms Support Test Tool
Replies: 2
Views: 8209

JavaCard Algorithms Support Test Tool

What it does? 1, Provides list of supported algorithms from JavaCard API including supported lengths of keys. 2, Provides basic speed tests for selected operations The basic idea is simple - if the particular algorithm/key size is supported, then instance creation will succeed. Otherwise, CryptoExc...
by Ellisun
Fri Jun 26, 2015 6:06 am
Forum: Other Tools
Topic: PassportReader
Replies: 5
Views: 32044

PassportReader

The PassportReader is a small application that can read standard passport information. Open this tool by double-click "PassportReader.exe" . Enter the passport ID, the date of birth and expiration date, and select the contactless reader you will use,as shown below. passport-input.png Then,...
by Ellisun
Fri Jun 12, 2015 8:30 am
Forum: PassportApplet
Topic: PassportApplet Instructions & Applet Source Code
Replies: 7
Views: 44400

Re: The PassportApplet

@Angela Merkel You can get more information about the open-source applications on www http://jmrtd.org/
by Ellisun
Fri Jun 12, 2015 1:55 am
Forum: Questions & Answers
Topic: How much memory does this java card really have? (EEPROM and ObjectDeletion game!)
Replies: 1
Views: 7761

Re: How much memory does this java card really have? (EEPROM and ObjectDeletion game!)

The answer is simply because each array (and other objects as well) requires 'header' to indicate its type, its size, etc. You need to read carefully on JCRE and JCVM specification for this. I haven't check the precise size of the 'header', but you can imagine it as (100 + 'header') * X, not as plai...
by Ellisun
Thu Jun 11, 2015 2:10 am
Forum: JCOP Tool
Topic: Why oracle doesn't provide any Development Kit for Java Card 3.0.1 and 3.0.2 and 3.0.4?
Replies: 1
Views: 21127

Re: Why oracle doesn't provide any Development Kit for Java Card 3.0.1 and 3.0.2 and 3.0.4?

You can read this: http://www.oracle.com/technetwork/java/javame/javacard/download/releasenotes-jsp-1440109.html The Java Card 3 platform consists of versions 3.0, 3.0.1 and 3.0.4 of the specifications and versions 3.0.1, 3.0.2, 3.0.3 and 3.0.4 of the development kit. SDK 3.0.3 targets specification...
by Ellisun
Wed Jun 10, 2015 5:08 am
Forum: Questions & Answers
Topic: Upload CAP file to smart card using APDU
Replies: 4
Views: 16715

Re: Upload CAP file to smart card using APDU

If the card is using Global Platform, then it's not that simple, you need to authenticated against the card manager. Then you send multiple commands to load the .cap file (as APDU's may only contain 255 bytes payload - GP does not use extended length). Then you issue an INSTALL for INSTALL command t...
JavaCard OS : Disclaimer