PKCS #15 Smartcard Sign
This module allows you to sign anything with a private key stored on PKCS #15 smartcard.
For example, you can upload your key to YubiKey and generate signatures.
How it works
It's using pkcs15-crypto
to process signatures. If it's not installed, you will get an error.
Example
const signer = ; // Basic usage:// - SHA-256// - Read key with ID 02// - Promot for PINsigner; // Advanced optionssigner;