pub fn decrypt_value_only(
input: &str,
output: &str,
password: &str,
keys: &[String],
) -> Result<(), Box<dyn Error>>Expand description
Like decrypt but outputs only the specified keys as a minimal nested JSON/YAML document.
Requires at least one key to be specified.