Skip to content

unboundsecurity/unbound-sample-code

Repository files navigation

Unbound Sample Code

This repo provides code samples showing how to programmatically use Unbound products for common crypto use cases.

The samples in this repo include:

  1. Blockchain - samples related to cryptocurrencies and blockchain technologies

    • Bitcoin
    • Ethereum
  2. Certificates - Examples of the certificate creation process

  3. Code Signing - sign files

    • Windows Office - sign various types of Microsoft Windows files
  4. 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
  5. Key Management - the cryptographic key lifecycle, including generation, import/export and rotation

  6. Passwords - demonstrate safe password storage and verification

  7. Tokenization - tokenizing data with format preserving encryption

UKC Resources

The following links provide more information about UKC.

CASP Resources