mirror of
https://github.com/str4d/rage.git
synced 2025-04-05 11:57:41 +03:00
Armored age encryption
This commit is contained in:
parent
ed9ff6421b
commit
da92349774
6 changed files with 161 additions and 22 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue