hashstat
hashstat
The problem with providing passwords on the command-line is that they immediately become available to other users on the system. Even if you use tricks to mask password entry, the...
I agree with @mjevans. Reading from a file could be made more secure than from the command-line or environment variables. One could even use a fifo (named pipe) or bash...
It looks like this was fixed by ee02ada.
> it is a wide spread practice in the community to organise a project in what is called src-layout Hmm. @abravalheri makes a good point. We could add a search...