Giter Club home page Giter Club logo

ukc-pkcs's Introduction

Unbound Key Control PKCS#11 Extensions and Sample Code

Unbound provides PKCS#11 extensions and sample code as described in the following sections.

Extensions

The Unbound PKCS#11 library supports the standard PKCS#11 specifications. It supports PCKS#11 version 2.20, but also includes some of the features of the more advanced versions, 2.30 and 2.40.

The latest version of the PCKS#11 specification can be found here: http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html

In addition to the standard, UKC includes some proprietary features, which either reflect advanced crypto mechanisms not yet supported by the standard, or features that are proprietary to UKC.

The associated PKCS#11 extended key types, attributes, and mechanisms are provided in dy_pkcs11.h and includes the following:

  1. Proprietary key attributes, such as the key UID or the previous key UID (in case of using the re-key operation).

  2. Advanced symmetric cryptography:

  3. Proprietary password protection mechanism.

    This option allows you to hash and encrypt a password and do password verification without ever having the password value or the password hash in clear memory. Password validation is done using MPC on the encrypted value, without ever decrypting it.

  4. Software Defined Encryption (SDE) Features.

    This UKC component enables different preserving types of encryption, including:

  5. PQC Encryption.

    UKC includes an MPC implementation of a Post Quantum Cryptography encryption algorithm called LIMA. This is a lattice based encryption scheme which is part of the NIST PQC Contest.

    For more information, see:

  6. NIST Key Derivation Function

    Contains the a NIST Key Derivation Function, for Counter Mode, with a sub-mode for CMAC.

    For more information, see:

Sample Code

Sample code is describe in the Sample Code Readme.

ukc-pkcs's People

Contributors

philamericus avatar saar85 avatar valery-osheter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.