docs(02-core-archiver): create phase plan

This commit is contained in:
NikitolProject
2026-02-24 23:49:46 +03:00
parent 9cdb4be248
commit 673c1191a0
3 changed files with 516 additions and 3 deletions

View File

@@ -45,11 +45,11 @@ Plans:
3. Each file in the archive is independently compressed (gzip) and encrypted (AES-256-CBC) with a unique random IV
4. HMAC-SHA256 is computed over IV+ciphertext for each file (encrypt-then-MAC)
5. Running `encrypted_archive inspect archive.bin` shows file count, names, and sizes without decrypting content
**Plans**: TBD
**Plans**: 2 plans
Plans:
- [ ] 02-01: TBD
- [ ] 02-02: TBD
- [ ] 02-01-PLAN.md -- Project scaffolding, binary format types, crypto pipeline, and compression module
- [ ] 02-02-PLAN.md -- Pack, inspect, and unpack commands with full archive orchestration
### Phase 3: Round-Trip Verification
**Goal**: Proven byte-identical round-trips through the Rust unpack command, backed by golden test vectors