docs(01-foundation-03): complete storage layer plan — SUMMARY, STATE, ROADMAP, REQUIREMENTS updated

- 01-03-SUMMARY.md: AES-256-GCM + Argon2id + SQLite CRUD layer complete
- STATE.md: progress 20%, decisions logged, session updated
- ROADMAP.md: Phase 1 In Progress (1/5 summaries)
- REQUIREMENTS.md: STOR-01, STOR-02, STOR-03 marked complete
This commit is contained in:
salvacybersec
2026-04-05 00:07:24 +03:00
parent 3334633867
commit 43aeb8985d
4 changed files with 168 additions and 8 deletions

View File

@@ -74,9 +74,9 @@ Requirements for initial release. Each maps to roadmap phases.
### Storage
- [ ] **STOR-01**: SQLite database for persisting scan results, keys, recon history
- [ ] **STOR-02**: Application-level AES-256 encryption for stored keys and sensitive config
- [ ] **STOR-03**: Encryption key derived from user passphrase via Argon2
- [x] **STOR-01**: SQLite database for persisting scan results, keys, recon history
- [x] **STOR-02**: Application-level AES-256 encryption for stored keys and sensitive config
- [x] **STOR-03**: Encryption key derived from user passphrase via Argon2
### CLI