9 questions
1
vote
0
answers
31
views
Trouble decrypting CiphertextForRecipient after KMS GenerateDataKey
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 ...
0
votes
1
answer
149
views
Can I launch a SGX enclave without Internet?
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 ...
1
vote
0
answers
53
views
Why is there a difference in the running speed of programs inside and outside of SGX?
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 ...
0
votes
0
answers
236
views
Generating random numbers with the Trusted Executable Environment in Android
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 ...
1
vote
0
answers
739
views
Google Trusty TEE implementation
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 ...
1
vote
1
answer
158
views
how so many codes run in SGX? isn't there any limitation?
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 ...
0
votes
1
answer
1k
views
Is it safe to store keys in TPM using Tpm2Lib?
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 ...
0
votes
1
answer
923
views
Create custom openvpn for android client to generate private key in TEE
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. ...
4
votes
2
answers
3k
views
Client Application and Trusted Application in Trusted Execution Environment (TEE)
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 (...