Expand description
Encryption at Rest for Session Data
This module provides AES-256-GCM encryption for sensitive session data, including messages, tool invocations, and metadata.
Structs§
- Encrypted
Data - Encrypted data wrapper with metadata
- Encryption
Config - Encryption key configuration stored in config file
- Encryption
Manager - Session encryption manager
- KeyDerivation
- Key derivation function parameters
Functions§
- decrypt_
messages - Decrypt a session’s messages
- encrypt_
messages - Encrypt a session’s messages