decrypt_file

Function decrypt_file 

Source
pub fn decrypt_file(
    input: &Path,
    output: Option<&Path>,
    password: SecretString,
) -> Result<PathBuf, EncFileError>
Expand description

Decrypt a file on disk that was produced by encrypt_file or encrypt_file_streaming.