...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
An encoding description contains the information for the electronic personalization of a card. To create an encoding description, you must import the encoding definition from a file. This can be used in Smart ID Identity Manager.
This article describes how to block the PIN of a card right after personalization for security reasons, that is, the card can not be used further. Later - as soon as the user picks up the card from card administration office - the user has to unblock the card to be able use it.
See also Structure of an encoding description.
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
This use case describes how to block the PIN of a card right after personalization, for security reasons, that is, the card can not be used further. The user has to unblock the card in order to be able use it.
|
Expand | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
Online Unblocking with PUKFor unblocking via standard P11 you can use the InitialPUK to set a new PIN (and optionally a new PUK, unless that is prevented by the card profile).
Online Unblocking with CardManagerKey The following applies to Gemalto middlewares and card, as well as to specially pre-initialized CardOS cards used with the CardOS 5.3 middleware (5.4W14 or later recommended). It does not apply to offline-unblockable cards created with the Cryptovision middleware, which uses a different approach (see below). Instead of InitialPUK / PUK,, the CardManagerKey attribute plus its NewCardManagerKey counterpart are used in the encoding descriptions. The following example uses the current key to set the PIN as well as setting a new key:
|
Expand | |||||||
---|---|---|---|---|---|---|---|
| |||||||
Identity Manager supports using the Cryptovision middleware to produce cards which can be unblocked offline, for example, through Windows. To enable this functionality in the middleware, the following registry settings have to be imported into regedit:
The offline PIN unblocking (see Unblock PKI PIN for smart card - offline - Digital ID) is based on a shared secret (card manager key), that need to be available on the card and to the offline system, that allows an offline facility (Helpdesk Officer using Identity Manager) to support the card owner. As the secret Identity Manager generates a 2DES key from which various other keys are then derived according to the Cryptovision specs. Generate the card manager keyThere's a predefined task for convenient creation of a correct key, see heading "Credentials: Create Minidriver Card Manager Key" in Credentials - Standard service tasks in Identity Manager. Initialize the cardDefine like this in the encoding description:
Verifying card productionOnce a card is produced you can use the cv act sc/interface Manager tool of the Cryptovision middleware to verify if it was produced with offline unblocking support:
|
...
Related information
...