Skip to content

tenda-dev/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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 28.9%
  • JavaScript 24.4%
  • C# 18.9%
  • C++ 13.0%
  • Java 10.1%
  • Solidity 4.4%
  • Shell 0.3%