pub async fn decrypt_file(
input_path: impl AsRef<Path> + Debug,
output_path: impl AsRef<Path> + Debug,
key: Box<dyn Identity>,
) -> Result<u64>
Expand description
Decrypt a path to another given an Identity
.
If stderr is a terminal, this will show a progress bar.