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 anindicatif::ProgressBar
.