| Deliverable | Status | Deployment/Implementation | Documentation |
|---|---|---|---|
Shamir crypto package (shamir_ss) |
✅ Published | PyPI Package | README |
| CLI Application | ✅ Implemented | CLI Source | README |
| Shard Distributed Secret Vault | ✅ Implemented | Shard Source | README |
| WebUI Demonstration | ✅ Deployed | Web UI | README |
| Online docs | ✅ Deployed | Pages | ~ |
-
Shamir crypto package -
Shamir CLI Application -
Shard Distributed Secret Vault Implementation -
WebUI Demonstration
-
Python package deployment -
CI with Tests -
Docker compose for Shard -
Pre-commit linters & formatters
Validation checklist
-
Hash the input and reconstructed secrets to confirm integrity -
Attempt reconstruction with insufficient shares (should fail) -
Log generation and reconstruction steps for auditability
.
├── client # Web client
├── package # Crypto package
└── shard # Distributed secret vault
