Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diogoftm/TPDV

Intel SGX based - Tamper-Proof Digital Vault
https://github.com/diogoftm/TPDV

Last synced: 3 months ago
JSON representation

Intel SGX based - Tamper-Proof Digital Vault

Awesome Lists containing this project

README

        

# 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
- Diogo Matos - [email protected]
- Tiago Silvestre - [email protected]
- David Araújo - [email protected]