Project
cortex-cli
Description
Session data may contain sensitive information but is stored unencrypted. Adding encryption would protect user data.
Use Case
# Session files stored as plain JSON
# Readable by anyone with file access
Proposed Solution
- Add encryption option in config
- Encrypt session files at rest
- Derive key from user password or system keyring
- Document security properties
Alternatives Considered
No response
Impact
Security-conscious users
Additional Context
- Protect sensitive conversations
- Comply with data protection requirements
- Defense in depth
Project
cortex-cli
Description
Session data may contain sensitive information but is stored unencrypted. Adding encryption would protect user data.
Use Case
Proposed Solution
Alternatives Considered
No response
Impact
Security-conscious users
Additional Context