Skip to main content

Module encryption

Module encryption 

Source
Expand description

AES-256-GCM encryption for memory content at rest.

Provides encrypt/decrypt operations for memory content before storage. The encryption key is loaded from an environment variable or passed directly.

Structsยง

ContentEncryption
AES-256-GCM encryption provider for at-rest memory content.