-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
avoid passing passphrase using shell, because it is non-optimal #781
Comments
Ditto for passing passphrase on command line to 'reveal' and 'cat', can we provide/document another way? |
Can we use Edit: |
This looks like a more secure approach, 100% |
ok, we now use a file descriptor to pass the passphrase from I think all that remains of this ticket is to discourage people from using the |
in
src/_utils/_git_secret_tools.sh
we pass the passphrase to gnupg using 'echo', which means it could be visible to other users usingps
. Can we improve this situation?See https://github.com/sobolevn/git-secret/blob/master/src/_utils/_git_secret_tools.sh#L815
EDIT: this has been fixed to use a more secure method
The text was updated successfully, but these errors were encountered: