TPM/TSS Linux API 替代方案
我想找到(成熟的)API 替代品来在 Linux(也许还有其他 *nix)上使用 TPM(可信平台模块)功能。我对用于身份验证的可信加密/解密功能感兴趣(可能与 Kerberos 集成)。
我找到了jTSS(针对Java)和TrouSerS ,但我想知道其他替代方案(如果有)。 “谷歌搜索”没那么有用。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK 没有那么多选择。
目前,有一个 JSR 正在进行中,旨在为可信计算建立高级 Java API:http://jsr321.dev。 java.net/
您还可以使用基于 IBM 的 TPM 库 的 libtpm 和 tpm_utils。
顺便说一句,存档:jTSS 可以在 http://trustedjava.sourceforge.net/ 找到
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 IBM's TPM lib.
btw for the archives: jTSS can be found at http://trustedjava.sourceforge.net/