Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PoC using swtpm #63

Open
theMiddleBlue opened this issue Jul 23, 2024 · 0 comments
Open

PoC using swtpm #63

theMiddleBlue opened this issue Jul 23, 2024 · 0 comments

Comments

@theMiddleBlue
Copy link

Hi,

AFAIK DBSC on chrome could also work with a software TPM, is it correct? Is there any chance of getting a guide on how to create a PoC for DBSC functionality using swtpm on Linux? Specifically, I'm looking for steps to configure swtpm and integrate it with Chrome for testing DBSC. Any resources or guidance would be greatly appreciated.

Following what I'm trying to do but doesn't seems to work. I'm just checking the presence of navigator.securesession API:

$ mkdir /tmp/mytpm1
$ swtpm socket --tpmstate dir=/tmp/mytpm1 --ctrl type=unixio,path=/tmp/mytpm1/swtpm-sock --log level=20 --tpm2

other process:

sudo socat UNIX-LISTEN:/dev/tpm0,fork UNIX-CONNECT:/tmp/mytpm1/swtpm-sock

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant