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
Mon Dec 07, 2015 2:07 am
Forum: Other Tools
Topic: PassportReader
Replies: 5
Views: 32103

Re: PassportReader

Using this tool to read real passport is no problem. :)
by Ellisun
Sun Dec 06, 2015 11:13 pm
Forum: OpenPGPApplet
Topic: The incoming Data Parsing in importKey() function
Replies: 5
Views: 26870

Re: The incoming Data Parsing in importKey() function

Yeah, It's in the commandChaining() function, if ((byte) (buf[OFFSET_CLA] & (byte) 0x10) == (byte) 0x10) { // If chaining was already initiated, INS and P1P2 should match if (chain && (buf[OFFSET_INS] != chain_ins && p1p2 != chain_p1p2)) { resetChaining(); ISOException.throwIt(SW...
by Ellisun
Fri Dec 04, 2015 10:52 pm
Forum: OpenPGPApplet
Topic: The incoming Data Parsing in importKey() function
Replies: 5
Views: 26870

Re: The incoming Data Parsing in importKey() function

This applet not support extend APDU, while import Key to card, the length of key is larger than 255, it is necessary to send many times.
In this applet , the CLA of import key command must be 0x10. You can refer to the applet code.
by Ellisun
Thu Dec 03, 2015 4:48 am
Forum: OpenPGPApplet
Topic: The Introduction of OpenPGPApplet [part]
Replies: 2
Views: 19570

Re: The Introduction of OpenPGPApplet [part]

This applet only used RSA algorithm and signature, no ECC algorithm :)
by Ellisun
Wed Dec 02, 2015 2:48 am
Forum: Applets Development Guide
Topic: Java Card Applet Development Guide ——Applet Demo
Replies: 8
Views: 40740

Re: Java Card Applet Development Guide ——Applet Demo

A very basic and interesting helloworld applet for java card beginners. :) :)
by Ellisun
Sat Nov 28, 2015 6:06 am
Forum: OpenPGPApplet
Topic: Some APDU commands in OpenPGPApplet
Replies: 7
Views: 28872

Some APDU commands in OpenPGPApplet

The following APDU commands is the result of my learning applet, it's contains: 1. All the types of RSA signature data length, it can be any length. 2. Generate three types of Key Pair 3. Encrpt and Decrypt commands //select 00A4040010D276000124010200000600000001000000; //verify pw3 0020008308313233...
by Ellisun
Sat Nov 28, 2015 5:35 am
Forum: OpenPGPApplet
Topic: The incoming Data Parsing in importKey() function
Replies: 5
Views: 26870

The incoming Data Parsing in importKey() function

In OpenPGP project, the incoming Data in importKey() function is very long and very difficult. First, according to the understanding of the function, the incoming data is the TLV format, but but the TLV format is custom in here. The format is: 4D + Length of 4D + Key Types + 00 + tag 7F48 + length o...
by Ellisun
Fri Nov 27, 2015 6:04 am
Forum: pyGlobalPlatform
Topic: pyGlobalPlatform
Replies: 4
Views: 69269

Re: pyGlobalPlatform

It a very perfect library. :mrgreen: :P :x :)
by Ellisun
Fri Nov 27, 2015 5:55 am
Forum: OpenPGPApplet
Topic: OpenPGPApplet Instructions & Applet Source Code
Replies: 3
Views: 24481

Re: OpenPGPApplet

The new version of this open source applet.
JavaCard OS : Disclaimer