1CRYPTOFLEX-TOOL(1) OpenSC tools CRYPTOFLEX-TOOL(1)
2
3
4
6 cryptoflex-tool - utility for manipulating Schlumberger Cryptoflex data
7 structures
8
10 cryptoflex-tool [OPTIONS]
11
13 cryptoflex-tool is used to manipulate PKCS data structures on
14 Schlumberger Cryptoflex smart cards. Users can create, list and read
15 PINs and keys stored on the smart card. User PIN authentication is
16 performed for those operations that require it.
17
19 --verify-pin, -V
20 Verifies CHV1 before issuing commands
21
22 --list-keys, -l
23 Lists all keys stored in a public key file
24
25 --create-key-files arg, -c arg
26 Creates new RSA key files for arg keys
27
28 --create-pin-files id, -P id
29 Creates new PIN file for CHVid
30
31 --generate-key, -g
32 Generate a new RSA key pair
33
34 --read-key
35 Reads a public key from the card, allowing the user to extract and
36 store or use the public key
37
38 --key-num num, -k num
39 Specifies the key number to operate on. The default is key number 1.
40
41 --app-df num, -a num
42 Specifies the DF to operate in
43
44 --prkey-file id, -p id
45 Specifies the private key file id, id, to use
46
47 --pubkey-file id, -u id
48 Specifies the public key file id, id, to use
49
50 --exponent exp, -e exp
51 Specifies the RSA exponent, exp, to use in key generation. The
52 default value is 3.
53
54 --modulus-length length, -m length
55 Specifies the modulus length to use in key generation. The default
56 value is 1024.
57
58 --reader num, -r num
59 Forces cryptoflex-tool to use reader number num for operations. The
60 default is to use reader number 0, the first reader in the system.
61
62 --verbose, -v
63 Causes cryptoflex-tool to be more verbose. Specify this flag several
64 times to enable debug output in the opensc library.
65
67 opensc(7), pkcs15-tool(1)
68
69
70
71opensc 05/04/2007 CRYPTOFLEX-TOOL(1)