Armored age encryption

This commit is contained in:
Jack Grigg 2019-10-26 16:35:26 -07:00
parent ed9ff6421b
commit da92349774
No known key found for this signature in database
GPG key ID: 9E8255172BBF9898
6 changed files with 161 additions and 22 deletions

View file

@ -24,6 +24,12 @@ fn rage_page() {
.long("--passphrase")
.help("Use a passphrase instead of public keys"),
)
.flag(
Flag::new()
.short("-A")
.long("--armor")
.help("Create ASCII armored output (default is age binary format)"),
)
.option(
Opt::new("input")
.short("-i")