pkcs11-helper

Library to simplify interaction with PKCS#11 cryptographic tokens

brewmacoslinux
Try with needOr install directly
Source

About

Library to simplify the interaction with PKCS#11

Commands

pkcs11-helper

Examples

List available PKCS#11 modules and tokens$ pkcs11-helper --list-modules
Initialize a PKCS#11 token with a PIN$ pkcs11-helper --module /usr/lib/softhsm/libsofthsm2.so --initialize --pin 1234 --so-pin 5678
Generate a key pair on a PKCS#11 token$ pkcs11-helper --module /usr/lib/softhsm/libsofthsm2.so --generate-keypair --pin 1234 --key-size 2048