You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Aventra-MyEID-PKI-card.md
+37-21
Original file line number
Diff line number
Diff line change
@@ -1,56 +1,71 @@
1
1
# Aventra MyEID PKI card
2
2
3
3
Aventra MyEID PKI Card is a cryptographic smart card conforming to common Public Key Infrastructure standards like ISO7816 and PKCS#15.
4
-
It can be used for various tasks requiring strong cryptography, e. g. logging securely to Windows, encrypting e-mail, authentication, and electronic signatures. The card is also available as a Dual Interface version, compatible with T=CL protocol and also emulating Mifare™.
5
-
The card is a JavaCard with Aventra MyEID applet that implements the functionality.
4
+
It can be used for various tasks requiring strong cryptography, e. g. logging securely to Windows, encrypting e-mail, authentication, and electronic signatures. The card is also available as a Dual Interface version, compatible with T=CL protocol and also emulating Mifare™. The card is a JavaCard with Aventra MyEID applet that implements the functionality.
6
5
7
-
The card material is PVC as standard, making it suitable for visual personalization using thermal transfer or dye sublimation printers.
8
-
Customer specific layouts can be delivered in offset and silk screen printing.
9
-
Optional features include magnetic stripe, signature panel, holograms, security printing etc.
6
+
The card material is PVC as standard, making it suitable for visual personalization using thermal transfer or dye sublimation printers. Customer specific layouts can be delivered in offset and silk screen printing. Optional features include magnetic stripe, signature panel, holograms, security printing etc.
10
7
11
8
The cards can be personalized both visually and electrically by Aventra according to customer specifications, or the customers can personalize the cards themselves using ActivePerso Manager developed by Aventra, or software from other parties.
12
9
13
-
MyEID is certified by Microsoft and supports Smart Card Plug and Play.
10
+
Aventra participates in development and testing of OpenSC, keeping MyEID support up to date with new MyEID versions.
14
11
15
-
> MyEID version 4 has been released, adding support for Elliptic Curve Cryptography and many other new features.
12
+
> In addition to OpenSC, Aventra provides a propitery MyEID minidriver that is certified by Microsoft and supports Smart Card Plug and Play.
16
13
17
14
## Aventra MyEID PKI applet
18
15
19
16
The MyEID applet implements all the basic functionality of a Public Key Infrastructure (PKI) token specified in the most common international PKI standards, such as PKCS#15. Users optionally have a choice between different authentication methods to the token. Besides the standard PIN number, there are currently two other authentication mechanisms available. The GrIDsure® one time PIN is based on a pop-up challenge grid that is used to form a onetime PIN that cannot be used by outsiders watching the authentication. MyEID tokens are also compatible with PalmSecure™ biometric technology, which is based on the unique blood vein patterns in the palm of the user’s hand replacing the PIN.
20
17
18
+
MyEID 4 added support for Elliptic Curve Cryptography and many other new features. It can emulate a PIV/CIV card by mapping the ISO 7816-15 (PKCS#15) structure to the PIV/CIV command interface.
19
+
20
+
> Aventra’s MyEID PKI Smart Card has evolved into version 4.5, adding support for 4096 bit RSA keys, faster operation and more storage space. MyEID 4.5 is based on NXP’s SmartMX2 SECID P60 microcontroller, with JCOP3 Java Card Operating System. This microcontroller replaces NXP’s older JCOP2 based modules.
21
+
22
+
### New in MyEID 4.5
23
+
24
+
EEPROM storage space is increased to 144 kilobytes. RSA keys are supported up to 4096 bit key length. MyEID 4.5 is faster than earlier versions in performing Elliptic curve cryptography and RSA operations with keys up to 2048 bit. 4096 bit operations are fast as well, with on card key generation taking around one minute and digital signature calculation around 3000-4000 milliseconds. MyEID 4.5 contains some new features for securely transferring symmetric keys between the card and outside world (key wrapping/unwrapping).
25
+
21
26
### Technical details
22
27
23
28
#### Platform
24
29
25
30
* JavaCard™ from 2.2.1 and above, Global Platform 2.1.1
31
+
* Since MyEID 4.5: JavaCard™ 3.0.4 with Global Platform 2.2.1
26
32
27
33
#### Supported standards and specifications
28
34
29
-
* ISO/IEC 7816-4 to 7816-9
35
+
* ISO/IEC 7816-4 to 7816-9, 7816-15
30
36
* ISO/IEC 14443 T=CL and Mifare™
31
-
*PKCS#15
37
+
*PKCS#7 and PKCS#15
32
38
* FINEID S4-1 and S4-2
39
+
* PIV
33
40
34
-
#### Other features
41
+
#### Common features
35
42
36
-
* 512 bit to 4096 bit RSA cryptographic operations with on card key generation,
* 144K EEPROM memory Dual Interface version supports ISO/IEC 14443 T=CL and Mifare™ Flex
53
+
42
54
#### Compatible software
43
55
44
56
* OpenSC
45
57
* Aventra MyEID Minidriver for Windows
46
58
* Fujitsu mPollux DigiSign™ middleware
47
-
* Large number of third party software products that support Microsoft Cryptography API: Next Generation (CNG) or PKCS#11 Token Interface
59
+
* Versasec vSEC:CMS
60
+
* Citrix™
61
+
* Cisco VPN Client
62
+
* Large number of software products that support Microsoft™ CryptoAPI, Microsoft Cryptography API: Next Generation (CNG) or PKCS#11 Token Interface
48
63
49
64
## OpenSC support
50
65
51
66
OpenSC 0.11.4 was the first version that had support for the MyEID card. At that time the patch required was provided by Aventra when requested. Since the version 0.11.10 support for the MyEID card is included to the official release. OpenSC initialization is supported from version 0.12.
52
67
53
-
MyEID supports 512 bit to 4096 bit RSA keys and EC keys in OpenSC. In OpenSC only normal PIN codes can be used. GrIDsure® and PalmSecure technologies are not supported. These require Aventra ActiveSecurity MyClient software.
68
+
MyEID supports 512 bit to 4096 bit RSA keys and EC keys in OpenSC.
54
69
55
70
### Initialization
56
71
@@ -127,10 +142,11 @@ The setting in the `opensc.conf` (usually in `/etc` or `/etc/opensc`) config fil
127
142
128
143
Card details can found in [Reference manual](https://aventra.fi/wp-content/uploads/2024/03/MyEID-PKI-JavaCard-Applet-Reference-Manual.pdf).
129
144
130
-
Cards can be bought from Aventra as blank cards or according to customer specifications regarding appearance etc. Small quantities of cards and readers can be easily bought from the web shop. For larger quantities contact Aventra sales for a quote.
145
+
Cards can be bought from Aventra as blank cards or according to customer specifications regarding appearance etc. Small quantities of cards and readers can be easily bought from the [web shop](https://shop.aventra.fi/). For larger quantities contact Aventra sales for a quote.
@@ -142,4 +158,4 @@ Aventra offers a complete portfolio of card products ranging from simple plastic
142
158
143
159
* Card requires a PUK code when creating a PIN code (fails to create a PIN without a PUK).
144
160
* A minidriver is available for download [here](https://aventra.fi/downloads/).
145
-
* You can **not** upload custom Java-Applets like the openpgpcard-applet to the Aventra MyEID-card because the card is locked and Aventra refuses to hand out the required PIN.
161
+
* You can **not** upload custom Java-Applets like the openpgpcard-applet to the Aventra MyEID-card because the card is locked and Aventra refuses to hand out the required PIN. Please contact Aventra if you have any special needs or requests.
0 commit comments