Skip to content

feat: encryption module #47

@marcstraube

Description

@marcstraube

Summary

Add a sodium-based encryption module with secure defaults for symmetric and asymmetric encryption.

Scope

  • Symmetric encryption (XChaCha20-Poly1305 via sodium)
  • Key generation and management helpers
  • Envelope encryption pattern support
  • Secure defaults, no insecure algorithm choices

Motivation

The library covers many security aspects but lacks encryption utilities. Users currently need separate packages for basic encrypt/decrypt operations.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions