JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
Create personlization to java card
Create personlization to java card
Hi
I have java card type j2a80 when i try to download cap file i will recived response A682 file not find when i check the card by gpshell i found was not made personalization so how can i do that
Best regards
I have java card type j2a80 when i try to download cap file i will recived response A682 file not find when i check the card by gpshell i found was not made personalization so how can i do that
Best regards
- UNKNwYSHSA
- Posts: 630
- Joined: Thu May 21, 2015 4:05 am
- Points :3055
- Contact:
Re: Create personlization to java card
Please show us the full logs generated by gpshell.
sense and simplicity
Re: Create personlization to java card
Hi ,
mode_211
enable_trace
establish_context
card_connect
select -AID a000000003000000
open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f
install -file HelloWorld.cap -nvDataLimit 2000 -instParam 00 -priv 2
card_disconnect
release_context
Result :
mode_211
enable_trace
establish_context
card_connect
select -AID a000000003000000
Command --> 00A4040008A000000003000000
Wrapped command --> 00A4040008A000000003000000
Response <-- 6A82
select_application() returns 0x80216A82 (6A82: The application to be selected could not be found.)
mode_211
enable_trace
establish_context
card_connect
select -AID a000000003000000
open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f
install -file HelloWorld.cap -nvDataLimit 2000 -instParam 00 -priv 2
card_disconnect
release_context
Result :
mode_211
enable_trace
establish_context
card_connect
select -AID a000000003000000
Command --> 00A4040008A000000003000000
Wrapped command --> 00A4040008A000000003000000
Response <-- 6A82
select_application() returns 0x80216A82 (6A82: The application to be selected could not be found.)
- UNKNwYSHSA
- Posts: 630
- Joined: Thu May 21, 2015 4:05 am
- Points :3055
- Contact:
Re: Create personlization to java card
Send select command without AID: 00A4040000.
And give us the response.
(The response data contains AID of the ISD).
And give us the response.
(The response data contains AID of the ISD).
sense and simplicity
Re: Create personlization to java card
mode_211
enable_trace
establish_context
card_connect
open_sc -security 1 -keyind 0 -keyver 0 -mac_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC -enc_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC // Open secure channel
Command --> 80CA006600
Wrapped command --> 80CA006600
Response <-- 6985
GP211_get_secure_channel_protocol_details() returns 0x80206985 (6985: Command not allowed - Conditions of use not satisfied.)
enable_trace
establish_context
card_connect
open_sc -security 1 -keyind 0 -keyver 0 -mac_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC -enc_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC // Open secure channel
Command --> 80CA006600
Wrapped command --> 80CA006600
Response <-- 6985
GP211_get_secure_channel_protocol_details() returns 0x80206985 (6985: Command not allowed - Conditions of use not satisfied.)
Re: Create personlization to java card
How can initialize the card ?
- UNKNwYSHSA
- Posts: 630
- Joined: Thu May 21, 2015 4:05 am
- Points :3055
- Contact:
Re: Create personlization to java card
Set argument -scp and -scpimpl, because gpshell can't get these datas from the card.
sense and simplicity
Re: Create personlization to java card
The same problem
mode_211
enable_trace
establish_context
card_connect
open_sc -scp -scpimpl -security 1 -keyind 0 -keyver 0 -mac_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC -enc_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC // Open secure channel
Command --> 80CA006600
Wrapped command --> 80CA006600
Response <-- 6985
GP211_get_secure_channel_protocol_details() returns 0x80206985 (6985: Command not allowed - Conditions of use not satisfied.)
My dear the card it not initialized how can initialized can you send me the script ?
mode_211
enable_trace
establish_context
card_connect
open_sc -scp -scpimpl -security 1 -keyind 0 -keyver 0 -mac_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC -enc_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC // Open secure channel
Command --> 80CA006600
Wrapped command --> 80CA006600
Response <-- 6985
GP211_get_secure_channel_protocol_details() returns 0x80206985 (6985: Command not allowed - Conditions of use not satisfied.)
My dear the card it not initialized how can initialized can you send me the script ?
- UNKNwYSHSA
- Posts: 630
- Joined: Thu May 21, 2015 4:05 am
- Points :3055
- Contact:
Re: Create personlization to java card
Code: Select all
open_sc -scp -scpimpl -security 1 -keyind 0 -keyver 0 -mac_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC -enc_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC // Open secure channel
====>>>>
Code: Select all
open_sc -scp 2 -scpimpl 15 -security 1 -keyind 0 -keyver 0 -mac_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC -enc_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC // Open secure channel
And have a try.
sense and simplicity
Re: Create personlization to java card
mode_211
enable_trace
establish_context
card_connect
open_sc -scp 2 -scpimpl 15 -security 1 -keyind 0 -keyver 0 -mac_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC -enc_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC // Open secure channel
Command --> 805000000850319C570507ADD700
Wrapped command --> 805000000850319C570507ADD700
Response <-- 6985
mutual_authentication() returns 0x80206985 (6985: Command not allowed - Conditions of use not satisfied.)
enable_trace
establish_context
card_connect
open_sc -scp 2 -scpimpl 15 -security 1 -keyind 0 -keyver 0 -mac_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC -enc_key FB03D7FF6A8FF4349A8ED9FB9E2BDBDC // Open secure channel
Command --> 805000000850319C570507ADD700
Wrapped command --> 805000000850319C570507ADD700
Response <-- 6985
mutual_authentication() returns 0x80206985 (6985: Command not allowed - Conditions of use not satisfied.)
Who is online
Users browsing this forum: Google [Bot] and 42 guests