pub fn load_vault(
vault_path: &str,
) -> Result<(Vault, Murk, MurkIdentity), String>Expand description
Load the vault: read JSON, decrypt all values, return working state. Returns the raw vault (for preserving unchanged ciphertext on save), the decrypted murk, and the identity.