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§
- Vault
Entry - A sealed vault entry — the SIGIL envelope format.
Traits§
- Vault
Provider - Trait for encrypted vault storage backends.