globalsign / tpmkeys

An implementation of crypto.Signer and crypto.Decrypter for private keys resident on a TPM 2.0 device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tpmkeys

GoDoc Build Status Go Report Card

Package tpmkeys provides an implementation of crypto.Signer and crypto.Decrypter for private keys resident on a TPM 2.0 (Trusted Platform Module) device.

It is designed for use with the google/go-tpm/tpm2 package and enables TPM-resident keys to be used transparently with Go standard library packages such as crypto and tls.

Install

go get github.com/globalsign/tpmkeys

License

Copyright (c) 2020-present GMO GlobalSign, Inc.

Licensed under MIT License

About

An implementation of crypto.Signer and crypto.Decrypter for private keys resident on a TPM 2.0 device

License:MIT License


Languages

Language:Go 100.0%