Skip to content

Commit d83dd46

Browse files
committed
Merge branch 'master' of https://github.com/vletoux/GidsApplet
2 parents f7c5d62 + 0ec54a0 commit d83dd46

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
11
# GidsApplet
2+
23
Generic Identity Device Specification (GIDS) smart card is the only PKI smart card whose driver is integrated on each Windows since Windows 7 SP1 and which can be used read and write. No Windows driver installation is required and this card can be used instantly.
34

4-
[My Smart Logon] (https://www.mysmartlogon.com/generic-identity-device-specification-gids-smart-card/) is providing free of charge a javacard applet to transform a java card into a GIDS smart card and its integration in OpenSC for other operating systems (Linux, MacOSX, …).
5-
#General requirements
5+
[My Smart Logon](https://www.mysmartlogon.com/generic-identity-device-specification-gids-smart-card/) is providing free of charge a javacard applet to transform a java card into a GIDS smart card and its integration in OpenSC for other operating systems (Linux, MacOSX, …).
6+
7+
## General requirements
68

79
* Java Card version 2.2.1 or above (see the list of [tested cards](https://www.mysmartlogon.com/generic-identity-device-specification-gids-smart-card/tested-cards/))
810
* Implementation of the "requestObjectDeletion()"-mechanism of the Java Card API is recommended to be able to properly delete files.
911
* Windows 7 SP1 / 2008 R2 or later for the minidriver ; OpenSC for pkcs11
1012

11-
# Download
13+
## Download
1214

1315
Download [GidsApplet.cap](https://github.com/vletoux/GidsApplet/releases)
1416

15-
# Building
17+
## Building
1618

1719
You can use the card SDK to build the applet or [ant-javacard](https://github.com/martinpaljak/ant-javacard).
1820

1921
The continuous integration platform script ([.travis.yml](.travis.yml)) can be executed to build the applet.
2022

21-
# Installation
23+
## Installation
2224

23-
Install the CAP-file (GidsApplet.cap) to your Java Card smartcard (e.g. with [GlobalPlatformPro] (https://github.com/martinpaljak/GlobalPlatformPro)).
25+
Install the CAP-file (GidsApplet.cap) to your Java Card smartcard (e.g. with [GlobalPlatformPro](https://github.com/martinpaljak/GlobalPlatformPro)).
2426
The release section includes compiled version of the applet.
2527

2628
Most of the time, the applet can be installed with the command:
2729
gp -install GidsApplet.cap
2830

29-
Some cards require additional switch like for G&D -emv or Gemalto -visa2 -key. See this [page] (https://github.com/martinpaljak/GlobalPlatformPro/tree/master/docs/TestedCards) for more details.
31+
Some cards require additional switch like for G&D -emv or Gemalto -visa2 -key. See this [page](https://github.com/martinpaljak/GlobalPlatformPro/tree/master/docs/TestedCards) for more details.
3032
MANY UNSUCCESSFUL GP COMMANDS (approx 10) CAN BRICK YOUR CARD. Contact your manufacturer for more information.
3133

32-
# Reference
33-
* [GIDS specification] (http://msdn.microsoft.com/en-us/library/windows/hardware/dn642100%28v=vs.85%29.aspx)
34-
* [minidriver specification] (http://msdn.microsoft.com/en-us/library/windows/hardware/dn631754%28v=vs.85%29.aspx) (for card initialization)
34+
## Reference
35+
* [GIDS specification](http://msdn.microsoft.com/en-us/library/windows/hardware/dn642100%28v=vs.85%29.aspx)
36+
* [minidriver specification](http://msdn.microsoft.com/en-us/library/windows/hardware/dn631754%28v=vs.85%29.aspx) (for card initialization)

0 commit comments

Comments
 (0)