-
Notifications
You must be signed in to change notification settings - Fork 257
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
Providing the password via stdin #30
Comments
Out of interest, where will the password come from? A graphical prompt?
|
I already tried the option Basically I want that a program - which knows already the password (and yes, through a graphical prompt) - to be able to call Actually I thought that would be trivial change. |
Makes sense. I'll take a look.
|
Should be no problem. I will implement this early next week.
|
* Supports stdin * Add tests for extpass and stdin As per user request at #30
Here we go. Works for you? |
And no, passing the password through stdin is good and secure. |
It's working like a charm! Thanks! |
Could it be implemented that the password is provided via stdin to the
gocryptfs
command. Right now I am getting:Additional question: Are there some security concerns in providing the password in that way. It doesn't have to be stdin, some other file descriptor would be also fine.
Thanks!
The text was updated successfully, but these errors were encountered: