davidjosearaujo / sgx-enclaves-temper-proof-digital-vault

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TPDV - Intel SGX Enclaves Temper-Proof Digital Vault

The objective of this project is to implemnt a "tamper-proof digital vault" (TPDV) leveraging Intel's SGX enclaves. The TPDV is designed to securely store digital assets in a write-once manner, preventing any alteration or deletion of stored information. Although a malicious operator could potentially destroy the entire TPDV, they cannot modify any existing data without detection. Also mechanisms are deployed to enable the secure tranfer of the sealed vault content between different versions of the SGX enclave.

The full discription of the project can be found in /docs/report.md (or in /docs/report.pdf if you wish).

Scope

This project was developed for the Secure Execution Invironments course of the Masters in Cybersecurity at University of Aveiro.

Contributors

About

License:GNU General Public License v3.0


Languages

Language:C++ 74.2%Language:Makefile 17.8%Language:C 7.7%Language:Shell 0.3%