Skip to main content

Module encryption

Module encryption 

Source
Expand description

TLS and encryption configuration for HTTPS requests.

Provides AES-256-GCM encryption at rest for sensitive crawl data, with key management via files, environment variables, or system keyrings.

Structs§

EncryptionConfig
Encryption configuration for data at rest.
EncryptionManager
Encryption manager for data at rest.

Enums§

EncryptionAlgorithm
Encryption algorithm.
EncryptionError
Encryption errors.
KeySource
Source of encryption key.