Metadata-Version: 2.1
Name: tpm2-pkcs11-tools
Version: 1.33.7
Summary: Command line tools for the TPM2.0 PKCS11 module
Home-page: https://github.com/tpm2-software/tpm2-pkcs11
License: BSD2
Description: # tpm2-pkcs11
        
        [![Build Status](https://travis-ci.org/tpm2-software/tpm2-pkcs11.svg?branch=master)](https://travis-ci.org/tpm2-software/tpm2-pkcs11)
        [![Coverage Status](https://codecov.io/gh/tpm2-software/tpm2-pkcs11/branch/master/graph/badge.svg)](https://codecov.io/gh/tpm2-software/tpm2-pkcs11)
        [![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/tpm2-software/tpm2-pkcs11.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/tpm2-software/tpm2-pkcs11/context:cpp)
        [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/tpm2-software/tpm2-pkcs11.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/tpm2-software/tpm2-pkcs11/context:python)
        
        PKCS #11 is a Public-Key Cryptography Standard that defines a standard method to
        access cryptographic services from tokens/ devices such as hardware security
        modules (HSM), smart cards, etc. In this project we intend to use a TPM2 device
        as the cryptographic token.
        
        # Navigation
        
        * [Building](BUILDING.md) - How to get it to build
        * [Initializing](INITIALIZING.md) - How to configure it
        
        # Example Usages
        * [SSH](SSH.md) - How to configure and use it with SSH.
        * [P11](P11.md) - How to configure and use it with various P11 components.
        * [PKCS11-TOOL](PKCS11_TOOL.md) - How to configure and use it with OpenSC's pkcs11-tool.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
