mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 01:18:06 +00:00
Update README.md
This commit is contained in:
parent
e3d809ae7f
commit
587ead4ad9
1 changed files with 7 additions and 1 deletions
|
|
@ -64,7 +64,13 @@ SmartCard-HSM
|
|||
```
|
||||
The name of the reader may vary if you modified the VID/PID.
|
||||
|
||||
## Driver
|
||||
For initialization and asymmetric operations, check [doc/usage.md](/doc/usage.md).
|
||||
|
||||
For backup, restore and DKEK share management, check [doc/backup-and-restore.md](/doc/backup-and-restore.md).
|
||||
|
||||
For AES key generation, encryption and decryption, check [doc/aes.md](/doc/aes.md).
|
||||
|
||||
## Driver
|
||||
|
||||
Pico HSM uses the `sc-hsm` driver provided by [OpenSC](https://github.com/OpenSC/OpenSC/ "OpenSC") or the `sc-hsm-embedded` driver provided by [CardContact](https://github.com/CardContact/sc-hsm-embedded "CardContact"). This driver utilizes the standardized PKCS#11 interface to communicate with the user and it can be used with many engines that accept PKCS#11 interface, such as OpenSSL, P11 library or pkcs11-tool.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue