Replies: 1 comment
|
?? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey, nice tool.
I did a quick look at the docs, you seem to have
--passwordflags andconfigthat areplaintextexpecting passwords to be in them. That is unsafe, afaik.Passwords should always be passed/read through
stdin, or beencrypted(or through othersafe storemeans) if in the config files.Any plans to address these?
Or perhaps have I missed something in the docs that could be addressing this already?
All reactions