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.