Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/diogoftm/TPDV
- Owner: diogoftm
- License: gpl-3.0
- Archived: true
- Created: 2024-04-05T14:16:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T13:06:47.000Z (7 months ago)
- Last Synced: 2024-05-22T07:51:24.180Z (7 months ago)
- Language: C++
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-SGX-Open-Source - https://github.com/diogoftm/TPDV
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]