Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1.09 KB

File metadata and controls

31 lines (21 loc) · 1.09 KB

FileGuard

Abstract

Final project of Information And Organisational Security of Universidade de Aveiro
A criptographically secure repository for documents for organizations that can be securely shared among several people.

Key Points

  • Implemented a TLS-like secure channel in the application layer (http), using ECC, so all the communications are encrypted, even if not using https.
  • File encryption assured with AES symmetric encryption
  • File integrity assured with digests (sha256).
  • Implemented a Role-Based Access Control (RBAC) for accessing the documents.

Notes

Tools

Grade

20.0 / 20.0