Module encryption

Module encryption 

Source
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ยง

DatabaseKey
Encryption key for a specific database
EncryptedData
Encrypted storage wrapper
KeyManager
Key manager for handling encryption keys