Alternatives to the TPM / TSS Linux API API

I would like to find (mature) API alternatives for using TPM ( Trusted Platform Module ) functionality on Linux (and possibly another * nix). I'm interested in strong encryption / decryption features for authentication (possibly Kerberos integration).

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

+3
source share
1 answer

AFAIK there are not many alternatives.

JSR Java API : http://jsr321.dev.java.net/

libtpm tpm_utils, IBM TPM lib.

btw : jTSS http://trustedjava.sourceforge.net/

+3

Source: https://habr.com/ru/post/1722591/


All Articles