Skip to main content

decrypt_value_only

Function decrypt_value_only 

Source
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.