pub fn decrypt_value(
    key: impl AsRef<str>,
    value: Value,
    password: Option<&str>
) -> Result<Value, MutinyError>