We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently (afaik) it's not possible to pass passphrase to age via stdin, like: echo -n "$passphrase" | age -d -o output_file input_file
echo -n "$passphrase" | age -d -o output_file input_file
Here, age knows that stdin is NOT used for data, because I specified input file explicitly.
This also does not work with: some_cli_password_manager | age -d -i - -o output_file input_file
some_cli_password_manager | age -d -i - -o output_file input_file
Rationale:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
PROBLEM
Currently (afaik) it's not possible to pass passphrase to age via stdin, like:
echo -n "$passphrase" | age -d -o output_file input_file
Here, age knows that stdin is NOT used for data, because I specified input file explicitly.
This also does not work with:
some_cli_password_manager | age -d -i - -o output_file input_file
Rationale:
The text was updated successfully, but these errors were encountered: