https://bugs.documentfoundation.org/show_bug.cgi?id=42647
--- Comment #8 from R. Diez <[email protected]> --- For inspiration, openssl has command-line options -passin and -passout, which accept a password in a variety of ways: https://docs.openssl.org/master/man1/openssl-passphrase-options/ The most secure way is probably the "fd:number" syntax to pass a file descriptor. This way, the caller can use a pipe or a FIFO, which are not so easy to snoop. sshpass has a similar option, see its command-line option "-dnumber" here: https://linux.die.net/man/1/sshpass -- You are receiving this mail because: You are the assignee for the bug.
