Skip to content

liergou9981/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

About

Sample code for using Unbound products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 28.4%
  • C 24.1%
  • C# 15.6%
  • Java 15.2%
  • C++ 10.7%
  • Solidity 3.6%
  • Other 2.4%