-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support JCMemory and default selected
New store version supporting JCMemory and default selected
- Loading branch information
Showing
7 changed files
with
21 additions
and
22 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -24,9 +24,28 @@ | |
"url": "https://www.fi.muni.cz/~xsvenda/jcalgtest/", | ||
"usage": "<p>Install this applet on the card you want to test. You can install default (newest version and latest sdk). If the install fails, choose different, older sdk version as the card might not support it.<br><br><br>Run Java application AlgTestJClient. You need to download this application for your pc from GitHub (https://github.com/crocs-muni/JCAlgTest/releases). Once you download the application (AlgTestJClient.jar file inside zip release), and the card is plugged in, open command line (windows ctrl+R and type cmd). Navigate to the folder where you have downloaded the file and run following command: <b>java -jar AlgTestJClient.jar</b>. On Linux you might need to set the smartcardio library, for example use: 'java -Dsun.security.smartcardio.library=/usr/lib64/libpcsclite.so.1 -jar AlgTestJClient.jar'<br><br>Choose the target reader for card with uploaded AlgTest applet and let it run. Now new CSV file with values separated by the semicolon is created (AlgTest_ATR.csv).<br><br><br>Please consider to send us ([email protected]) your results in case your card is not yet in the database at https://www.fi.muni.cz/~xsvenda/jcalgtest/</p><br><br><br>How to navigate in command line: use <b> cd [foldername you want to enter]</b> and <b>dir</b> on windows or <b>ls</b> on linux to display current foler content. Enclose the foldername in \" characters if any space is present.", | ||
"keys": false, | ||
"host_app": true, | ||
"default_selected": false, | ||
"pgp": "Pavel", | ||
"signed_by": "Pavel" | ||
}, { | ||
"name": "JCMemory", | ||
"title": "JCMemory", | ||
"icon": "jcmem.png", | ||
"latest": "1.0", | ||
"versions": [ | ||
"1.0" | ||
], | ||
"builds": { | ||
"1.0": ["2.2.2"] | ||
}, | ||
"author": "CRoCS", | ||
"description": "<p>Small applet for card memory analysis. Can obtain the amount of free memory space on given cards, which enables us to predict installation failures because of low memory.</p>", | ||
"url": "", | ||
"usage": "This applet is used by JCAppStore natively. You can obtain the free memory space available in 'File' menu item. The check is also performed on an applet installation.", | ||
"keys": false, | ||
"default_selected": false, | ||
"pgp": "", | ||
"signed_by": "" | ||
}, { | ||
"name": "YkneoOpenPGP", | ||
"title": "YubiKey NEO App: OpenPGP", | ||
|
@@ -43,27 +62,7 @@ | |
"url": "https://developers.yubico.com/ykneo-openpgp/", | ||
"usage": "<p>The OpenPGP Card applet is typically used through GnuPG (https://www.gnupg.org/) so we refer to its documentation for the full reference. The default PIN set is <b>`123456'</b> and the default admin PIN is <b>`12345678'</b>. We have tutorials on specific topics in at developers.yubico.com/PGP, for example card editing and key import.", | ||
"keys": true, | ||
"host_app": false, | ||
"pgp": "", | ||
"signed_by": "" | ||
}, { | ||
"name": "OpenFIPS201", | ||
"title": "OpenFIPS201", | ||
"icon": "unknown", | ||
"latest": "1.0.1", | ||
"versions": [ | ||
"1.0.0", "1.0.1" | ||
], | ||
"builds": { | ||
"1.0.0": ["2.2.2"], | ||
"1.0.1": ["2.2.2"] | ||
}, | ||
"author": "Kim O'Sullivan", | ||
"description": "<p>This project has been commissioned and funded by the Australian Department of Defence, to provide an open source implementation of the card application for the NIST Personal Identity Verification (PIV) standard as specified by FIPS PUB 201-2 and SP800-73-4.<br><br>To get started, please head on over to the OpenFIPS201 Wiki (https://github.com/makinako/OpenFIPS201/wiki)</p>", | ||
"url": "https://github.com/makinako/OpenFIPS201/wiki", | ||
"usage": "<p>First, check that your card has met the requirements: <br><br>1) Javacard SDK 2.2.2 or above. <br>2) GlobalPlatform 2.1.1 or above <br>3) A minimum of 12-15KB of EEPROM and 512 bytes of CLEAR_ON_RESET transient memory (RAM) <br><br>For more info ask your vendor. <br><br> Another applet personalisation is avaliable, you can use our 'RAW APDU' feature, here are some examples, for more info check the documentation displayed above.</p><div class=\"code\"># CHANGE KEY = 9B, Mechanism = 03 (TDEA192)<br>00 24 03 9B 1C 30 20 80 18 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 20 21 22 23 24 25 26 27<br><br># CHANGE PIN (80) to value 123456<br>00 24 FF 80 08 31 32 33 34 35 36 FF FF<br><br># CHANGE PUK (81) to value 12345678<br>00 24 FF 81 08 31 32 33 34 35 36 37 38</div>", | ||
"keys": true, | ||
"host_app": false, | ||
"default_selected": false, | ||
"pgp": "", | ||
"signed_by": "" | ||
}] |