This repository contains software to be used to connect to the IBM Cloud Hyper Protect Crypto Services (HPCS) offering. For more information regarding this service please review the HPCS documentation.
The contents of this repository are offered as-is and is subject to change at anytime.
For general information about "Enterprise PKCS #11 over gRPC" please see the official documentation
The Golang examples can be found here, while JavaScript examples can be found in the js folder. The examples show how to use the HPCS offering to accomplish the following functions:
- Key generation
- Encrypt and decrypt
- Sign and verify
- Wrap and unwrap keys
- Derive keys
- Build message digest
- Retrieve mechanism information
Examples for hyperledger-fabric (e.g. IBM Blockchain Platform) can be found in js/fabric folder