Giter VIP home page Giter VIP logo

pemtpm's Introduction

pemtpm

pemtpm is an utility based on ibmtpm20tss-tss that extracts from the private key in PEM format the arguments:

  • objectPublic (TPM2B_PUBLIC)
  • duplicate (TPM2B_PRIVATE)

Why would I need this utility?

These arguments are needed by the TPM2_Import command. If you want to import keys generated by OpenSSL on your TPM, you would need to run the importpem utility from the ibmtpm20tss toolset. In some environments, importpem would not be able to execute because of its size (due to the openssl dependency). Therefore, this utility retrives the correct arguments to TPM2_Import from the private key removing the hassle to include ibmtpm20tss in constrained environments.

How to use it?

Generate a RSA private key with OpenSSL in PEM format:

openssl genrsa -out private.pem 2048

Use pemtpm to get the objectPublic and duplicate arguments:

./pemtpm -ipem private.pem -opu opu.bin -opr opr.bin

pemtpm's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

gwei3

pemtpm's Issues

How do I use pemtpm in intel tpm2.0-tss?

hello manoj23.

I using intel tpm2.0-tss.
I can't use this command "./pemtpm -ipem private.pem -opu opu.bin -opr opr.bin"
So, I changed your code to intel tpm2.0-tss. I got opu.bin, opr.bin.

TPM2 does not work when I run it in the following way.
./tpm2_createprimary -A e -g 0x000B -G 0x0001 -C po1.ctx
./tpm2_load -c po1.ctx -uopu.bin -r opr.bin -n key1.name -C obj1.ctx
-> Load Object Failed ! ErrorCode: 0x1d5
-> ./tpm2_rc_decode 0x1d5
error layer
hex: 0x0
identifier: TSS2_TPM_ERROR_LEVEL
description: Error produced by the TPM
format 1 error code
hex: 0x15
identifier: TPM_RC_SIZE
description: structure is the wrong size
parameter
hex: 0x100
identifier: TPM_RC_1
description: (null)

Help Me..

Thank you.

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.