docs(02-core-archiver): create phase plan
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user