Module files

Source
Expand description

Support for encrypting and decrypting files.

Functionsยง

append_age_ext
Append .age to a file path.
decrypt_file
Decrypt a path to another given an Identity.
encrypt_file
Encrypt a path to another given a Recipient.
remove_age_ext
Remove the .age suffix from a file path, if present.
with_progress_bar
Wraps a tokio::io::AsyncRead with an indicatif::ProgressBar.