Page 1 of 1

Interested in A40CR card

Posted: Sun May 08, 2016 11:32 pm
by sheeybujk
I am looking for a type of smart card, into which we can write some value.
And I am also interested in IFD A40CR card in your on-line shop. With this card, do you have any solution to meet our needs?

Re: Interested in A40CR card

Posted: Mon May 09, 2016 1:09 am
by ftsafe
Thanks for your interest in A40CR card. But firstly, would you please tell us which type of value you want to write into A40CR card, certificate, key, or anything else?

Re: Interested in A40CR card

Posted: Mon May 09, 2016 1:34 am
by sheeybujk
ftsafe wrote:Thanks for your interest in A40CR card. But firstly, would you please tell us which type of value you want to write into A40CR card, certificate, key, or anything else?

I need to write our customers information, such as name, ID Number. Track1 , Track2 , and so on.

Re: Interested in A40CR card

Posted: Mon May 09, 2016 2:42 am
by ftsafe
For your requirement, you need to write your own applet, the following is a simple example:

Tools used:
Download OpenSC - http://javacardos.com/tools/opensc.html
Download ISOApplet - http://javacardos.com/javacardforum/viewtopic.php?f=17&t=31

Instructions for use:
1. Download and install ISOApplet;

2. Initialize Card:

Code: Select all

pkcs15-init --create-pkcs15


3. Write Data:

Code: Select all

pkcs15-init --store-data userinfo.dat


Note: userinfo.dat is user data.

4. Check the internal data information of the card:

Code: Select all

pkcs15-tool --dump


This is the basic method to store card user information.

Recommended Equipment:

A40CR card

R502 reader or bR301 reader

Re: Interested in A40CR card

Posted: Mon May 09, 2016 3:19 am
by sheeybujk
Thank you for your support! I will get some sample cards and have a try.

Re: Interested in A40CR card

Posted: Wed Jul 21, 2021 10:05 am
by tatoo46
ftsafe wrote:
Mon May 09, 2016 2:42 am
For your requirement, you need to write your own applet, the following is a simple example:

Tools used:
Download OpenSC - http://javacardos.com/tools/opensc.html
Download ISOApplet - http://javacardos.com/javacardforum/vie ... ?f=17&t=31

Instructions for use:
1. Download and install ISOApplet;

2. Initialize Card:

Code: Select all

pkcs15-init --create-pkcs15
3. Write Data:

Code: Select all

pkcs15-init --store-data userinfo.dat
Note: userinfo.dat is user data.

4. Check the internal data information of the card:

Code: Select all

pkcs15-tool --dump
This is the basic method to store card user information.

Recommended Equipment:

A40CR card

R502 reader or bR301 reader
i tried downloading it and installed it but how to run it ?