westcos-tool 1 OpenSC OpenSC Tools opensc westcos-tool utility for manipulating data structures on westcos smart cards westcos-tool OPTIONS Description The westcos-tool utility is used to manipulate the westcos data structures on 2 Ko smart cards / tokens. Users can create PINs, keys and certificates stored on the card / token. User PIN authentication is performed for those operations that require it. Options num, num Use the given reader. The default is the first reader with a card. , Wait for a card to be inserted. , Generate a private key on the card. The card must not have been finalized and a PIN must be installed (ie. the file for ithe PIN must havei been created, see option ). By default the key length is 1536 bits. User authentication is required for this operation. , Overwrite the key if there is already a key on the card. length, length Change the length of private key. Use with . , Install PIN file in on the card. You must provide a PIN value with . value, value Set value of PIN. value, value set value of PUK (or value of new PIN for change PIN command see ). , Changes a PIN stored on the card. User authentication is required for this operation. , Unblocks a PIN stored on the card. Knowledge of the PIN Unblock Key (PUK) is required for this operation. file, file Write certificate file file in PEM format to the card. User authentication is required for this operation. , Finalize the card. Once finalized the default key is invalidated, so PIN and PUK cannot be changed anymore without user authentication. Warning, un-finalized are insecure because PIN can be changed without user authentication (knowledge of default key is enough). path, path Read the file path from the card. The file is written on disk with name path. User authentication is required for this operation. path, path Put the file with name path from disk to card. On the card the file is written in path. User authentication is required for this operation. , Print help message on screen. Causes westcos-tool to be more verbose. Specify this flag several times to enable debug output in the OpenSC library. Authors westcos-tool was written by Francois Leblanc francois.leblanc@cev-sa.com.