Tagged Questions

A Trusted Platform Module (TPM) is a secure coprocessor found in some PC-type computers that provides cryptographic operations and system integrity measurements.

learn more… | top users | synonyms

8
votes
6answers
334 views

Protecting a system deployed in a “hostile” environment

At my company we are developing a large system, comprised of several servers. The system is comprised from about 5 logical components. Data is stored in XMLs, MS SQL, and SQLite. It's a .Net ...
3
votes
3answers
70 views

Is it possible to program Intel's Trusted Platform Module

I am wondering if it's possible to program TPM ( http://en.wikipedia.org/wiki/Trusted_Platform_Module ) present in most of Intel chips, in such a way to: - decide what to store in the persistent ...
3
votes
2answers
68 views

Information needed to utilize TPM in Java

I'm reading up on my upcoming project that involves using my laptop's TPM on authentication software written in Java. A few entries came out on Google, but most of them are quite old, and I have no ...
2
votes
1answer
303 views

Help me with the simplest program for “Trusted” application

I hope anyone from the large community here can help me write the simplest "Trusted" program that I can expand from. I'm using Ubuntu Linux 9.04, with TPM emulator 0.60 from Mario Strasser ...
1
vote
1answer
205 views

TPM alternative to securely store encription key inside a system

I need to deploy a server containing very sensitive data. More precisely, this (linux) server will be deployed on a van full of antennas spinning arround the world, and i need to prevent data leaks ...
1
vote
2answers
540 views

TPM/TSS Linux API alternatives

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 ...
0
votes
1answer
249 views

Controlling TPM with C#

I am trying to initialize the TPM set an owner create AIKs Any help/link would be appreciated.
0
votes
1answer
239 views

Does this TPM emulator follow TPM spec for extending PCR register?

The following code is from TPM emulator from Mario Strasser. The spec says, PCR := SHA1(PCR || data) reads "concatenate the old value of PCR with the data, hash the concatenated string and store ...
0
votes
1answer
291 views

APIs for accessing Intel TXT (trusted execution mode) or AMD SVM?

Do any current operating systems (windows, linux, BSD) provide drivers that enable user-mode programs to execute partly in the trusted execution mode (isolated from everything else running on the ...