Prompt for password in ente-decrypt
binary
#669
Closed
ziadoz
started this conversation in
Feature requests
Replies: 2 comments 1 reply
-
Not to take away from this feature request (I also feel it's a valid use case) but a common thing that I do is start a command with a space. On the two shells that I've used recently (bash and zsh), this prevents the command from being saved into history. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you for flagging this issue. We have deprecated this tool and added this functionality inside the Ente CLI tool. You can download the latest build from here, and use the following command to decrypt. ./ente auth decrypt in.txt out.txt |
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
-
It would be nice if the
ente-decrypt
binary prompted the user for their decryption password, instead of it being a positional parameter, which will be recorded in your Bash/ZSH history.Before:
After:
In the short term I've added the entire command to my history ignores to avoid password leakage:
Beta Was this translation helpful? Give feedback.
All reactions