Replies: 1 comment
-
Unfortunately, and not because it wasn't asked a million times so far, it appears that However, for a lengthy discussion about why and possible workarounds, please see discussion #256, and perhaps up-vote it. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please, when encrypting/decrypting with a password, add the ability to pass the password like this
-p <password>
.Example:
age -e -p <password> -o “path” “path”
,age -d -p <password> -o “path” “path”
.To make it easier to use the utility in scripts.
Beta Was this translation helpful? Give feedback.
All reactions