Skip to main content

Crate mockforge_security_core

Crate mockforge_security_core 

Source
Expand description

§MockForge Security Core

Security and encryption primitives for MockForge.

This crate provides:

  • Security: Access review, change management, compliance, privileged access, risk assessment, SIEM integration, and observability
  • Encryption: Crypto algorithms (AES-GCM, ChaCha20-Poly1305), key management, key derivation (Argon2, PBKDF2), key rotation, and auto-encryption policies

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

encryption
Encryption module for MockForge Security Core
error
Error types for MockForge Security Core
security
Security module for MockForge