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
encrypt something with an auto generated passphrase
the auto generated passphrase has been printed truncated, with a final " that let me thinking it was not truncated.
"
[root@nixos:~]# cat PLAIN | age -e -p -a >PLAIN.age age: using autogenerated passphrase "grass-inside-sense-balcony-siege-box-sna"
Probably is due to the terminal being "serial" ?
The text was updated successfully, but these errors were encountered:
That’s really weird, we don’t have any logic that would truncate it, and I wouldn’t expect any lower level mechanism to add the final quote
Sorry, something went wrong.
No branches or pull requests
Environment
What were you trying to do
encrypt something with an auto generated passphrase
What happened
the auto generated passphrase has been printed truncated, with a final
"
that let me thinking it was not truncated.Probably is due to the terminal being "serial" ?
The text was updated successfully, but these errors were encountered: