-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
Add a Password Eval Option #25
Comments
Hi, For security aspects, I agree. We need to think about supported any keystore to retrieve password. $ cat ~/.config/plowshare/plowshare.conf ... 115/a=plowshare:xxx 2shared/b = plowshare@gmx.com:xxxx ... This will not appear in shell history. |
Hi, |
I was thinking about being able to get the password from any command like with isync's
For isync, I'm just piping the output of a gpg command into awk to choose the correct password. That said, I do use pass and would be fine using it for this. Would there be a benefit to using pass specifically? |
|
Yes, in this case it would just contain the password. |
What do you think of this: https://keybase.io/docs/kbfs |
Well with the equivalent of |
Note for me: don't use |
It would be nice to have an option/flag that would take a command (e.g. a gpg command) to run and use the output as a password. This way the account password wouldn't show up in the process listing or in the shell history file. Since there are already two different options (-a and -b) for giving account information, it might be better to have a different syntax to specify that the password part is a command and not a string instead of adding 2+ extra options. Another possibility would be to only be able to specify a password command in the config file.
The text was updated successfully, but these errors were encountered: