Skip to main content

load_vault

Function load_vault 

Source
pub fn load_vault(
    vault_path: &str,
) -> Result<(Vault, Murk, MurkIdentity), MurkError>
Expand description

Resolve the key from the environment, read the vault, and decrypt it.

Convenience wrapper combining resolve_key + read_vault + decrypt_vault.