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 6 matches: re:

Searched query: re

by lightupdark
Wed Mar 16, 2016 11:00 pm
Forum: Algorithm School
Topic: decrypt viaccess tv
Replies: 2
Views: 9198

Re: decrypt viaccess tv

I can not understand your question well. Do you mean you want to know the card type ? And why do you want to extract the file to copy on cards ?
by lightupdark
Wed Mar 02, 2016 5:06 am
Forum: Questions & Answers
Topic: Got 64 00 when I installed the package
Replies: 1
Views: 5923

Re: Got 64 00 when I installed the package

Could you tell us more about your question?
e.g. some basic information of your card and your package

The most quickly method is to ask your card provider!
by lightupdark
Wed Mar 02, 2016 4:59 am
Forum: Communication
Topic: how the card reacts to faulty ISO7816 APDUs
Replies: 3
Views: 9699

Re: how the card reacts to faulty ISO7816 APDUs

Also remind that there may be specifications of how to handle different errors depending on what exactly you are working!
by lightupdark
Wed Mar 02, 2016 4:56 am
Forum: Communication
Topic: how the card reacts to faulty ISO7816 APDUs
Replies: 3
Views: 9699

Re: how the card reacts to faulty ISO7816 APDUs

You can refer to ISO7816 specification for more error code usage.

You can also specify your own error codes which are not specified in the standard.
by lightupdark
Wed Mar 02, 2016 1:25 am
Forum: Communication
Topic: Is it feasible to adapt SCP02 for using the AES keys by some methods?
Replies: 2
Views: 8389

Re: Is it feasible to adapt SCP02 for using the AES keys by some methods?

ThePhoenyx wrote:Just use SCP03. That *is* AES.


As @ThePhoenyx said, AES is used in SCP03.
So it's impossible to use AES in SCP02.
by lightupdark
Wed Dec 02, 2015 8:22 am
Forum: Questions & Answers
Topic: How to handle java card transaction when power loss or removing the card from smartcard reader
Replies: 1
Views: 6032

Re: How to handle java card transaction when power loss or removing the card from smartcard reader

Within transactions writes to persistent memory such as EEPROM or flash are handled atomically. That is: as if all the writes to persistent memory are part of one big action. To create an atomic copy you need to use Util.arrayCopy(). There may also be other actions that can take part of atomicity. I...
JavaCard OS : Disclaimer