I'm Andre Fabre
Student Number: 35704069
Digital Legacy Vault Phase 1 MVP is a cloud-hosted secure document and instruction portal that helps individuals organise critical personal records for future executor access.
Login to Digital Legacy Vault
Project Proposal
The Digital Legacy Vault project is a cloud-hosted, non-custodial, compliance-first, encrypted digital estate platform that stores encrypted instructions and releases them to a nominated executor only after strict verification. It is positioned as an encrypted instruction vault rather than an asset custody platform, with compliance and trust as the core value proposition.
The project addresses a practical and growing challenge; critical personal and estate information is often fragmented across email, cloud apps, devices, and paper records, creating risk and delays for executors. The Phase 1 Minimum Viable Product (MVP) is a proof-of-concept designed to demonstrate a secure and reproducible foundation for digital legacy management, focusing on role-based workflows, secure data handling, and auditable release simulation.
The system is deployed on an Azure Ubuntu virtual machine using Nginx, DNS mapping, and HTTPS to provide a live and secure public endpoint. Security controls include host hardening, restricted network exposure, and fail2ban protection. The application model separates Owner, Executor, and Admin responsibilities so each role operates within defined boundaries. Phase 1 functionality demonstrates onboarding gates, vault encryption workflow, controlled document submission, and administrator-approved read-only release simulation for the executor path.
A scripting component will automate daily backup, log rotation, and integrity checks. The script will generate timestamped reports showing backup success, checksum validation, and recent security events, providing clear evidence of useful automation. This supports demonstrating practical scripting beyond basic lab replication.
Evidence capture is embedded throughout the workflow, including infrastructure state, DNS propagation, certificate validation, endpoint health checks, script execution outputs, and version-controlled GitHub activity across time.
Digital Legacy Vault Phase 1 MVP is a strong fit because it is unique, realistic, and aligned with long-term progression beyond one assessment. It demonstrates end-to-end cloud deployment, secure service exposure, foundational access control, useful automation, and documentation readiness for independent rebuild by another student.
Rationale for Copyright Licence
This project uses the MIT License to balance open learning with clear attribution. Custom code is released under MIT, enabling reuse in future coursework and commercial contexts while requiring attribution. Third-party components retain their original licences: Nginx (2-Clause BSD), Flask (3-Clause BSD), SQLite (public domain), Bootstrap (MIT), and Google Fonts (OFL/Apache 2.0). This multi-licence approach is transparent and industry-standard. Attribution is provided in the root LICENSE file and on this page's acknowledgements section. The choice reflects security-first design principles: transparent component sourcing, clear licensing terms, and reproducible builds that demonstrate professional software governance.
Licence: This project is licensed under the MIT License.
Third-Party Components & Acknowledgements
This project uses the following open-source and third-party components:
| Component | Licence | Notes |
|---|---|---|
| Nginx | 2-Clause BSD | Web server |
| Flask | 3-Clause BSD | Python web framework |
| SQLite | Public Domain | Embedded SQL database |
| Bootstrap | MIT License | CSS framework (modified) |
| Google Fonts | OFL 1.1 / Apache 2.0 | Font service (Inter) |
Note: Original written content (project proposal, descriptions, architecture notes) is copyright © 2026 Andre Fabre. All rights reserved for written content unless otherwise noted. Code contributions are licensed under MIT. For full licence details, see the repository LICENSE file.