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

by mjalali1365
Mon Jan 27, 2020 10:23 am
Forum: Questions & Answers
Topic: Why JCIDE Build returns error on Signature.ALG_RSA_SHA_256?
Replies: 2
Views: 15729

Why JCIDE Build returns error on Signature.ALG_RSA_SHA_256?

Why JCIDE Build returns error on Signature.ALG_RSA_SHA_256 while I am using the final version of JCIDE which supports Java Card Kit 3.0.4? Is there anything to set? Should I do anything except installing proper Javacard Kit and last version of JCIDE?
by mjalali1365
Sat Sep 28, 2019 3:05 am
Forum: Questions & Answers
Topic: change GP-Key
Replies: 7
Views: 19054

Re: change GP-Key

Thank you for your perfect responses,

what is the reason I get:

Code: Select all

put_secure_channel_keys() returns 0x80206A80 (6A80: Wrong data / Incorrect values in command data.)
when running:

Code: Select all

put_sc_key -keyver 0 -newkeyver 1 -mac_key "newKey"-enc_key "newKey"-kek_key "newKey" -current_kek "currentKey"
by mjalali1365
Tue Jul 23, 2019 9:26 am
Forum: Questions & Answers
Topic: ARA-M applet installation and configuration
Replies: 0
Views: 12644

ARA-M applet installation and configuration

I'm currently trying to communicate with USIM cards inserted into a mobile phone using an android application and a typical USIM not registered to GSM network. Android application I am using on my USIM is https://github.com/bertrandmartel/sim-password-wallet that I have compiled and installed succes...
by mjalali1365
Mon Jul 22, 2019 2:15 am
Forum: Questions & Answers
Topic: Android interfacing applet on mobile SIM card
Replies: 3
Views: 11162

Re: Android interfacing applet on mobile SIM card

Thank you for your respond and useful links.
I have also found this link which can be useful:
https://stackoverflow.com/questions/570 ... the-device
by mjalali1365
Wed Jul 17, 2019 6:06 am
Forum: Applets Development Guide
Topic: How to throw an exception in my applet
Replies: 5
Views: 19435

Re: How to throw an exception in my applet

if(condition == false) { ISOException.throwIt((short)0x6F00); } Does it only throw 0x6F00? How one can throw the reason for an specific exception? you can throw any short value . such as ISOException.throwIt((short)0x6899); or ISOException.throwIt((short)0x2222); suppose that I do an encryption wit...
by mjalali1365
Wed Jul 17, 2019 2:09 am
Forum: Applets Development Guide
Topic: How to throw an exception in my applet
Replies: 5
Views: 19435

Re: How to throw an exception in my applet

Garfield wrote:
Tue Jun 12, 2018 3:10 am
if(condition == false)
{
ISOException.throwIt((short)0x6F00);
}
Does it only throw 0x6F00? How one can throw the reason for an specific exception?
by mjalali1365
Wed Jul 17, 2019 1:56 am
Forum: Questions & Answers
Topic: Android interfacing applet on mobile SIM card
Replies: 3
Views: 11162

Android interfacing applet on mobile SIM card

Hi, I have written a helloworld applet and successfully installed it on a SIM card. I am wondering if there is a way on android devices to send/receive APDUs to/from contact SIM cards inserted to mobile slots. Has anyone had any similar experience? P.S: I don't want to root my android phone. please ...
by mjalali1365
Tue Jun 25, 2019 4:23 am
Forum: Questions & Answers
Topic: JCIDE - login error
Replies: 3
Views: 15362

Re: JCIDE - login error

I have the same problem with JCIDE register!
I've added the program to firewall trusted applications but still "login error!" appears when I try to login.
Is there any way to get a register code?
thanks,
JavaCard OS : Disclaimer