Yes, using backticks with a password is not a good idea. It will show the password on the command line, and anyone who can run ps will be able to see it.
On Sat, Aug 26, 2017 at 11:55 PM, Radon Rosborough <[email protected]> wrote: > How about this? > > $ dummyProgram --password "$(pass Group/Title/User | head -n 1)" > > I wouldn't expect this to be insecure, but then I've never researched the > matter. > > _______________________________________________ > Password-Store mailing list > [email protected] > https://lists.zx2c4.com/mailman/listinfo/password-store > >
_______________________________________________ Password-Store mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/password-store
