I would like to find (mature) API alternatives to use TPM (Trusted Platform Module) funcionality on Linux (and maybe other *nix). I'm interested in trusted encrypt/decrypt functions for authentication (probably integrating with Kerberos).

I found jTSS (for Java) and TrouSerS, but I would like to know about other alternatives, if any. "Googling" was not so useful.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

AFAIK there are not so many alternatives.

Currently there is an JSR in progress to establish an High Level Java API for trusted computing: http://jsr321.dev.java.net/

You can also use libtpm and the tpm_utils which are based on the lib: http://domino.research.ibm.com/comm/research_projects.nsf/pages/gsal.TCG.html

btw for the archives: jTSS can be found at http://trustedjava.sourceforge.net/

link|improve this answer
feedback

I would highly suggest the bsssd project for *BSD. http://bsssd.sourceforge.net/

It's a device driver for a TPM device but it also contain the dotted line with the required software stack. http://bsssd.sourceforge.net/components.html#components

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.