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
213 views

I am using Microsoft SQL Azure (RTM) - 12.0.2000.8, where I configured the secure enclave with VBS where I am using keyvalut for creating column master key. All the operators are working fine except ...
Ashish Singhal's user avatar
0 votes
1 answer
98 views

Is it in any way possible to restrict AWS KMS signing operation with a EC private key to a particular AWS Nitro Enclave? That is, make is such that only the enclave with a given PCR hash is capable/...
Nikita Kalinichenko's user avatar
1 vote
1 answer
467 views

I am following this article to use Nitro Enclaves on EKS. My pods giving me a warning and are stuck in a pending state. 0/2 nodes are available: 2 Insufficient aws.ec2.nitro/nitro_enclaves, 2 ...
Daedalian's user avatar
0 votes
0 answers
241 views

For the past few days, following the official guide (https://gramine.readthedocs.io/en/latest/devel/building.html) I've been trying to install Gramine in my laptop (HP EliteBook 840 G3, Intel Core i7-...
alepvn33's user avatar
1 vote
1 answer
340 views

I am trying for Decrypt API of AWS KMS from an enclave. And In the Nitro Enclave Documentation, it was expressed that, instead of returning the plaintext ( decrypted result ) KMS response with "...
thant zin tun's user avatar
0 votes
1 answer
130 views

Does Apple secure enclave support rfc6979 with P256 curve? This RFC defines a deterministic ecdsa with a deterministic k value. THATS LINK OF THE RFC https://www.rfc-editor.org/rfc/rfc6979 I looked ...
mathcrypto's user avatar
0 votes
0 answers
304 views

I am looking into ways to build a data warehouse that would house confidential data for 1+ clients. The requirement is that our organization can never obtain access to the decrypted data. There would ...
jackie's user avatar
  • 644
0 votes
0 answers
81 views

I want to use Luacpp in an SGX application. For example, in the SampleEnclave application, I want to send some Lua codes to be executed securely in SGX. I have updated the Enclave's MakeFile to make ...
taserghar's user avatar
  • 370
2 votes
2 answers
2k views

I'd like to host an app that uses a database connection in an AWS Nitro enclave. I understand that the Nitro enclave doesn't have access to a network or persistent storage, and the only way that it ...
Benji Kok's user avatar
  • 332
0 votes
2 answers
242 views

I am quite new in using Intel SGX, I have a application which uses MySql Server. How can I integrate Intel SGX with Mysql server and how the architecture could be?
sama's user avatar
  • 341
0 votes
2 answers
598 views

I want my C++ application to launch an arbitrary app (let's say a python script through a python interpreter) inside a secure enclave (Intel SGX). Is that even possible? The steps are the following. ...
stanislav-iablokov's user avatar
0 votes
1 answer
172 views

Suppose I receive data from Bob and he says the data are generated or calculated by TEE (e.g., Intel SGX). Is there any method, TEE, or auxiliary information like zero-knowledge in cryptography that ...
Xing Chang's user avatar
0 votes
0 answers
89 views

I'm running an app with sgx. It's memory usage is less than 128M, I'm sure about that. 0x752EEB22 (KernelBase.dll)处(位于 test-sgx-align.exe 中)引发的异常: 0xA1A01EC1 (参数:0x13B1CDA8)。 0x79021168 (sgx_urts.dll)...
zean_yyf's user avatar
0 votes
2 answers
655 views

I am working on a project where the data that comes from the customer through a REST API should be encrypted before sending it to the database. To do that, we need to use AWS Nitro Enclave to do the ...
zakzak's user avatar
  • 3

15 30 50 per page