Man page - pkcs15-crypt(1)
Packages contas this manual
- sc-hsm-tool(1)
- npa-tool(1)
- netkey-tool(1)
- westcos-tool(1)
- cryptoflex-tool(1)
- egk-tool(1)
- openpgp-tool(1)
- pkcs11-tool(1)
- dtrust-tool(1)
- opensc-asn1(1)
- pkcs15-crypt(1)
- opensc.conf(5)
- pkcs15-init(1)
- pkcs15-profile(5)
- pkcs11-register(1)
- eidenv(1)
- dnie-tool(1)
- cardos-tool(1)
- pkcs15-tool(1)
- opensc-notify(1)
- goid-tool(1)
- opensc-explorer(1)
- iasecc-tool(1)
- gids-tool(1)
- piv-tool(1)
- opensc-tool(1)
apt-get install opensc
Manual
| PKCS15-CRYPT(1) | OpenSC Tools | PKCS15-CRYPT(1) |
NAME
pkcs15-crypt - perform crypto operations using PKCS#15 smart cards
SYNOPSIS
pkcs15-crypt [OPTIONS]
DESCRIPTION
The pkcs15-crypt utility can be used from the command line to perform cryptographic operations such as computing digital signatures or decrypting data, using keys stored on a PKCS#15 compliant smart card.
OPTIONS
--version,
--aid aid
--decipher, -c
--input file, -i file
--key id, -k id
--output file, -o file
--pin pin, -p pin
Note that on most operating systems, the command line of a process can be displayed by any user using the ps(1) command. It is therefore a security risk to specify secret information such as PINs on the command line. If you specify '-' as PIN, it will be read from STDIN.
--pkcs1
--raw, -R
--reader arg, -r arg
--md5 --sha-1 --sha-224 --sha-256 --sha-384 --sha-512
--sign, -s
The digital signature is stored, in binary representation, in the file specified by the --output option. If this option is not given, the signature is printed on standard output, displaying non-printable characters using their hex notation xNN (see also --raw).
--signature-format, --f
--wait, -w
--verbose, -v
SEE ALSO
pkcs15-init(1), pkcs15-tool(1)
AUTHORS
pkcs15-crypt was written by Juha Yrjölä <juha.yrjola@iki.fi>.
| 06/06/2025 | opensc |