Skip to main content

Module vault

Module vault 

Source
Expand description

Vault — encrypted storage for intercepted secrets.

SIGIL defines the envelope format and provider trait. Implementations choose their own encryption backend (RSA+ChaCha20, AES-GCM, HSM, etc.).

Structs§

VaultEntry
A sealed vault entry — the SIGIL envelope format.

Traits§

VaultProvider
Trait for encrypted vault storage backends.