Page 1 of 1
Change SCP02 to SCP01
Posted: Tue Mar 14, 2017 11:17 pm
by Jsine
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
Re: Change SCP02 to SCP01
Posted: Wed Mar 15, 2017 5:32 am
by mabel
You need to use DES algorithm to encrpt the command firstly.
Re: Change SCP02 to SCP01
Posted: Wed Mar 15, 2017 9:43 pm
by UNKNwYSHSA
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.
Re: Change SCP02 to SCP01
Posted: Wed Mar 15, 2017 9:48 pm
by UNKNwYSHSA
By the way, we recommand you use SCP02 or SCP03, SCP01 is deprecated.
Re: Change SCP02 to SCP01
Posted: Thu Mar 16, 2017 4:47 am
by Jsine
I got it. I will try the methods you mentioned. Thank you for all the help.