This repo provides code samples showing how to programmatically use Unbound products for common crypto use cases.
The samples in this repo include:
-
Blockchain - samples related to cryptocurrencies and blockchain technologies
- Bitcoin
- Ethereum
-
Certificates - Examples of the certificate creation process
-
Code Signing - sign files
- Windows Office - sign various types of Microsoft Windows files
-
Cryptographic operations - the basic building blocks to implement cryptosystems
- Derivation - Derive secondary key from PKCS11
- Encryption - encryption and decryption of data
- Signing - data signing and signature verification
- Wrapping - save key material while securing it by another key
-
Key Management - the cryptographic key lifecycle, including generation, import/export and rotation
-
Passwords - demonstrate safe password storage and verification
-
Tokenization - tokenizing data with format preserving encryption
The following links provide more information about UKC.