Expand description
Encryption layer for the KV service
Provides AES-256-GCM encryption for data at rest with key derivation using HKDF and secure key management.
Structsยง
- Database
Key  - Encryption key for a specific database
 - Encrypted
Data  - Encrypted storage wrapper
 - KeyManager
 - Key manager for handling encryption keys