Skip to main content

split_with_password

Function split_with_password 

Source
pub fn split_with_password(
    input: &Path,
    outputs: &[SplitOutput],
    password: Option<&str>,
) -> Result<()>
Expand description

Like split, additionally decrypting encrypted inputs with password when the empty user password does not authenticate. Outputs are always written unencrypted.