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
.
pub fn decrypt_file(
input: &Path,
output: Option<&Path>,
password: SecretString,
) -> Result<PathBuf, EncFileError>
Decrypt a file on disk that was produced by encrypt_file
or encrypt_file_streaming
.