Expand description
Support for encrypting and decrypting files.
Functionsยง
- Append
.age
to a file path. - Decrypt a path to another given an
Identity
. - Encrypt a path to another given a
Recipient
. - Remove the
.age
suffix from a file path, if present. - Wraps a
tokio::io::AsyncRead
with anindicatif::ProgressBar
.