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.

Change SCP02 to SCP01

JavaCard Applet Development Related Questions and Answers.
Jsine
Posts: 10
Joined: Mon Mar 14, 2016 5:12 am
Points :106
Contact:

Change SCP02 to SCP01

Post by Jsine » Tue Mar 14, 2017 11:17 pm

My JCOP card is SCP02 and I want to modify the card to SCP01. So I send the following command but it returns 6982. Is there any mistake with the command?
>> C0D600EA02CA35
<< 6982

User avatar
mabel
Posts: 237
Joined: Mon May 18, 2015 3:09 am
Points :1705
Contact:

Re: Change SCP02 to SCP01

Post by mabel » Wed Mar 15, 2017 5:32 am

You need to use DES algorithm to encrpt the command firstly.

User avatar
UNKNwYSHSA
Posts: 630
Joined: Thu May 21, 2015 4:05 am
Points :3053
Contact:

Re: Change SCP02 to SCP01

Post by UNKNwYSHSA » Wed Mar 15, 2017 9:43 pm

If you want to switch SCP to SCP01, you shall send commands as following:
1 SELECT <Transport Key> // The transport key is different for each batch card.
2 00F00000;
3 Command to switch SCP // This command is provided by JCOP, and this is a encrypted command,
4 Set SCP static keys;
...
n 00100000;

The most convenient way is ask your card provider for the script.
sense and simplicity

User avatar
UNKNwYSHSA
Posts: 630
Joined: Thu May 21, 2015 4:05 am
Points :3053
Contact:

Re: Change SCP02 to SCP01

Post by UNKNwYSHSA » Wed Mar 15, 2017 9:48 pm

By the way, we recommand you use SCP02 or SCP03, SCP01 is deprecated.
sense and simplicity

Jsine
Posts: 10
Joined: Mon Mar 14, 2016 5:12 am
Points :106
Contact:

Re: Change SCP02 to SCP01

Post by Jsine » Thu Mar 16, 2017 4:47 am

I got it. I will try the methods you mentioned. Thank you for all the help.

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 43 guests

JavaCard OS : Disclaimer