-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/vletoux/GidsApplet.git
- Loading branch information
Showing
2 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
mode_211 | ||
enable_trace | ||
|
||
establish_context | ||
card_connect | ||
# specifiy our card manager | ||
select -AID a000000003000000 | ||
# put our card manager keys here | ||
open_sc -security 1 -keyind 0 -keyver 0 -mac_key <INSERT CARD KEY HERE> -enc_key <INSERT CARD KEY HERE> | ||
|
||
delete -AID A000000397425446590201 | ||
delete -AID A00000039742544659 | ||
|
||
install -file .\GidsApplet.cap -instParam 00 -priv 00 | ||
card_disconnect | ||
release_context |
This file contains 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