Created
January 31, 2012 05:23
-
-
Save proegssilb/1709017 to your computer and use it in GitHub Desktop.
Current script used for MuscleCard JCOP J2A install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mode_211 | |
enable_trace | |
enable_timer | |
establish_context | |
card_connect | |
select -AID a0000000030000 | |
open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f // Open secure channel | |
delete -AID a00000000101 | |
delete -AID a000000001 | |
install -file MuscleCardApplet.cap -instParam 00 -priv 4 | |
#install_for_load -pkgAID a000000001 | |
#load -file CardEdge_jc222.cap | |
#install_for_install -instParam 00 -priv 02 -AID a00000000101 -pkgAID a000000001 -instAID a00000000101 | |
card_disconnect | |
release_context |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment