Future
Objective
Envelope encryption with key rotation.
Problem
- Single derived key
- Changing secret bricks vault data
Fix
- Master key → DEKs
- DEK IDs with encrypted data
- Rotate DEKs without re-encryption
- Master key in env only
Files
internal/vault/vault.go
internal/crypto/
Acceptance Criteria
Future
Objective
Envelope encryption with key rotation.
Problem
Fix
Files
internal/vault/vault.gointernal/crypto/Acceptance Criteria