Skip to main content
1 vote
0 answers
31 views

I'm building a route for my go (gin) server that generates a Data Encryption Key (DEK), following the principle of zero-trust (the backend never sees the plaintext). Right now, the client generates a ...
Alexxino's user avatar
  • 928
0 votes
1 answer
149 views

I'm currently trying to use intel's privacy computing technology in the medical field. I want to build some enclaves in our data center. But the data center is not connected to the internet, that ...
njuyuanrui's user avatar
1 vote
0 answers
53 views

Lately, I've been delving into SGX development. At present, I am attempting to examine the efficacy of an identical program running both inside and outside of SGX, and I am facing a few challenges. I ...
HONG MAO's user avatar
0 votes
0 answers
236 views

When developing high security apps using a hardware based encryption on Android its nice to have the Keystore API for encryption functionalities. However when needing to use random values it seams ...
sgaleta's user avatar
  • 73
1 vote
0 answers
739 views

I am working on a mobile vault app in Android, I'm new to this field (TEE), and I have searched a lot about how to implement Trusty TEE but did not find any tutorial. How can I implement Google ...
Manohar Kontham's user avatar
1 vote
1 answer
158 views

sgx is widely used in edge/cloud computing. in fact they use SGX to run the user's code. but it's strange for me. what is the capacity of SGX? i mean how many codes we can run in SGX? doesn't it have ...
capstonene's user avatar
0 votes
1 answer
1k views

I was looking for a method to securely store values into a trusted execution environment and I found this library from Microsoft called Tpm2Lib. I'm using the code below that is a actually working but ...
Andrea Cattaneo's user avatar
0 votes
1 answer
923 views

I want to create a custom OpenVpn For Android client that satisfies my requirements. In typical mode , clients have a configuration file (.ovpn file) that they use to connect to OpenVpn server. ...
ofskyMohsen's user avatar
  • 1,261
4 votes
2 answers
3k views

I am new to the TEE (Trusted Execution Environment). Can someone help me with few basic doubts? AFAIK, every Android mobile device have a separate TEE OS installed along with some predefined TA (...
DAC84's user avatar
  • 509